feat: increase minecraft RAM
This commit is contained in:
parent
fa452a9940
commit
663eec9df6
2 changed files with 57 additions and 24 deletions
30
docker/minecraft/sample.env
Normal file
30
docker/minecraft/sample.env
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Minecraft Server Configuration
|
||||
EULA=TRUE
|
||||
MEMORY=8G
|
||||
TZ=Europe/Madrid
|
||||
VERSION=1.21.1
|
||||
ENABLE_ROLLING_LOGS=true
|
||||
USE_AIKAR_FLAGS=true
|
||||
MOTD=Huesoperrers Minecraft Episodio 3: La venganza de los huesos
|
||||
MAX_PLAYERS=10
|
||||
MAX_WORLD_SIZE=10000
|
||||
SEED=huesoperrers3test
|
||||
MODE=survival
|
||||
ONLINE_MODE=false
|
||||
ALLOW_FLIGHT=true
|
||||
SERVER_NAME=Huesoperrers and co.
|
||||
PLAYER_IDLE_TIMEOUT=15
|
||||
STOP_SERVER_ANNOUNCE_DELAY=30
|
||||
OPS=robosap1ens,commandkatt,Malva25
|
||||
SYNCHRONIZE=true
|
||||
MERGE=true
|
||||
ENFORCE_WHITELIST=true
|
||||
ENABLE_RCON=false
|
||||
MAX_TICK_TIME=-1
|
||||
USER_API_PROVIDER=playerdb
|
||||
DIFFICULTY=normal
|
||||
ENABLE_AUTOPAUSE=true
|
||||
DEBUG_AUTOPAUSE=false
|
||||
TYPE=NEOFORGE
|
||||
NEOFORGE_VERSION=21.1.216
|
||||
MC_DATA_DIR=/mnt/zeruel/nas1/shared/mc3
|
||||
Loading…
Add table
Add a link
Reference in a new issue