We're switching the mods up again
This commit is contained in:
parent
424d5cd75c
commit
0940535d2a
@ -3,7 +3,7 @@
|
||||
docker_container:
|
||||
name: minecraft-weedie
|
||||
state: started
|
||||
image: itzg/minecraft-server:java17
|
||||
image: itzg/minecraft-server:latest
|
||||
env:
|
||||
# Common envvars
|
||||
EULA: "true"
|
||||
@ -13,18 +13,18 @@
|
||||
USE_AIKAR_FLAGS: "true"
|
||||
RCON_CMDS_STARTUP: |-
|
||||
scoreboard objectives add Deaths deathCount
|
||||
#scoreboard objectives add Health health {"text":"❤","color":"red"}
|
||||
scoreboard objectives add Health health {"text":"❤","color":"red"}
|
||||
RCON_CMDS_ON_CONNECT: |-
|
||||
scoreboard objectives setdisplay list Deaths
|
||||
#scoreboard objectives setdisplay belowName Health
|
||||
scoreboard objectives setdisplay belowName Health
|
||||
# Pack-specific stuff
|
||||
TYPE: "Forge"
|
||||
MOTD: "We're doing it a-fucking-gain!"
|
||||
VERSION: "1.18.2"
|
||||
FORGE_VERSION: "40.2.0"
|
||||
VERSION: "1.20.1"
|
||||
FORGE_VERSION: "47.3.11"
|
||||
MAX_MEMORY: "8G"
|
||||
GENERIC_PACKS: "Version 108 server files"
|
||||
GENERIC_PACKS_PREFIX: "https://mediafilez.forgecdn.net/files/4301/113/"
|
||||
GENERIC_PACKS: "Server Files 1.3.7"
|
||||
GENERIC_PACKS_PREFIX: "https://mediafilez.forgecdn.net/files/5832/451/"
|
||||
GENERIC_PACKS_SUFFIX: ".zip"
|
||||
SKIP_GENERIC_PACK_UPDATE_CHECK: "true"
|
||||
#VIEW_DISTANCE: "10"
|
||||
|
Loading…
Reference in New Issue
Block a user