Add Coal Cents economy
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server:java21
|
||||
container_name: mcworldgen
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
VERSION: "1.21.11"
|
||||
TYPE: "PAPER"
|
||||
LEVEL: "world"
|
||||
MEMORY: "8G"
|
||||
USE_AIKAR_FLAGS: "true"
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PASSWORD: "mcworldgen"
|
||||
VIEW_DISTANCE: "10"
|
||||
SIMULATION_DISTANCE: "6"
|
||||
MOTD: "MC Worldgen test map"
|
||||
GENERATE_STRUCTURES: "false"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user