feat: Configuration par défaut accepte comptes crack
- Ajoute server.properties.template avec online-mode=false - docker-compose copie le template au premier démarrage - Configuration: FLAT, créatif, PvP désactivé, vol autorisé - Template versionné dans Git (.gitignore mis à jour)
This commit is contained in:
33
server.properties.template
Normal file
33
server.properties.template
Normal file
@@ -0,0 +1,33 @@
|
||||
#Minecraft server properties
|
||||
#NationsGlory 1.6.4 - Configuration par défaut
|
||||
generator-settings=
|
||||
allow-nether=true
|
||||
level-name=world
|
||||
enable-query=false
|
||||
allow-flight=true
|
||||
rcon.password=ChangerMotDePasse
|
||||
server-port=25565
|
||||
level-type=FLAT
|
||||
enable-rcon=true
|
||||
force-gamemode=false
|
||||
level-seed=
|
||||
server-ip=
|
||||
max-build-height=256
|
||||
spawn-npcs=true
|
||||
white-list=false
|
||||
debug=false
|
||||
spawn-animals=true
|
||||
texture-pack=
|
||||
snooper-enabled=true
|
||||
hardcore=false
|
||||
online-mode=false
|
||||
pvp=false
|
||||
difficulty=1
|
||||
player-idle-timeout=0
|
||||
gamemode=1
|
||||
max-players=20
|
||||
rcon.port=25575
|
||||
spawn-monsters=true
|
||||
generate-structures=true
|
||||
view-distance=10
|
||||
motd=Serveur NationsGlory 1.6.4
|
||||
Reference in New Issue
Block a user