deathmatch server
This commit is contained in:
parent
8ecb0bab0c
commit
3fd9c26ea6
2 changed files with 27 additions and 1 deletions
|
@ -10,3 +10,4 @@ listen = "0.0.0.0:25565"
|
|||
"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" }
|
||||
"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" }
|
||||
"enneacraft.nl" = { ip = "enneacraft:25565" }
|
||||
"deathmatch.enneacraft.nl" = { ip = "enneacraft-deathmatch:25565" }
|
|
@ -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:
|
||||
|
|
Reference in a new issue