-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
185 changed files
with
5,346 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 🐛 Bug | ||
assignees: Leirof | ||
|
||
--- | ||
|
||
# Description & Expected behavior | ||
A clear and concise description of what the bug is. | ||
|
||
# Steps to reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
# Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
# Mincraft client | ||
- Java / Bedroc : | ||
- (if Bedrock) Type of device: (PC, phone, switch, ...) | ||
- Mods: | ||
- Graphics quality: | ||
- Particles setting: | ||
|
||
# Additional context (optional) | ||
Add any other context about the problem here. | ||
|
||
# Suggestions (optional) | ||
Add any sugggestion that go further than a simple bug resolution (like redefining a mecanics). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: ⚡ Enhancement request | ||
about: You think that something can be improved? | ||
title: '' | ||
labels: ⚡ Enhancement | ||
assignees: | ||
--- | ||
|
||
# Current state | ||
Describe shortly the current state and the the problem you see. | ||
|
||
# Enhancement | ||
Describe shortly how your idea will enhance the project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: ✨ Feature request | ||
about: You have an idea of something cool to add? | ||
title: '' | ||
labels: ✨ Feature | ||
assignees: | ||
--- | ||
|
||
# TL;DR | ||
Write a very short description just to know globally what we are talking about | ||
|
||
# Description | ||
Enter in the details of your idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Synchronisation des builds | ||
|
||
on: | ||
schedule: | ||
- cron: "0 */6 1 1 1" | ||
workflow_dispatch: | ||
|
||
|
||
jobs: | ||
sync: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Récupérer le dépôt Git | ||
uses: actions/checkout@v3 | ||
|
||
- name: Installer sshpass et rsync | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y sshpass rsync | ||
- name: Récupérer et commit les modifications sur la map | ||
env: | ||
SFTP_IP: ${{ secrets.SFTP_IP }} | ||
SFTP_PORT: ${{ secrets.SFTP_PORT }} | ||
SFTP_USERNAME: ${{ secrets.SFTP_USER }} | ||
SFTP_PASSWORD: ${{ secrets.SFTP_PASSWORD }} | ||
LOCAL_PATH: region/ | ||
REMOTE_PATH: /world/region | ||
run: | | ||
# Ajout de la clé SSH à known_hosts | ||
mkdir ~/.ssh | ||
touch ~/.ssh/known_hosts | ||
ssh-keyscan -H $SFTP_IP >> ~/.ssh/known_hosts | ||
# Synchronisation des fichiers du serveur SFTP vers le dossier local | ||
sshpass -p $SFTP_PASSWORD rsync -az --port $SFTP_PORT --delete $SFTP_USERNAME@$SFTP_IP:$REMOTE_PATH $LOCAL_PATH | ||
# Vérification des différences entre les fichiers locaux et du repo Git | ||
# et commit si nécessaire | ||
git diff --exit-code --quiet $LOCAL_PATH || \ | ||
(git add $LOCAL_PATH && git commit -m "Synchronisation de la carte" && git push) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.vscode | ||
advancements | ||
stats | ||
playerdata | ||
poi | ||
DIM1 | ||
DIM-1 | ||
generated/minect | ||
level.dat_old | ||
session.lock | ||
uid.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# CO2-Datapacks | ||
# CO2 - Datapacks | ||
|
||
<div align=center> | ||
|
||
### [:white_check_mark: ToDoList](https://github.com/orgs/Creative-Olympics/projects/5) | ||
|
||
</div> | ||
|
||
The build part is performed on a server available at the address `play.gunivers.net`. If you have access to the server files, please try to update this repo each time lot of work has been done. | ||
|
||
### Related projects | ||
|
||
- [Datapacks](https://github.com/Creative-Olympics/CO2-Datapacks) | ||
- [Resource Pack](https://github.com/Creative-Olympics/CO2-Ressource-Pack) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.