games/mc/vanilla: update plugins, increase RAM
This commit is contained in:
parent
55926dd4e0
commit
4b64070d7c
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ job "minecraft-vanilla" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 5000 # 5000 MHz
|
cpu = 5000 # 5000 MHz
|
||||||
memory = 10240 # 10GB
|
memory = 12288 # 12GB
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
@ -60,7 +60,7 @@ TYPE = "PAPER"
|
||||||
VERSION = "1.21.1"
|
VERSION = "1.21.1"
|
||||||
ICON = "https://docs.redbrick.dcu.ie/assets/logo.png"
|
ICON = "https://docs.redbrick.dcu.ie/assets/logo.png"
|
||||||
USE_AIKAR_FLAGS = true
|
USE_AIKAR_FLAGS = true
|
||||||
MAX_MEMORY = 8G
|
MAX_MEMORY = 11G
|
||||||
MOTD = "LONG LIVE THE REDBRICK"
|
MOTD = "LONG LIVE THE REDBRICK"
|
||||||
MAX_PLAYERS = "20"
|
MAX_PLAYERS = "20"
|
||||||
VIEW_DISTANCE = "20"
|
VIEW_DISTANCE = "20"
|
||||||
|
@ -68,7 +68,7 @@ ENABLE_RCON = true
|
||||||
RCON_PASSWORD = {{ key "games/mc/vanilla-mc/rcon/password" }}
|
RCON_PASSWORD = {{ key "games/mc/vanilla-mc/rcon/password" }}
|
||||||
# Auto-download plugins
|
# Auto-download plugins
|
||||||
SPIGET_RESOURCES=83581,62325,118271,28140,102931 # RHLeafDecay, GSit, GravesX, Luckperms, NoChatReport
|
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
|
EOF
|
||||||
destination = "local/.env"
|
destination = "local/.env"
|
||||||
env = true
|
env = true
|
||||||
|
|
Loading…
Reference in a new issue