diff --git a/custom/hopper/config.toml b/custom/hopper/config.toml index a489438..e385809 100644 --- a/custom/hopper/config.toml +++ b/custom/hopper/config.toml @@ -9,4 +9,5 @@ listen = "0.0.0.0:25565" "play.rijnijssel.net" = { ip = "vanilla:25565" } "kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" } "enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" } -"enneacraft.nl" = { ip = "enneacraft:25565" } \ No newline at end of file +"enneacraft.nl" = { ip = "enneacraft:25565" } +"deathmatch.enneacraft.nl" = { ip = "enneacraft-deathmatch:25565" } \ No newline at end of file diff --git a/docker-compose.games.yml b/docker-compose.games.yml index d2d020c..269fddc 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -102,6 +102,31 @@ services: - proxy - internal + + enneacraft-deathmatch: + image: itzg/minecraft-server + container_name: enneacraft-deathmatch + environment: + EULA: "TRUE" + ICON: "https://i.imgur.com/rijp6iA.png" + MOTD: "\u00A7a\u00A7lDeathmatch!" + TYPE: "FABRIC" + MODRINTH_PROJECTS: "fabric-api,lithium,phosphor,c2me-fabric,ferrite-core,spark" + MODRINTH_ALLOWED_VERSION_TYPE: "beta" + CF_API_KEY: "$2a$10$5n5g2gVvYmWsJsLY254Oe.UCDPnegK6KgkPejAop72fp.RxDczXEW" + CF_SLUG: "worldedit,worldguard" + ENABLE_COMMAND_BLOCK: "true" + VERSION: "1.19.3" + OPS: "kiznear,vu9" + HARDCORE: "true" + MAX_MEMORY: "10G" + DIFFICULTY: "normal" + MAX_PLAYERS: "64" + networks: + - minecraft + - proxy + - internal + ### END MINECRAFT ### # docker run -it --rm -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest smpxterraria: