diff --git a/server.toml b/server.toml index 7d51aa7..bc74d53 100644 --- a/server.toml +++ b/server.toml @@ -13,12 +13,6 @@ PORT = "25565" nogui = true eula_args = true -[worlds.world.download] -type = "ghrel" -repo = "ModFest/bc23-pack" -tag = "world" -asset = "first" - [[mods]] type = "maven" url = "https://maven.ithundxr.dev/releases" @@ -784,7 +778,7 @@ type = "jenkins" url = "https://ci.blamejared.com" job = "petrakat/PAUCAL/main" build = "latest" -artifact = "first" +artifact = "paucal-fabric-1.20.1-0.6.0-pre-118.jar" [[mods]] type = "url" @@ -1344,5 +1338,15 @@ type = "url" url = "https://unascribed.b-cdn.net/yttr-7.735+1.20.jar" filename = "yttr-7.735+1.20.jar" +[worlds.world.download] +type = "ghrel" +repo = "ModFest/bc23-pack" +tag = "world" +asset = "first" + +[markdown] +files = ["README.md"] +auto_update = false + [options] upload_to_mclogs = false