update
This commit is contained in:
@@ -15,12 +15,12 @@ services:
|
|||||||
image: 'ghcr.io/zekrotja/papermc-docker:zulu-22'
|
image: 'ghcr.io/zekrotja/papermc-docker:zulu-22'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
VERSION: "1.21.8"
|
VERSION: "1.21.10"
|
||||||
BUILD: "latest"
|
BUILD: "latest"
|
||||||
CACHE_DOWNLOAD: "true"
|
CACHE_DOWNLOAD: "true"
|
||||||
XMS: 4G
|
XMS: 4G
|
||||||
XMX: 8G
|
XMX: 8G
|
||||||
MAX_AGE_BACKUP_FILES: 15d
|
MAX_AGE_BACKUP_FILES: 12d
|
||||||
PRE_START_BACKUP: "true"
|
PRE_START_BACKUP: "true"
|
||||||
POST_START_BACKUP: "false"
|
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"'
|
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:
|
ports:
|
||||||
- '24693:25565'
|
- '24693:25565'
|
||||||
- '25575:25575' # RCON temporarily disabled because of security issues
|
- '25575:25575' # RCON temporarily disabled because of security issues
|
||||||
|
- '24454:24454/udp' # voice chat
|
||||||
networks:
|
networks:
|
||||||
- "core_public"
|
- "core_public"
|
||||||
- "minecraft"
|
- "minecraft"
|
||||||
@@ -78,7 +79,7 @@ services:
|
|||||||
image: 'ghcr.io/zekrotja/papermc-docker'
|
image: 'ghcr.io/zekrotja/papermc-docker'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
VERSION: "1.21.8"
|
VERSION: "1.21.10"
|
||||||
BUILD: "latest"
|
BUILD: "latest"
|
||||||
CACHE_DOWNLOAD: "true"
|
CACHE_DOWNLOAD: "true"
|
||||||
XMS: 2G
|
XMS: 2G
|
||||||
@@ -166,8 +167,10 @@ services:
|
|||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: "grafana/grafana"
|
image: "grafana/grafana"
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
user: "root"
|
user: "root"
|
||||||
|
environment:
|
||||||
|
GF_SECURITY_ALLOW_EMBEDDING: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- "./grafana:/var/lib/grafana"
|
- "./grafana:/var/lib/grafana"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
16
schedule-restart.sh
Executable file
16
schedule-restart.sh
Executable file
@@ -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
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
# Discord: https://discord.gg/papermc
|
# Discord: https://discord.gg/papermc
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
|
|
||||||
_version: 30
|
_version: 31
|
||||||
anticheat:
|
anticheat:
|
||||||
obfuscation:
|
obfuscation:
|
||||||
items:
|
items:
|
||||||
@@ -43,7 +43,6 @@ chunk-loading-basic:
|
|||||||
player-max-chunk-load-rate: 100.0
|
player-max-chunk-load-rate: 100.0
|
||||||
player-max-chunk-send-rate: 75.0
|
player-max-chunk-send-rate: 75.0
|
||||||
chunk-system:
|
chunk-system:
|
||||||
gen-parallelism: default
|
|
||||||
io-threads: -1
|
io-threads: -1
|
||||||
worker-threads: -1
|
worker-threads: -1
|
||||||
collisions:
|
collisions:
|
||||||
@@ -85,6 +84,7 @@ misc:
|
|||||||
chat-executor-max-size: -1
|
chat-executor-max-size: -1
|
||||||
client-interaction-leniency-distance: default
|
client-interaction-leniency-distance: default
|
||||||
compression-level: default
|
compression-level: default
|
||||||
|
enable-nether: true
|
||||||
load-permissions-yml-before-plugins: true
|
load-permissions-yml-before-plugins: true
|
||||||
max-joins-per-tick: 5
|
max-joins-per-tick: 5
|
||||||
prevent-negative-villager-demand: false
|
prevent-negative-villager-demand: false
|
||||||
|
|||||||
@@ -302,7 +302,6 @@ misc:
|
|||||||
legacy-ender-pearl-behavior: false
|
legacy-ender-pearl-behavior: false
|
||||||
max-leash-distance: 10.0
|
max-leash-distance: 10.0
|
||||||
redstone-implementation: VANILLA
|
redstone-implementation: VANILLA
|
||||||
shield-blocking-delay: 5
|
|
||||||
show-sign-click-command-failure-msgs-to-player: false
|
show-sign-click-command-failure-msgs-to-player: false
|
||||||
update-pathfinding-on-block-update: true
|
update-pathfinding-on-block-update: true
|
||||||
scoreboards:
|
scoreboards:
|
||||||
@@ -310,8 +309,6 @@ scoreboards:
|
|||||||
use-vanilla-world-scoreboard-name-coloring: false
|
use-vanilla-world-scoreboard-name-coloring: false
|
||||||
spawn:
|
spawn:
|
||||||
allow-using-signs-inside-spawn-protection: false
|
allow-using-signs-inside-spawn-protection: false
|
||||||
keep-spawn-loaded: true
|
|
||||||
keep-spawn-loaded-range: 10
|
|
||||||
tick-rates:
|
tick-rates:
|
||||||
behavior:
|
behavior:
|
||||||
villager:
|
villager:
|
||||||
|
|||||||
@@ -11,34 +11,10 @@
|
|||||||
"level": 4,
|
"level": 4,
|
||||||
"bypassesPlayerLimit": false
|
"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",
|
"uuid": "da3f4fb9-7486-4a64-b939-1c4e263c3b7b",
|
||||||
"name": "Skillkilller",
|
"name": "Skillkilller",
|
||||||
"level": 4,
|
"level": 4,
|
||||||
"bypassesPlayerLimit": false
|
"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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1,14 +1,13 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Sep 13 14:45:15 UTC 2025
|
#Tue Nov 25 07:00:17 UTC 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
bug-report-link=
|
bug-report-link=
|
||||||
debug=false
|
debug=false
|
||||||
difficulty=normal
|
difficulty=normal
|
||||||
enable-command-block=true
|
enable-code-of-conduct=false
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
enable-rcon=true
|
enable-rcon=true
|
||||||
@@ -29,6 +28,13 @@ level-name=world
|
|||||||
level-seed=
|
level-seed=
|
||||||
level-type=minecraft\:normal
|
level-type=minecraft\:normal
|
||||||
log-ips=true
|
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-chained-neighbor-updates=1000000
|
||||||
max-players=20
|
max-players=20
|
||||||
max-tick-time=60000
|
max-tick-time=60000
|
||||||
@@ -40,8 +46,6 @@ op-permission-level=4
|
|||||||
pause-when-empty-seconds=-1
|
pause-when-empty-seconds=-1
|
||||||
player-idle-timeout=0
|
player-idle-timeout=0
|
||||||
prevent-proxy-connections=false
|
prevent-proxy-connections=false
|
||||||
previews-chat=false
|
|
||||||
pvp=true
|
|
||||||
query.port=25565
|
query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=jox7b70oEW0L7qSjSEPwX20yBsves3oX
|
rcon.password=jox7b70oEW0L7qSjSEPwX20yBsves3oX
|
||||||
@@ -55,10 +59,8 @@ resource-pack-sha1=
|
|||||||
server-ip=
|
server-ip=
|
||||||
server-port=25565
|
server-port=25565
|
||||||
simulation-distance=16
|
simulation-distance=16
|
||||||
spawn-animals=true
|
|
||||||
spawn-monsters=true
|
|
||||||
spawn-npcs=true
|
|
||||||
spawn-protection=0
|
spawn-protection=0
|
||||||
|
status-heartbeat-interval=0
|
||||||
sync-chunk-writes=true
|
sync-chunk-writes=true
|
||||||
text-filtering-config=
|
text-filtering-config=
|
||||||
text-filtering-version=0
|
text-filtering-version=0
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
"uuid": "6828a84e-347f-418f-8f52-5a71cba08c9b",
|
"uuid": "6828a84e-347f-418f-8f52-5a71cba08c9b",
|
||||||
"name": "Lentora"
|
"name": "Lentora"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uuid": "1a61e845-cad5-41f1-8e37-61ad3a8a214c",
|
||||||
|
"name": "Bennixo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uuid": "78fffe82-e08c-49e2-86c7-f0257708391e",
|
"uuid": "78fffe82-e08c-49e2-86c7-f0257708391e",
|
||||||
"name": "Voxain"
|
"name": "Voxain"
|
||||||
@@ -19,6 +23,10 @@
|
|||||||
"uuid": "5fdf7eee-58b0-4fe3-9647-7236017cbedf",
|
"uuid": "5fdf7eee-58b0-4fe3-9647-7236017cbedf",
|
||||||
"name": "BusfahrerLukas"
|
"name": "BusfahrerLukas"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uuid": "5e377bd1-cbfe-45a5-9c73-8eccdac749e5",
|
||||||
|
"name": "Celle1127"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uuid": "3cb054a7-828c-4a48-9bb4-15e9b4f29558",
|
"uuid": "3cb054a7-828c-4a48-9bb4-15e9b4f29558",
|
||||||
"name": "luxtracon"
|
"name": "luxtracon"
|
||||||
@@ -47,6 +55,10 @@
|
|||||||
"uuid": "e56021bf-7d63-418f-8885-096dfa10c886",
|
"uuid": "e56021bf-7d63-418f-8885-096dfa10c886",
|
||||||
"name": "awsdcrafting"
|
"name": "awsdcrafting"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uuid": "c62cc0ff-7c30-4126-baca-c8a462c262ed",
|
||||||
|
"name": "Ninja_081"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uuid": "66e5a48d-0c4a-4243-ad2e-73851b990814",
|
"uuid": "66e5a48d-0c4a-4243-ad2e-73851b990814",
|
||||||
"name": "Sannson_"
|
"name": "Sannson_"
|
||||||
@@ -67,14 +79,14 @@
|
|||||||
"uuid": "c3371e36-f288-4eae-b9d5-b90e47258444",
|
"uuid": "c3371e36-f288-4eae-b9d5-b90e47258444",
|
||||||
"name": "zekroTJA"
|
"name": "zekroTJA"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"uuid": "a88e46f4-50c0-45c7-baba-5ae1bd48979f",
|
|
||||||
"name": "PuFuSpecter"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"uuid": "2b7a0b02-4b6d-4b67-a090-de0e40705578",
|
"uuid": "2b7a0b02-4b6d-4b67-a090-de0e40705578",
|
||||||
"name": "Lauchson"
|
"name": "Lauchson"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uuid": "b3a92607-92d8-43ed-9714-d08a49c66132",
|
||||||
|
"name": "Shawn_Frost01"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uuid": "d51c9805-6298-4f93-9386-dfacad2eae28",
|
"uuid": "d51c9805-6298-4f93-9386-dfacad2eae28",
|
||||||
"name": "MCraftDan"
|
"name": "MCraftDan"
|
||||||
@@ -83,14 +95,14 @@
|
|||||||
"uuid": "e188450c-0379-4986-8f81-cc9228318222",
|
"uuid": "e188450c-0379-4986-8f81-cc9228318222",
|
||||||
"name": "Pseico_Music"
|
"name": "Pseico_Music"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"uuid": "5d859e08-8c70-47ef-a375-0c50980b058a",
|
|
||||||
"name": "OsmanIAC3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"uuid": "715a6b4e-ad28-4bd2-a04e-8e900c4d7106",
|
"uuid": "715a6b4e-ad28-4bd2-a04e-8e900c4d7106",
|
||||||
"name": "LeaWolf19"
|
"name": "LeaWolf19"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"uuid": "f380ed54-9821-4ec1-a127-8d4091adcab1",
|
||||||
|
"name": "ItzoNova"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"uuid": "d6381dc3-59c9-4c0e-97cd-6e9a682a5d51",
|
"uuid": "d6381dc3-59c9-4c0e-97cd-6e9a682a5d51",
|
||||||
"name": "weiiXer"
|
"name": "weiiXer"
|
||||||
|
|||||||
@@ -1,16 +1,19 @@
|
|||||||
game_version = [
|
game_version = [
|
||||||
"1.21.4",
|
"1.21.1",
|
||||||
"1.21.5",
|
|
||||||
"1.21.6",
|
|
||||||
"1.21.7",
|
|
||||||
"1.21.8",
|
"1.21.8",
|
||||||
|
"1.21.9",
|
||||||
|
"1.21.10",
|
||||||
]
|
]
|
||||||
loader = "paper"
|
loader = "paper"
|
||||||
minimum_version_type = "beta"
|
minimum_version_type = "beta"
|
||||||
artifacts_dir = "plugins"
|
artifacts_dir = "plugins"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
worldguard = "7.0.14"
|
pl3xmapextras = "1.21.8-c0cbaa9"
|
||||||
pl3xmapextras = "1.21.5-9c7e9f5"
|
imageframe = "1.8.7.2"
|
||||||
pl3xmap = "1.21.8-534"
|
pl3xmap = "1.21.10-537"
|
||||||
worldedit = "7.3.16"
|
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"
|
||||||
|
|||||||
@@ -10,13 +10,16 @@
|
|||||||
# REMEMBER TO KEEP PERIODICAL BACKUPS.
|
# REMEMBER TO KEEP PERIODICAL BACKUPS.
|
||||||
#
|
#
|
||||||
regions:
|
regions:
|
||||||
busfahrerlukas_plot_2:
|
itzonova_plot_2:
|
||||||
min: {x: -1116, y: -64, z: 1385}
|
min: {x: 2612, y: -64, z: -1416}
|
||||||
max: {x: -1090, y: 319, z: 1410}
|
max: {x: 2867, y: 319, z: -1040}
|
||||||
members: {}
|
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:
|
owners:
|
||||||
unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf]
|
unique-ids: [f380ed54-9821-4ec1-a127-8d4091adcab1]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
priority: 0
|
||||||
mcraftdan_plot_5:
|
mcraftdan_plot_5:
|
||||||
@@ -73,6 +76,18 @@ regions:
|
|||||||
unique-ids: [d51c9805-6298-4f93-9386-dfacad2eae28]
|
unique-ids: [d51c9805-6298-4f93-9386-dfacad2eae28]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
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:
|
lukas_plot_1:
|
||||||
min: {x: -746, y: -64, z: 1606}
|
min: {x: -746, y: -64, z: 1606}
|
||||||
max: {x: -631, y: 319, z: 1684}
|
max: {x: -631, y: 319, z: 1684}
|
||||||
@@ -83,6 +98,19 @@ regions:
|
|||||||
unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf]
|
unique-ids: [5fdf7eee-58b0-4fe3-9647-7236017cbedf]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
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:
|
_spawn_portal:
|
||||||
min: {x: 390, y: 62, z: 456}
|
min: {x: 390, y: 62, z: 456}
|
||||||
max: {x: 403, y: 69, z: 468}
|
max: {x: 403, y: 69, z: 468}
|
||||||
@@ -91,16 +119,6 @@ regions:
|
|||||||
owners: {}
|
owners: {}
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
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:
|
zekro_plot_1:
|
||||||
min: {x: -16, y: -64, z: 750}
|
min: {x: -16, y: -64, z: 750}
|
||||||
max: {x: 180, y: 319, z: 1020}
|
max: {x: 180, y: 319, z: 1020}
|
||||||
@@ -108,45 +126,30 @@ regions:
|
|||||||
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558, da3f4fb9-7486-4a64-b939-1c4e263c3b7b,
|
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558, da3f4fb9-7486-4a64-b939-1c4e263c3b7b,
|
||||||
b7d57e48-f73c-46e2-9761-3c471327fb31, 5fdf7eee-58b0-4fe3-9647-7236017cbedf,
|
b7d57e48-f73c-46e2-9761-3c471327fb31, 5fdf7eee-58b0-4fe3-9647-7236017cbedf,
|
||||||
b6708a23-96b5-480b-90f9-c242bba54ac5, d6381dc3-59c9-4c0e-97cd-6e9a682a5d51,
|
b6708a23-96b5-480b-90f9-c242bba54ac5, d6381dc3-59c9-4c0e-97cd-6e9a682a5d51,
|
||||||
715a6b4e-ad28-4bd2-a04e-8e900c4d7106]
|
715a6b4e-ad28-4bd2-a04e-8e900c4d7106, 5e377bd1-cbfe-45a5-9c73-8eccdac749e5]
|
||||||
flags: {creeper-explosion: deny}
|
flags: {creeper-explosion: deny, mob-damage: deny}
|
||||||
owners:
|
owners:
|
||||||
unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444]
|
unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
priority: 0
|
||||||
_spawn_temple:
|
luxtracon_plot_4:
|
||||||
min: {x: 383, y: 58, z: 501}
|
min: {x: -1325, y: -64, z: -70}
|
||||||
max: {x: 395, y: 71, z: 513}
|
max: {x: -1225, y: 319, z: 10}
|
||||||
members: {}
|
|
||||||
flags: {}
|
|
||||||
owners: {}
|
|
||||||
type: cuboid
|
|
||||||
priority: 0
|
|
||||||
sinrex_plot_1:
|
|
||||||
min: {x: 3840, y: -64, z: -1825}
|
|
||||||
max: {x: 3940, y: 319, z: -1725}
|
|
||||||
members: {}
|
members: {}
|
||||||
flags: {}
|
flags: {}
|
||||||
owners:
|
owners:
|
||||||
unique-ids: [5f35da29-c6a4-4f66-a429-37f87b17cdd5]
|
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
priority: 0
|
||||||
skillkilller_plot_1:
|
luxtracon_plot_3:
|
||||||
min: {x: 397, y: -64, z: 146}
|
min: {x: -106, y: -64, z: 1020}
|
||||||
max: {x: 538, y: 319, z: 269}
|
max: {x: 132, y: 319, z: 1258}
|
||||||
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}
|
|
||||||
members:
|
members:
|
||||||
unique-ids: [b6708a23-96b5-480b-90f9-c242bba54ac5, c3371e36-f288-4eae-b9d5-b90e47258444,
|
unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444, 715a6b4e-ad28-4bd2-a04e-8e900c4d7106,
|
||||||
6f7aed3e-29fe-4517-9a7c-2911a57bceba]
|
b6708a23-96b5-480b-90f9-c242bba54ac5, 74e73b86-723c-404b-898f-0d1952c8e08b,
|
||||||
flags: {}
|
6f7aed3e-29fe-4517-9a7c-2911a57bceba, d6381dc3-59c9-4c0e-97cd-6e9a682a5d51]
|
||||||
|
flags: {creeper-explosion: deny, enderman-grief: deny, notify-enter: false,
|
||||||
|
notify-leave: false}
|
||||||
owners:
|
owners:
|
||||||
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558]
|
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
@@ -161,14 +164,144 @@ regions:
|
|||||||
unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31]
|
unique-ids: [b7d57e48-f73c-46e2-9761-3c471327fb31]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
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:
|
zekrotja_plot_4:
|
||||||
min: {x: 135, y: -64, z: 1560}
|
min: {x: 135, y: -64, z: 1560}
|
||||||
max: {x: 172, y: 319, z: 1600}
|
max: {x: 172, y: 319, z: 1600}
|
||||||
members:
|
members:
|
||||||
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558]
|
unique-ids: [3cb054a7-828c-4a48-9bb4-15e9b4f29558]
|
||||||
flags: {sleep: allow, item-drop: allow, exp-drops: allow, use: allow, item-pickup: allow,
|
flags: {sleep: allow, item-drop: allow, creeper-explosion: deny, exp-drops: allow,
|
||||||
mob-damage: allow, interact: allow, damage-animals: allow, chest-access: allow,
|
use: allow, mob-damage: allow, item-pickup: allow, damage-animals: allow,
|
||||||
use-anvil: allow}
|
interact: allow, chest-access: allow, use-anvil: allow}
|
||||||
owners:
|
owners:
|
||||||
unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444]
|
unique-ids: [c3371e36-f288-4eae-b9d5-b90e47258444]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
@@ -177,22 +310,12 @@ regions:
|
|||||||
min: {x: -480, y: -64, z: -80}
|
min: {x: -480, y: -64, z: -80}
|
||||||
max: {x: -130, y: 319, z: 380}
|
max: {x: -130, y: 319, z: 380}
|
||||||
members:
|
members:
|
||||||
unique-ids: [d6381dc3-59c9-4c0e-97cd-6e9a682a5d51]
|
unique-ids: [d6381dc3-59c9-4c0e-97cd-6e9a682a5d51, 715a6b4e-ad28-4bd2-a04e-8e900c4d7106]
|
||||||
flags: {}
|
flags: {}
|
||||||
owners:
|
owners:
|
||||||
unique-ids: [74e73b86-723c-404b-898f-0d1952c8e08b]
|
unique-ids: [74e73b86-723c-404b-898f-0d1952c8e08b]
|
||||||
type: cuboid
|
type: cuboid
|
||||||
priority: 0
|
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__:
|
__global__:
|
||||||
members: {}
|
members: {}
|
||||||
flags: {enderman-grief: deny, notify-enter: false, notify-leave: false}
|
flags: {enderman-grief: deny, notify-enter: false, notify-leave: false}
|
||||||
|
|||||||
18
spigot/plugins/WorldGuard/worlds/world_nether/regions.yml
Normal file
18
spigot/plugins/WorldGuard/worlds/world_nether/regions.yml
Normal file
@@ -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
|
||||||
18
spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml
Normal file
18
spigot/plugins/WorldGuard/worlds/world_the_end/regions.yml
Normal file
@@ -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
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
# Discord: https://discord.gg/papermc
|
# Discord: https://discord.gg/papermc
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
|
|
||||||
_version: 30
|
_version: 31
|
||||||
anticheat:
|
anticheat:
|
||||||
obfuscation:
|
obfuscation:
|
||||||
items:
|
items:
|
||||||
@@ -43,7 +43,6 @@ chunk-loading-basic:
|
|||||||
player-max-chunk-load-rate: 100.0
|
player-max-chunk-load-rate: 100.0
|
||||||
player-max-chunk-send-rate: 75.0
|
player-max-chunk-send-rate: 75.0
|
||||||
chunk-system:
|
chunk-system:
|
||||||
gen-parallelism: default
|
|
||||||
io-threads: -1
|
io-threads: -1
|
||||||
worker-threads: -1
|
worker-threads: -1
|
||||||
collisions:
|
collisions:
|
||||||
@@ -85,6 +84,7 @@ misc:
|
|||||||
chat-executor-max-size: -1
|
chat-executor-max-size: -1
|
||||||
client-interaction-leniency-distance: default
|
client-interaction-leniency-distance: default
|
||||||
compression-level: default
|
compression-level: default
|
||||||
|
enable-nether: true
|
||||||
load-permissions-yml-before-plugins: true
|
load-permissions-yml-before-plugins: true
|
||||||
max-joins-per-tick: 5
|
max-joins-per-tick: 5
|
||||||
prevent-negative-villager-demand: false
|
prevent-negative-villager-demand: false
|
||||||
|
|||||||
@@ -302,7 +302,6 @@ misc:
|
|||||||
legacy-ender-pearl-behavior: false
|
legacy-ender-pearl-behavior: false
|
||||||
max-leash-distance: 10.0
|
max-leash-distance: 10.0
|
||||||
redstone-implementation: VANILLA
|
redstone-implementation: VANILLA
|
||||||
shield-blocking-delay: 5
|
|
||||||
show-sign-click-command-failure-msgs-to-player: false
|
show-sign-click-command-failure-msgs-to-player: false
|
||||||
update-pathfinding-on-block-update: true
|
update-pathfinding-on-block-update: true
|
||||||
scoreboards:
|
scoreboards:
|
||||||
@@ -310,8 +309,6 @@ scoreboards:
|
|||||||
use-vanilla-world-scoreboard-name-coloring: false
|
use-vanilla-world-scoreboard-name-coloring: false
|
||||||
spawn:
|
spawn:
|
||||||
allow-using-signs-inside-spawn-protection: false
|
allow-using-signs-inside-spawn-protection: false
|
||||||
keep-spawn-loaded: true
|
|
||||||
keep-spawn-loaded-range: 10
|
|
||||||
tick-rates:
|
tick-rates:
|
||||||
behavior:
|
behavior:
|
||||||
villager:
|
villager:
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Sep 13 14:40:15 UTC 2025
|
#Sat Nov 15 01:11:48 UTC 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
bug-report-link=
|
bug-report-link=
|
||||||
debug=false
|
debug=false
|
||||||
difficulty=normal
|
difficulty=normal
|
||||||
enable-command-block=true
|
enable-code-of-conduct=false
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
enable-rcon=true
|
enable-rcon=true
|
||||||
@@ -29,6 +28,13 @@ level-name=world
|
|||||||
level-seed=
|
level-seed=
|
||||||
level-type=minecraft\:normal
|
level-type=minecraft\:normal
|
||||||
log-ips=true
|
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-chained-neighbor-updates=1000000
|
||||||
max-players=20
|
max-players=20
|
||||||
max-tick-time=60000
|
max-tick-time=60000
|
||||||
@@ -40,8 +46,6 @@ op-permission-level=4
|
|||||||
pause-when-empty-seconds=-1
|
pause-when-empty-seconds=-1
|
||||||
player-idle-timeout=0
|
player-idle-timeout=0
|
||||||
prevent-proxy-connections=false
|
prevent-proxy-connections=false
|
||||||
previews-chat=false
|
|
||||||
pvp=true
|
|
||||||
query.port=25565
|
query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=Wx6mx62aU8NsAP5Y
|
rcon.password=Wx6mx62aU8NsAP5Y
|
||||||
@@ -55,10 +59,8 @@ resource-pack-sha1=
|
|||||||
server-ip=
|
server-ip=
|
||||||
server-port=25565
|
server-port=25565
|
||||||
simulation-distance=16
|
simulation-distance=16
|
||||||
spawn-animals=true
|
|
||||||
spawn-monsters=true
|
|
||||||
spawn-npcs=true
|
|
||||||
spawn-protection=0
|
spawn-protection=0
|
||||||
|
status-heartbeat-interval=0
|
||||||
sync-chunk-writes=true
|
sync-chunk-writes=true
|
||||||
text-filtering-config=
|
text-filtering-config=
|
||||||
text-filtering-version=0
|
text-filtering-version=0
|
||||||
|
|||||||
@@ -1,16 +1,14 @@
|
|||||||
game_version = [
|
game_version = [
|
||||||
"1.21.4",
|
|
||||||
"1.21.5",
|
|
||||||
"1.21.6",
|
|
||||||
"1.21.7",
|
|
||||||
"1.21.8",
|
"1.21.8",
|
||||||
|
"1.21.9",
|
||||||
|
"1.21.10",
|
||||||
]
|
]
|
||||||
loader = "paper"
|
loader = "paper"
|
||||||
minimum_version_type = "beta"
|
minimum_version_type = "beta"
|
||||||
artifacts_dir = "plugins"
|
artifacts_dir = "plugins"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pl3xmapextras = "1.21.5-9c7e9f5"
|
pl3xmapextras = "1.21.8-c0cbaa9"
|
||||||
pl3xmap = "1.21.8-534"
|
worldguard = "7.0.15-beta-01"
|
||||||
worldguard = "7.0.14"
|
worldedit = "7.4.0-beta-01"
|
||||||
worldedit = "7.3.16"
|
pl3xmap = "1.21.10-537"
|
||||||
|
|||||||
Reference in New Issue
Block a user