From 7370426a9cd7874a7df71673a13ede1e9bba1ca6 Mon Sep 17 00:00:00 2001 From: zekroTJA Date: Tue, 25 Nov 2025 18:22:45 +0100 Subject: [PATCH] update --- docker-compose.yml | 11 +- schedule-restart.sh | 16 ++ spigot/locals/config/paper-global.yml | 4 +- spigot/locals/config/paper-world-defaults.yml | 3 - spigot/locals/ops.json | 24 -- spigot/locals/server.properties | 18 +- spigot/locals/whitelist.json | 28 +- spigot/mrpm.project.toml | 19 +- .../WorldGuard/worlds/world/regions.yml | 239 +++++++++++++----- .../worlds/world_nether/regions.yml | 18 ++ .../worlds/world_the_end/regions.yml | 18 ++ spigot_staging/locals/config/paper-global.yml | 4 +- .../locals/config/paper-world-defaults.yml | 3 - spigot_staging/locals/server.properties | 18 +- spigot_staging/mrpm.project.toml | 14 +- 15 files changed, 301 insertions(+), 136 deletions(-) create mode 100755 schedule-restart.sh create mode 100644 spigot/plugins/WorldGuard/worlds/world_nether/regions.yml create mode 100644 spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml diff --git a/docker-compose.yml b/docker-compose.yml index 5510318..3488567 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,12 +15,12 @@ services: image: 'ghcr.io/zekrotja/papermc-docker:zulu-22' restart: unless-stopped environment: - VERSION: "1.21.8" + VERSION: "1.21.10" BUILD: "latest" CACHE_DOWNLOAD: "true" XMS: 4G XMX: 8G - MAX_AGE_BACKUP_FILES: 15d + MAX_AGE_BACKUP_FILES: 12d PRE_START_BACKUP: "true" POST_START_BACKUP: "false" BACKUP_SUCCESS_SCRIPT: 'curl -X PUT -u "minecraft_backups:dn89v573w490852348905b3c2458" -H "Title: ✅ Minecraft Backup Successfull" "https://ntfy.zekro.de/minecraft_backups"' @@ -29,6 +29,7 @@ services: ports: - '24693:25565' - '25575:25575' # RCON temporarily disabled because of security issues + - '24454:24454/udp' # voice chat networks: - "core_public" - "minecraft" @@ -78,7 +79,7 @@ services: image: 'ghcr.io/zekrotja/papermc-docker' restart: unless-stopped environment: - VERSION: "1.21.8" + VERSION: "1.21.10" BUILD: "latest" CACHE_DOWNLOAD: "true" XMS: 2G @@ -166,8 +167,10 @@ services: grafana: image: "grafana/grafana" - restart: on-failure + restart: unless-stopped user: "root" + environment: + GF_SECURITY_ALLOW_EMBEDDING: "true" volumes: - "./grafana:/var/lib/grafana" networks: diff --git a/schedule-restart.sh b/schedule-restart.sh new file mode 100755 index 0000000..3457214 --- /dev/null +++ b/schedule-restart.sh @@ -0,0 +1,16 @@ +#!/bin/bash + + +check_online() { + docker compose exec spigot rcon list \ + | grep "^There are 0 of a max of" > /dev/null +} + +while ! check_online; do + echo "Players are still online; re-checking in 60 seconds ..." + sleep 60 +done + +echo "No players are online; restarting now ..." + +docker compose up -d spigot diff --git a/spigot/locals/config/paper-global.yml b/spigot/locals/config/paper-global.yml index 64ee8bd..fcea8ed 100644 --- a/spigot/locals/config/paper-global.yml +++ b/spigot/locals/config/paper-global.yml @@ -13,7 +13,7 @@ # Discord: https://discord.gg/papermc # Website: https://papermc.io/ -_version: 30 +_version: 31 anticheat: obfuscation: items: @@ -43,7 +43,6 @@ chunk-loading-basic: player-max-chunk-load-rate: 100.0 player-max-chunk-send-rate: 75.0 chunk-system: - gen-parallelism: default io-threads: -1 worker-threads: -1 collisions: @@ -85,6 +84,7 @@ misc: chat-executor-max-size: -1 client-interaction-leniency-distance: default compression-level: default + enable-nether: true load-permissions-yml-before-plugins: true max-joins-per-tick: 5 prevent-negative-villager-demand: false diff --git a/spigot/locals/config/paper-world-defaults.yml b/spigot/locals/config/paper-world-defaults.yml index 4e39f22..6943d91 100644 --- a/spigot/locals/config/paper-world-defaults.yml +++ b/spigot/locals/config/paper-world-defaults.yml @@ -302,7 +302,6 @@ misc: legacy-ender-pearl-behavior: false max-leash-distance: 10.0 redstone-implementation: VANILLA - shield-blocking-delay: 5 show-sign-click-command-failure-msgs-to-player: false update-pathfinding-on-block-update: true scoreboards: @@ -310,8 +309,6 @@ scoreboards: use-vanilla-world-scoreboard-name-coloring: false spawn: allow-using-signs-inside-spawn-protection: false - keep-spawn-loaded: true - keep-spawn-loaded-range: 10 tick-rates: behavior: villager: diff --git a/spigot/locals/ops.json b/spigot/locals/ops.json index 467151a..8738be9 100755 --- a/spigot/locals/ops.json +++ b/spigot/locals/ops.json @@ -11,34 +11,10 @@ "level": 4, "bypassesPlayerLimit": false }, - { - "uuid": "74e73b86-723c-404b-898f-0d1952c8e08b", - "name": "Mediaahh", - "level": 4, - "bypassesPlayerLimit": false - }, - { - "uuid": "5f35da29-c6a4-4f66-a429-37f87b17cdd5", - "name": "SinReX", - "level": 4, - "bypassesPlayerLimit": false - }, { "uuid": "da3f4fb9-7486-4a64-b939-1c4e263c3b7b", "name": "Skillkilller", "level": 4, "bypassesPlayerLimit": false - }, - { - "uuid": "b7d57e48-f73c-46e2-9761-3c471327fb31", - "name": "XZack_FairX", - "level": 4, - "bypassesPlayerLimit": false - }, - { - "uuid": "d6381dc3-59c9-4c0e-97cd-6e9a682a5d51", - "name": "weiiXer", - "level": 4, - "bypassesPlayerLimit": false } ] \ No newline at end of file diff --git a/spigot/locals/server.properties b/spigot/locals/server.properties index 17a3dfb..b7ccf32 100755 --- a/spigot/locals/server.properties +++ b/spigot/locals/server.properties @@ -1,14 +1,13 @@ #Minecraft server properties -#Sat Sep 13 14:45:15 UTC 2025 +#Tue Nov 25 07:00:17 UTC 2025 accepts-transfers=false allow-flight=false -allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true bug-report-link= debug=false difficulty=normal -enable-command-block=true +enable-code-of-conduct=false enable-jmx-monitoring=false enable-query=false enable-rcon=true @@ -29,6 +28,13 @@ level-name=world level-seed= level-type=minecraft\:normal log-ips=true +management-server-enabled=false +management-server-host=localhost +management-server-port=0 +management-server-secret=jLqo9el0Rz9IUVpl6KEYe4r0zbydJXnB2Gl4PYyt +management-server-tls-enabled=true +management-server-tls-keystore= +management-server-tls-keystore-password= max-chained-neighbor-updates=1000000 max-players=20 max-tick-time=60000 @@ -40,8 +46,6 @@ op-permission-level=4 pause-when-empty-seconds=-1 player-idle-timeout=0 prevent-proxy-connections=false -previews-chat=false -pvp=true query.port=25565 rate-limit=0 rcon.password=jox7b70oEW0L7qSjSEPwX20yBsves3oX @@ -55,10 +59,8 @@ resource-pack-sha1= server-ip= server-port=25565 simulation-distance=16 -spawn-animals=true -spawn-monsters=true -spawn-npcs=true spawn-protection=0 +status-heartbeat-interval=0 sync-chunk-writes=true text-filtering-config= text-filtering-version=0 diff --git a/spigot/locals/whitelist.json b/spigot/locals/whitelist.json index 3f7be13..bc6e7be 100755 --- a/spigot/locals/whitelist.json +++ b/spigot/locals/whitelist.json @@ -3,6 +3,10 @@ "uuid": "6828a84e-347f-418f-8f52-5a71cba08c9b", "name": "Lentora" }, + { + "uuid": "1a61e845-cad5-41f1-8e37-61ad3a8a214c", + "name": "Bennixo" + }, { "uuid": "78fffe82-e08c-49e2-86c7-f0257708391e", "name": "Voxain" @@ -19,6 +23,10 @@ "uuid": "5fdf7eee-58b0-4fe3-9647-7236017cbedf", "name": "BusfahrerLukas" }, + { + "uuid": "5e377bd1-cbfe-45a5-9c73-8eccdac749e5", + "name": "Celle1127" + }, { "uuid": "3cb054a7-828c-4a48-9bb4-15e9b4f29558", "name": "luxtracon" @@ -47,6 +55,10 @@ "uuid": "e56021bf-7d63-418f-8885-096dfa10c886", "name": "awsdcrafting" }, + { + "uuid": "c62cc0ff-7c30-4126-baca-c8a462c262ed", + "name": "Ninja_081" + }, { "uuid": "66e5a48d-0c4a-4243-ad2e-73851b990814", "name": "Sannson_" @@ -67,14 +79,14 @@ "uuid": "c3371e36-f288-4eae-b9d5-b90e47258444", "name": "zekroTJA" }, - { - "uuid": "a88e46f4-50c0-45c7-baba-5ae1bd48979f", - "name": "PuFuSpecter" - }, { "uuid": "2b7a0b02-4b6d-4b67-a090-de0e40705578", "name": "Lauchson" }, + { + "uuid": "b3a92607-92d8-43ed-9714-d08a49c66132", + "name": "Shawn_Frost01" + }, { "uuid": "d51c9805-6298-4f93-9386-dfacad2eae28", "name": "MCraftDan" @@ -83,14 +95,14 @@ "uuid": "e188450c-0379-4986-8f81-cc9228318222", "name": "Pseico_Music" }, - { - "uuid": "5d859e08-8c70-47ef-a375-0c50980b058a", - "name": "OsmanIAC3" - }, { "uuid": "715a6b4e-ad28-4bd2-a04e-8e900c4d7106", "name": "LeaWolf19" }, + { + "uuid": "f380ed54-9821-4ec1-a127-8d4091adcab1", + "name": "ItzoNova" + }, { "uuid": "d6381dc3-59c9-4c0e-97cd-6e9a682a5d51", "name": "weiiXer" diff --git a/spigot/mrpm.project.toml b/spigot/mrpm.project.toml index 3ac607f..fd20444 100644 --- a/spigot/mrpm.project.toml +++ b/spigot/mrpm.project.toml @@ -1,16 +1,19 @@ game_version = [ - "1.21.4", - "1.21.5", - "1.21.6", - "1.21.7", + "1.21.1", "1.21.8", + "1.21.9", + "1.21.10", ] loader = "paper" minimum_version_type = "beta" artifacts_dir = "plugins" [dependencies] -worldguard = "7.0.14" -pl3xmapextras = "1.21.5-9c7e9f5" -pl3xmap = "1.21.8-534" -worldedit = "7.3.16" +pl3xmapextras = "1.21.8-c0cbaa9" +imageframe = "1.8.7.2" +pl3xmap = "1.21.10-537" +stairsit = "1.7.1" +simple-voice-chat = "bukkit-2.6.6" +luckperms = "v5.5.17-bukkit" +worldguard = "7.0.15-beta-01" +worldedit = "7.4.0-beta-01" diff --git a/spigot/plugins/WorldGuard/worlds/world/regions.yml b/spigot/plugins/WorldGuard/worlds/world/regions.yml index 1fb1625..47d0da6 100644 --- a/spigot/plugins/WorldGuard/worlds/world/regions.yml +++ b/spigot/plugins/WorldGuard/worlds/world/regions.yml @@ -10,13 +10,16 @@ # REMEMBER TO KEEP PERIODICAL BACKUPS. # regions: - busfahrerlukas_plot_2: - min: {x: -1116, y: -64, z: 1385} - max: {x: -1090, y: 319, z: 1410} + itzonova_plot_2: + min: {x: 2612, y: -64, z: -1416} + max: {x: 2867, y: 319, z: -1040} members: {} - flags: {} + flags: {other-explosion: deny, ice-form: deny, wither-damage: deny, breeze-charge-explosion: allow, + snow-fall: deny, block-trampling: allow, lighter: allow, enderman-grief: deny, + mob-spawning: deny, enderdragon-block-damage: deny, creeper-explosion: deny, + mob-damage: deny, item-frame-rotation: deny, snow-melt: deny, ghast-fireball: deny} owners: - unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf] + unique-ids: [f380ed54-9821-4ec1-a127-8d4091adcab1] type: cuboid priority: 0 mcraftdan_plot_5: @@ -73,6 +76,18 @@ regions: unique-ids: [d51c9805-6298-4f93-9386-dfacad2eae28] type: cuboid priority: 0 + twixl_plot_2: + min: {x: -550, y: -64, z: 380} + max: {x: -481, y: 319, z: 465} + members: {} + flags: {other-explosion: deny, wither-damage: deny, lava-fire: deny, ice-melt: deny, + enderman-grief: deny, fire-spread: deny, enderdragon-block-damage: deny, + creeper-explosion: deny, mob-damage: deny, frosted-ice-melt: deny, snow-melt: deny, + tnt: deny, ghast-fireball: deny, respawn-anchors: deny} + owners: + unique-ids: [715a6b4e-ad28-4bd2-a04e-8e900c4d7106] + type: cuboid + priority: 0 lukas_plot_1: min: {x: -746, y: -64, z: 1606} max: {x: -631, y: 319, z: 1684} @@ -83,6 +98,19 @@ regions: unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf] type: cuboid priority: 0 + twixl_plot_1: + min: {x: -480, y: -64, z: 380} + max: {x: -350, y: 319, z: 465} + members: + unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444, ed49b17b-c3f3-4fc6-9c99-df9780f0b5c1, + 2b7a0b02-4b6d-4b67-a090-de0e40705578] + flags: {sculk-growth: deny, wither-damage: deny, creeper-explosion: deny, + vine-growth: deny, ice-melt: deny, snow-melt: deny, enderman-grief: deny, + ghast-fireball: deny, mob-spawning: deny, fire-spread: deny} + owners: + unique-ids: [715a6b4e-ad28-4bd2-a04e-8e900c4d7106] + type: cuboid + priority: 0 _spawn_portal: min: {x: 390, y: 62, z: 456} max: {x: 403, y: 69, z: 468} @@ -91,16 +119,6 @@ regions: owners: {} type: cuboid priority: 0 - voxain_plot_1: - min: {x: -7, y: -64, z: 344} - max: {x: 57, y: 319, z: 435} - members: - unique-ids: [ce17302f-a5b4-4b03-a3de-cdb9d4ca0409, d51c9805-6298-4f93-9386-dfacad2eae28] - flags: {} - owners: - unique-ids: [78fffe82-e08c-49e2-86c7-f0257708391e] - type: cuboid - priority: 0 zekro_plot_1: min: {x: -16, y: -64, z: 750} max: {x: 180, y: 319, z: 1020} @@ -108,45 +126,30 @@ regions: unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558, da3f4fb9-7486-4a64-b939-1c4e263c3b7b, b7d57e48-f73c-46e2-9761-3c471327fb31, 5fdf7eee-58b0-4fe3-9647-7236017cbedf, b6708a23-96b5-480b-90f9-c242bba54ac5, d6381dc3-59c9-4c0e-97cd-6e9a682a5d51, - 715a6b4e-ad28-4bd2-a04e-8e900c4d7106] - flags: {creeper-explosion: deny} + 715a6b4e-ad28-4bd2-a04e-8e900c4d7106, 5e377bd1-cbfe-45a5-9c73-8eccdac749e5] + flags: {creeper-explosion: deny, mob-damage: deny} owners: unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444] type: cuboid priority: 0 - _spawn_temple: - min: {x: 383, y: 58, z: 501} - max: {x: 395, y: 71, z: 513} - members: {} - flags: {} - owners: {} - type: cuboid - priority: 0 - sinrex_plot_1: - min: {x: 3840, y: -64, z: -1825} - max: {x: 3940, y: 319, z: -1725} + luxtracon_plot_4: + min: {x: -1325, y: -64, z: -70} + max: {x: -1225, y: 319, z: 10} members: {} flags: {} owners: - unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5] + unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558] type: cuboid priority: 0 - skillkilller_plot_1: - min: {x: 397, y: -64, z: 146} - max: {x: 538, y: 319, z: 269} - members: {} - flags: {} - owners: - unique-ids: [da3f4fb9-7486-4a64-b939-1c4e263c3b7b] - type: cuboid - priority: 0 - luxtracon_plot_1: - min: {x: -89, y: -64, z: 1037} - max: {x: 115, y: 319, z: 1241} + luxtracon_plot_3: + min: {x: -106, y: -64, z: 1020} + max: {x: 132, y: 319, z: 1258} members: - unique-ids: [b6708a23-96b5-480b-90f9-c242bba54ac5, c3371e36-f288-4eae-b9d5-b90e47258444, - 6f7aed3e-29fe-4517-9a7c-2911a57bceba] - flags: {} + unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444, 715a6b4e-ad28-4bd2-a04e-8e900c4d7106, + b6708a23-96b5-480b-90f9-c242bba54ac5, 74e73b86-723c-404b-898f-0d1952c8e08b, + 6f7aed3e-29fe-4517-9a7c-2911a57bceba, d6381dc3-59c9-4c0e-97cd-6e9a682a5d51] + flags: {creeper-explosion: deny, enderman-grief: deny, notify-enter: false, + notify-leave: false} owners: unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558] type: cuboid @@ -161,14 +164,144 @@ regions: unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31] type: cuboid priority: 0 + lauchson_plot_6: + min: {x: -437, y: -64, z: 576} + max: {x: -280, y: 319, z: 734} + members: + unique-ids: [715a6b4e-ad28-4bd2-a04e-8e900c4d7106] + flags: {item-drop: allow, creeper-explosion: deny, exp-drops: allow, use: allow, + item-pickup: allow, block-trampling: deny, interact: allow, enderman-grief: deny, + chest-access: allow, pvp: deny} + owners: + unique-ids: [2b7a0b02-4b6d-4b67-a090-de0e40705578] + type: cuboid + priority: 0 + zack_plot_2: + min: {x: 4230, y: -64, z: -2114} + max: {x: 4341, y: 319, z: -1971} + members: + unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5] + flags: {other-explosion: deny, creeper-explosion: deny, enderman-grief: deny, + ravager-grief: deny, mob-spawning: deny} + owners: + unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31] + type: cuboid + priority: 0 + busfahrerlukas_plot_2: + min: {x: -1116, y: -64, z: 1385} + max: {x: -1090, y: 319, z: 1410} + members: {} + flags: {} + owners: + unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf] + type: cuboid + priority: 0 + zekrotja_plot_12: + min: {x: 147, y: -64, z: 380} + max: {x: 222, y: 319, z: 436} + members: + unique-ids: [715a6b4e-ad28-4bd2-a04e-8e900c4d7106] + flags: {creeper-explosion: deny, use: allow, interact: allow, enderman-grief: deny, + chest-access: allow, ride: allow} + owners: + unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444] + type: cuboid + priority: 0 + zekrotja_plot_11: + min: {x: -544, y: -64, z: 3954} + max: {x: -303, y: 319, z: 4062} + members: {} + flags: {} + owners: + unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444] + type: cuboid + priority: 0 + voxain_plot_1: + min: {x: -14, y: -64, z: 300} + max: {x: 109, y: 319, z: 454} + members: + unique-ids: [ce17302f-a5b4-4b03-a3de-cdb9d4ca0409, d51c9805-6298-4f93-9386-dfacad2eae28, + b3a92607-92d8-43ed-9714-d08a49c66132] + flags: + other-explosion: deny + lava-fire: deny + teleport: {world: world, x: 42.634285838953026, y: 71.0, z: 404.2897390664069, + pitch: 2.2246277, yaw: -176.06561} + greeting: Wilkommen in die Bude + snow-fall: deny + firework-damage: deny + weather-lock: clear + fire-spread: deny + enderdragon-block-damage: deny + snowman-trails: deny + ravager-grief: deny + entity-painting-destroy: deny + lightning: deny + wither-damage: deny + breeze-charge-explosion: deny + enderman-grief: deny + mob-spawning: deny + item-drop: allow + creeper-explosion: deny + exp-drops: allow + fall-damage: deny + item-frame-rotation: deny + item-pickup: allow + notify-enter: true + ghast-fireball: deny + entity-item-frame-destroy: deny + farewell: Bis denne + notify-leave: true + owners: + unique-ids: [78fffe82-e08c-49e2-86c7-f0257708391e] + type: cuboid + priority: 0 + _spawn_temple: + min: {x: 383, y: 58, z: 501} + max: {x: 395, y: 71, z: 513} + members: {} + flags: {} + owners: {} + type: cuboid + priority: 0 + sinrex_plot_2: + min: {x: 3712, y: -64, z: -1968} + max: {x: 3775, y: 319, z: -1905} + members: + unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31] + flags: {mob-spawning: deny} + owners: + unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5] + type: cuboid + priority: 0 + sinrex_plot_1: + min: {x: 3840, y: -64, z: -1825} + max: {x: 3940, y: 319, z: -1725} + members: + unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31] + flags: + deny-spawn: ['minecraft:zombified_piglin'] + owners: + unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5] + type: cuboid + priority: 0 + skillkilller_plot_1: + min: {x: 397, y: -64, z: 146} + max: {x: 538, y: 319, z: 269} + members: {} + flags: {creeper-explosion: deny} + owners: + unique-ids: [da3f4fb9-7486-4a64-b939-1c4e263c3b7b] + type: cuboid + priority: 0 zekrotja_plot_4: min: {x: 135, y: -64, z: 1560} max: {x: 172, y: 319, z: 1600} members: unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558] - flags: {sleep: allow, item-drop: allow, exp-drops: allow, use: allow, item-pickup: allow, - mob-damage: allow, interact: allow, damage-animals: allow, chest-access: allow, - use-anvil: allow} + flags: {sleep: allow, item-drop: allow, creeper-explosion: deny, exp-drops: allow, + use: allow, mob-damage: allow, item-pickup: allow, damage-animals: allow, + interact: allow, chest-access: allow, use-anvil: allow} owners: unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444] type: cuboid @@ -177,22 +310,12 @@ regions: min: {x: -480, y: -64, z: -80} max: {x: -130, y: 319, z: 380} members: - unique-ids: [d6381dc3-59c9-4c0e-97cd-6e9a682a5d51] + unique-ids: [d6381dc3-59c9-4c0e-97cd-6e9a682a5d51, 715a6b4e-ad28-4bd2-a04e-8e900c4d7106] flags: {} owners: unique-ids: [74e73b86-723c-404b-898f-0d1952c8e08b] type: cuboid priority: 0 - zack_plot_2: - min: {x: 4230, y: -64, z: -2114} - max: {x: 4341, y: 319, z: -1971} - members: - unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5] - flags: {} - owners: - unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31] - type: cuboid - priority: 0 __global__: members: {} flags: {enderman-grief: deny, notify-enter: false, notify-leave: false} diff --git a/spigot/plugins/WorldGuard/worlds/world_nether/regions.yml b/spigot/plugins/WorldGuard/worlds/world_nether/regions.yml new file mode 100644 index 0000000..c7bf788 --- /dev/null +++ b/spigot/plugins/WorldGuard/worlds/world_nether/regions.yml @@ -0,0 +1,18 @@ +# +# WorldGuard regions file +# +# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by +# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If +# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and +# the contents of this file will reset. Please use a YAML validator such as +# http://yaml-online-parser.appspot.com (for smaller files). +# +# REMEMBER TO KEEP PERIODICAL BACKUPS. +# +regions: + __global__: + members: {} + flags: {} + owners: {} + type: global + priority: 0 diff --git a/spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml b/spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml new file mode 100644 index 0000000..c7bf788 --- /dev/null +++ b/spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml @@ -0,0 +1,18 @@ +# +# WorldGuard regions file +# +# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by +# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If +# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and +# the contents of this file will reset. Please use a YAML validator such as +# http://yaml-online-parser.appspot.com (for smaller files). +# +# REMEMBER TO KEEP PERIODICAL BACKUPS. +# +regions: + __global__: + members: {} + flags: {} + owners: {} + type: global + priority: 0 diff --git a/spigot_staging/locals/config/paper-global.yml b/spigot_staging/locals/config/paper-global.yml index 64ee8bd..fcea8ed 100644 --- a/spigot_staging/locals/config/paper-global.yml +++ b/spigot_staging/locals/config/paper-global.yml @@ -13,7 +13,7 @@ # Discord: https://discord.gg/papermc # Website: https://papermc.io/ -_version: 30 +_version: 31 anticheat: obfuscation: items: @@ -43,7 +43,6 @@ chunk-loading-basic: player-max-chunk-load-rate: 100.0 player-max-chunk-send-rate: 75.0 chunk-system: - gen-parallelism: default io-threads: -1 worker-threads: -1 collisions: @@ -85,6 +84,7 @@ misc: chat-executor-max-size: -1 client-interaction-leniency-distance: default compression-level: default + enable-nether: true load-permissions-yml-before-plugins: true max-joins-per-tick: 5 prevent-negative-villager-demand: false diff --git a/spigot_staging/locals/config/paper-world-defaults.yml b/spigot_staging/locals/config/paper-world-defaults.yml index 4e39f22..6943d91 100644 --- a/spigot_staging/locals/config/paper-world-defaults.yml +++ b/spigot_staging/locals/config/paper-world-defaults.yml @@ -302,7 +302,6 @@ misc: legacy-ender-pearl-behavior: false max-leash-distance: 10.0 redstone-implementation: VANILLA - shield-blocking-delay: 5 show-sign-click-command-failure-msgs-to-player: false update-pathfinding-on-block-update: true scoreboards: @@ -310,8 +309,6 @@ scoreboards: use-vanilla-world-scoreboard-name-coloring: false spawn: allow-using-signs-inside-spawn-protection: false - keep-spawn-loaded: true - keep-spawn-loaded-range: 10 tick-rates: behavior: villager: diff --git a/spigot_staging/locals/server.properties b/spigot_staging/locals/server.properties index 0438695..4f6f18d 100644 --- a/spigot_staging/locals/server.properties +++ b/spigot_staging/locals/server.properties @@ -1,14 +1,13 @@ #Minecraft server properties -#Sat Sep 13 14:40:15 UTC 2025 +#Sat Nov 15 01:11:48 UTC 2025 accepts-transfers=false allow-flight=false -allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true bug-report-link= debug=false difficulty=normal -enable-command-block=true +enable-code-of-conduct=false enable-jmx-monitoring=false enable-query=false enable-rcon=true @@ -29,6 +28,13 @@ level-name=world level-seed= level-type=minecraft\:normal log-ips=true +management-server-enabled=false +management-server-host=localhost +management-server-port=0 +management-server-secret=zJJbxedMJfaFjzYaOvzCt666ki8cWA0qvlYiBD0p +management-server-tls-enabled=true +management-server-tls-keystore= +management-server-tls-keystore-password= max-chained-neighbor-updates=1000000 max-players=20 max-tick-time=60000 @@ -40,8 +46,6 @@ op-permission-level=4 pause-when-empty-seconds=-1 player-idle-timeout=0 prevent-proxy-connections=false -previews-chat=false -pvp=true query.port=25565 rate-limit=0 rcon.password=Wx6mx62aU8NsAP5Y @@ -55,10 +59,8 @@ resource-pack-sha1= server-ip= server-port=25565 simulation-distance=16 -spawn-animals=true -spawn-monsters=true -spawn-npcs=true spawn-protection=0 +status-heartbeat-interval=0 sync-chunk-writes=true text-filtering-config= text-filtering-version=0 diff --git a/spigot_staging/mrpm.project.toml b/spigot_staging/mrpm.project.toml index 9088323..692491d 100644 --- a/spigot_staging/mrpm.project.toml +++ b/spigot_staging/mrpm.project.toml @@ -1,16 +1,14 @@ game_version = [ - "1.21.4", - "1.21.5", - "1.21.6", - "1.21.7", "1.21.8", + "1.21.9", + "1.21.10", ] loader = "paper" minimum_version_type = "beta" artifacts_dir = "plugins" [dependencies] -pl3xmapextras = "1.21.5-9c7e9f5" -pl3xmap = "1.21.8-534" -worldguard = "7.0.14" -worldedit = "7.3.16" +pl3xmapextras = "1.21.8-c0cbaa9" +worldguard = "7.0.15-beta-01" +worldedit = "7.4.0-beta-01" +pl3xmap = "1.21.10-537"