diff --git a/jobs/games/minecraft/vanilla.hcl b/jobs/games/minecraft/vanilla.hcl index acb7278..565e7e0 100644 --- a/jobs/games/minecraft/vanilla.hcl +++ b/jobs/games/minecraft/vanilla.hcl @@ -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