Add Coal Cents economy

This commit is contained in:
CoalGov Deploy
2026-05-04 17:00:05 +00:00
commit c8cc200004
73 changed files with 6873 additions and 0 deletions

22
docker-compose.yml Normal file
View 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