Amélioration .gitignore : exclusion mods/libraries + documentation

This commit is contained in:
2026-02-05 18:54:10 +01:00
parent e44de62a12
commit 7f184ecc76
23 changed files with 101 additions and 46 deletions

33
.env Normal file
View File

@@ -0,0 +1,33 @@
# ====================================
# Configuration Serveur Minecraft NationsGlory
# ====================================
# Copiez ce fichier vers .env et ajustez les valeurs
# Ports du serveur
SERVER_PORT=25565
RCON_PORT=25575
# Mot de passe RCON (CHANGEZ EN PRODUCTION!)
# Ce mot de passe doit être le même dans l'application web
RCON_PASSWORD=Landau8210
ENABLE_RCON=true
# Mémoire allouée au serveur
MEMORY=2G
INIT_MEMORY=1G
# Paramètres du jeu
ONLINE_MODE=false
DIFFICULTY=1
GAMEMODE=1
LEVEL_TYPE=FLAT
# Optimisations JVM
JVM_OPTS=-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200
# Port RCON
RCON_PORT=25575
# Mémoire allouée
MEMORY=2G
INIT_MEMORY=1G