This commit is contained in:
kento2 2026-08-20 17:16:00 +02:00
parent b7623bab85
commit d6e4cae9c6
60 changed files with 486 additions and 93 deletions

View file

@ -1,5 +0,0 @@
mode = "lobby"
image = "git.lab0x13.site/scrow/papermc:0.2"
plugins = [
"https://git.lab0x13.site/api/packages/scrow/generic/core-bukkit/UNVERSIONED/CoreBukkit.jar",
]

View file

@ -1,9 +0,0 @@
#!/bin/sh
set -eu
varfile="${1:-}"
test -n "$varfile" || {
printf 'usage: %s VARFILE\n' "$0"
exit 1
}
nomad job run -var-file "$varfile" ../jobs/minecraft.nomad.hcl

6
minigame/run-lobby Executable file
View file

@ -0,0 +1,6 @@
#!/command/execlineb
nomad job dispatch
-meta mode="lobby"
-meta image="git.lab0x13.site/scrow/lobby:0.2"
-meta plugins="https://git.lab0x13.site/api/packages/scrow/generic/core-bukkit/UNVERSIONED/CoreBukkit.jar"
minecraft