Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

85
.gitignore vendored Normal file
View File

@@ -0,0 +1,85 @@
# ============================================
# NationsGlory 1.6.4 - Fichiers à ignorer
# ============================================
# === DONNÉES DE JEU (Ne pas versionner) ===
world/
world_*/
*.dat
*.dat_old
usercache.json
usernamecache.json
# === LOGS & CRASH REPORTS ===
logs/
crash-reports/
*.log
*.log.*
*.lck
debug/
hs_err_*.log
core.*
# === FICHIERS UTILISATEUR ===
ops.txt
banned-ips.txt
banned-players.txt
white-list.txt
permissions.yml
# === FICHIERS GÉNÉRÉS AUTOMATIQUEMENT ===
server.properties
bukkit.yml
spigot.yml
mcpc.yml
help.yml
wepif.yml
.rcon-cli.env
.rcon-cli.yaml
# === DONNÉES TEMPORAIRES ===
cache/
ngcore_cache/
customnpcs/
# === FICHIERS JAR ===
# Ignorer tous les .jar SAUF ceux dans mods/ et plugins/ ET mcpc.jar
*.jar
!mods/*.jar
!plugins/*.jar
!mcpc.jar
# === LIBRARIES (Seront téléchargées) ===
libraries/
# === DONNÉES PLUGINS ===
plugins/Essentials/userdata/
plugins/Essentials/worth.yml
plugins/Essentials/spawn.yml
plugins/WorldEdit/sessions/
plugins/PluginMetrics/
# === BACKUPS ===
*_backup*/
backup/
*.zip
*.tar.gz
# === DOCKER & ENV ===
.env
data/
# === FICHIERS TEMPORAIRES ===
*.tmp
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# === DOCUMENTATION TEMPORAIRE ===
SERVER_STATUS.md
ISSUES_FIXED.md
SOLUTION_FINALE.md
TEST_COMMANDS.txt
WORLDEDIT_USAGE.md