games/mc/vanilla: update plugins, increase RAM

This commit is contained in:
wizzdom 2024-10-22 02:25:44 +01:00
parent 55926dd4e0
commit 4b64070d7c

View file

@ -50,7 +50,7 @@ job "minecraft-vanilla" {
resources {
cpu = 5000 # 5000 MHz
memory = 10240 # 10GB
memory = 12288 # 12GB
}
template {
@ -60,7 +60,7 @@ TYPE = "PAPER"
VERSION = "1.21.1"
ICON = "https://docs.redbrick.dcu.ie/assets/logo.png"
USE_AIKAR_FLAGS = true
MAX_MEMORY = 8G
MAX_MEMORY = 11G
MOTD = "LONG LIVE THE REDBRICK"
MAX_PLAYERS = "20"
VIEW_DISTANCE = "20"
@ -68,7 +68,7 @@ ENABLE_RCON = true
RCON_PASSWORD = {{ key "games/mc/vanilla-mc/rcon/password" }}
# Auto-download plugins
SPIGET_RESOURCES=83581,62325,118271,28140,102931 # RHLeafDecay, GSit, GravesX, Luckperms, NoChatReport
MODRINTH_PROJECTS=datapack:no-enderman-grief,thizzyz-tree-feller,imageframe,bluemap
MODRINTH_PROJECTS=datapack:no-enderman-grief,thizzyz-tree-feller,imageframe,bluemap,bmarker,datapack:players-drop-heads,viaversion,viabackwards
EOF
destination = "local/.env"
env = true