We're switching the mods up again

This commit is contained in:
Salt 2024-10-28 22:46:24 -05:00
parent 424d5cd75c
commit 0940535d2a

View File

@ -3,7 +3,7 @@
docker_container: docker_container:
name: minecraft-weedie name: minecraft-weedie
state: started state: started
image: itzg/minecraft-server:java17 image: itzg/minecraft-server:latest
env: env:
# Common envvars # Common envvars
EULA: "true" EULA: "true"
@ -13,18 +13,18 @@
USE_AIKAR_FLAGS: "true" USE_AIKAR_FLAGS: "true"
RCON_CMDS_STARTUP: |- RCON_CMDS_STARTUP: |-
scoreboard objectives add Deaths deathCount 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: |- RCON_CMDS_ON_CONNECT: |-
scoreboard objectives setdisplay list Deaths scoreboard objectives setdisplay list Deaths
#scoreboard objectives setdisplay belowName Health scoreboard objectives setdisplay belowName Health
# Pack-specific stuff # Pack-specific stuff
TYPE: "Forge" TYPE: "Forge"
MOTD: "We're doing it a-fucking-gain!" MOTD: "We're doing it a-fucking-gain!"
VERSION: "1.18.2" VERSION: "1.20.1"
FORGE_VERSION: "40.2.0" FORGE_VERSION: "47.3.11"
MAX_MEMORY: "8G" MAX_MEMORY: "8G"
GENERIC_PACKS: "Version 108 server files" GENERIC_PACKS: "Server Files 1.3.7"
GENERIC_PACKS_PREFIX: "https://mediafilez.forgecdn.net/files/4301/113/" GENERIC_PACKS_PREFIX: "https://mediafilez.forgecdn.net/files/5832/451/"
GENERIC_PACKS_SUFFIX: ".zip" GENERIC_PACKS_SUFFIX: ".zip"
SKIP_GENERIC_PACK_UPDATE_CHECK: "true" SKIP_GENERIC_PACK_UPDATE_CHECK: "true"
#VIEW_DISTANCE: "10" #VIEW_DISTANCE: "10"