|
|
@@ -20,6 +20,7 @@ services:
|
|
|
# If the server.properties file already exists, the values in them will not be changed.
|
|
|
# If you would like to override the server configuration each time the container starts up,
|
|
|
# you can set the OVERRIDE_SERVER_PROPERTIES environment variable like:
|
|
|
+ # false, to set level_type to biomesoplenty
|
|
|
OVERRIDE_SERVER_PROPERTIES: "false"
|
|
|
|
|
|
SERVER_NAME: MC-1.7.10
|
|
|
@@ -29,7 +30,7 @@ services:
|
|
|
OPS: Reaver1202,SuminoSempai,SYRN
|
|
|
#ICON: http://..../some/image.png
|
|
|
|
|
|
- LEVEL: "Tobi&EweWonderworld"
|
|
|
+ LEVEL: "Life in the Woods"
|
|
|
|
|
|
# RCRON
|
|
|
#ENABLE_RCON: "true"
|
|
|
@@ -39,7 +40,7 @@ services:
|
|
|
# By default the query port will be 25565 (UDP)
|
|
|
#ENABLE_QUERY: "true"
|
|
|
|
|
|
- MAX_PLAYERS: 5
|
|
|
+ MAX_PLAYERS: 10
|
|
|
|
|
|
# maximum possible size in blocks, expressed as a radius, that the world border can obtain
|
|
|
#MAX_WORLD_SIZE: 10000
|
|
|
@@ -85,7 +86,7 @@ services:
|
|
|
# in each direction of the player (radius, not diameter). It determines the server-side viewing distance.
|
|
|
VIEW_DISTANCE: 10
|
|
|
|
|
|
- SEED: 8185281071607683059
|
|
|
+ #SEED: 8185281071607683059
|
|
|
|
|
|
# By default, Minecraft servers are configured to run in Survival mode.
|
|
|
# creative, survival, adventure, spectator
|
|
|
@@ -96,8 +97,9 @@ services:
|
|
|
PVP: "false"
|
|
|
|
|
|
# DEFAULT, FLAT, LARGEBIOMES, AMPLIFIED, CUSTOMIZED, BUFFET
|
|
|
- LEVEL_TYPE: DEFAULT
|
|
|
- #LEVEL_TYPE: biomesoplenty
|
|
|
+ #LEVEL_TYPE: DEFAULT
|
|
|
+ #LEVEL_TYPE: biomesoplenty # for 1.15 and above
|
|
|
+ LEVEL_TYPE: BIOMESOP # for 1.12.2 and below
|
|
|
|
|
|
|
|
|
#### MODS
|
|
|
@@ -135,10 +137,10 @@ services:
|
|
|
|
|
|
image: itzg/minecraft-server:latest
|
|
|
volumes:
|
|
|
- - "/home/tobi/docker-minecraft_07-10/mc-1.7.10:/data"
|
|
|
- - "/home/tobi/docker-minecraft_07-10/mods:/mods"
|
|
|
+ - "/home/tobi/docker-minecraft_07-10/data:/data"
|
|
|
+ - "/home/tobi/minecraft_mods/1-7-10:/mods"
|
|
|
|
|
|
- container_name: mc10710
|
|
|
+ container_name: mc1710
|
|
|
|
|
|
tty: true
|
|
|
stdin_open: true
|