mirror of
https://github.com/kaboomserver/server.git
synced 2025-08-06 04:42:55 +00:00
feat: update server to 1.21.4
This is the bare minimum. No plugins were touched.
This commit is contained in:
parent
d093e44e12
commit
3da7fe85a5
8 changed files with 51 additions and 54 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,10 +1,7 @@
|
||||||
/fetched_*/
|
|
||||||
/scripts/fetched_*/
|
|
||||||
|
|
||||||
# Server files
|
|
||||||
cache/
|
cache/
|
||||||
/libraries/
|
/libraries/
|
||||||
/logs/
|
/logs/
|
||||||
|
/plugins/.paper-remapped/
|
||||||
/plugins/Essentials/userdata
|
/plugins/Essentials/userdata
|
||||||
/plugins/Essentials/warps/*
|
/plugins/Essentials/warps/*
|
||||||
/plugins/Essentials/custom_items.yml
|
/plugins/Essentials/custom_items.yml
|
||||||
|
@ -15,6 +12,8 @@ cache/
|
||||||
/plugins/Essentials/worth.yml
|
/plugins/Essentials/worth.yml
|
||||||
/plugins/FastAsyncWorldEdit/lang/
|
/plugins/FastAsyncWorldEdit/lang/
|
||||||
/plugins/Geyser-Spigot/locales/
|
/plugins/Geyser-Spigot/locales/
|
||||||
|
/plugins/spark/tmp-client/
|
||||||
|
/.console_history
|
||||||
/versions/
|
/versions/
|
||||||
/worlds/
|
/worlds/
|
||||||
/banned-ips.json
|
/banned-ips.json
|
||||||
|
|
|
@ -13,22 +13,26 @@
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
|
|
||||||
_version: 29
|
_version: 29
|
||||||
|
anticheat:
|
||||||
|
obfuscation:
|
||||||
|
items:
|
||||||
|
all-models:
|
||||||
|
also-obfuscate: []
|
||||||
|
dont-obfuscate:
|
||||||
|
- minecraft:lodestone_tracker
|
||||||
|
sanitize-count: true
|
||||||
|
enable-item-obfuscation: false
|
||||||
|
model-overrides:
|
||||||
|
minecraft:elytra:
|
||||||
|
also-obfuscate: []
|
||||||
|
dont-obfuscate:
|
||||||
|
- minecraft:damage
|
||||||
|
sanitize-count: true
|
||||||
block-updates:
|
block-updates:
|
||||||
disable-chorus-plant-updates: false
|
disable-chorus-plant-updates: false
|
||||||
disable-mushroom-block-updates: false
|
disable-mushroom-block-updates: false
|
||||||
disable-noteblock-updates: false
|
disable-noteblock-updates: false
|
||||||
disable-tripwire-updates: false
|
disable-tripwire-updates: false
|
||||||
chunk-loading:
|
|
||||||
autoconfig-send-distance: true
|
|
||||||
enable-frustum-priority: false
|
|
||||||
global-max-chunk-load-rate: -1.0
|
|
||||||
global-max-chunk-send-rate: -1.0
|
|
||||||
global-max-concurrent-loads: 500.0
|
|
||||||
max-concurrent-sends: 2
|
|
||||||
min-load-radius: 2
|
|
||||||
player-max-chunk-load-rate: -1.0
|
|
||||||
player-max-concurrent-loads: 20.0
|
|
||||||
target-player-chunk-send-rate: 100.0
|
|
||||||
chunk-loading-advanced:
|
chunk-loading-advanced:
|
||||||
auto-config-send-distance: true
|
auto-config-send-distance: true
|
||||||
player-max-concurrent-chunk-generates: 0
|
player-max-concurrent-chunk-generates: 0
|
||||||
|
@ -45,7 +49,6 @@ collisions:
|
||||||
enable-player-collisions: true
|
enable-player-collisions: true
|
||||||
send-full-pos-for-hard-colliding-entities: true
|
send-full-pos-for-hard-colliding-entities: true
|
||||||
commands:
|
commands:
|
||||||
fix-target-selector-tag-completion: true
|
|
||||||
suggest-player-names-when-null-tab-completions: true
|
suggest-player-names-when-null-tab-completions: true
|
||||||
time-command-affects-all-worlds: false
|
time-command-affects-all-worlds: false
|
||||||
console:
|
console:
|
||||||
|
@ -78,6 +81,7 @@ misc:
|
||||||
chat-threads:
|
chat-threads:
|
||||||
chat-executor-core-size: -1
|
chat-executor-core-size: -1
|
||||||
chat-executor-max-size: -1
|
chat-executor-max-size: -1
|
||||||
|
client-interaction-leniency-distance: default
|
||||||
compression-level: default
|
compression-level: default
|
||||||
fix-entity-position-desync: true
|
fix-entity-position-desync: true
|
||||||
lag-compensate-block-breaking: true
|
lag-compensate-block-breaking: true
|
||||||
|
@ -126,26 +130,17 @@ spam-limiter:
|
||||||
recipe-spam-limit: 20
|
recipe-spam-limit: 20
|
||||||
tab-spam-increment: 1
|
tab-spam-increment: 1
|
||||||
tab-spam-limit: 500
|
tab-spam-limit: 500
|
||||||
timings:
|
spark:
|
||||||
|
enable-immediately: false
|
||||||
enabled: true
|
enabled: true
|
||||||
hidden-config-entries:
|
|
||||||
- database
|
|
||||||
- proxies.velocity.secret
|
|
||||||
history-interval: 300
|
|
||||||
history-length: 3600
|
|
||||||
server-name: Unknown Server
|
|
||||||
server-name-privacy: false
|
|
||||||
url: https://timings.aikar.co/
|
|
||||||
verbose: true
|
|
||||||
unsupported-settings:
|
unsupported-settings:
|
||||||
allow-grindstone-overstacking: false
|
|
||||||
allow-headless-pistons: true
|
allow-headless-pistons: true
|
||||||
allow-permanent-block-break-exploits: true
|
allow-permanent-block-break-exploits: true
|
||||||
allow-piston-duplication: true
|
allow-piston-duplication: true
|
||||||
allow-tripwire-disarming-exploits: false
|
|
||||||
allow-unsafe-end-portal-teleportation: false
|
allow-unsafe-end-portal-teleportation: false
|
||||||
compression-format: ZLIB
|
compression-format: ZLIB
|
||||||
perform-username-validation: false
|
perform-username-validation: false
|
||||||
|
skip-vanilla-damage-tick-when-shield-blocked: false
|
||||||
watchdog:
|
watchdog:
|
||||||
early-warning-delay: 10000
|
early-warning-delay: 10000
|
||||||
early-warning-every: 5000
|
early-warning-every: 5000
|
||||||
|
|
|
@ -12,7 +12,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:
|
||||||
anti-xray:
|
anti-xray:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -103,6 +103,7 @@ entities:
|
||||||
skeletons: false
|
skeletons: false
|
||||||
zombies: false
|
zombies: false
|
||||||
nerf-pigmen-from-nether-portals: false
|
nerf-pigmen-from-nether-portals: false
|
||||||
|
only-merge-items-horizontally: false
|
||||||
parrots-are-unaffected-by-player-movement: false
|
parrots-are-unaffected-by-player-movement: false
|
||||||
phantoms-do-not-spawn-on-creative-players: true
|
phantoms-do-not-spawn-on-creative-players: true
|
||||||
phantoms-only-attack-insomniacs: true
|
phantoms-only-attack-insomniacs: true
|
||||||
|
@ -123,7 +124,6 @@ entities:
|
||||||
spawner-nerfed-mobs-should-jump: false
|
spawner-nerfed-mobs-should-jump: false
|
||||||
zombie-villager-infection-chance: default
|
zombie-villager-infection-chance: default
|
||||||
zombies-target-turtle-eggs: false
|
zombies-target-turtle-eggs: false
|
||||||
entities-target-with-follow-range: false
|
|
||||||
markers:
|
markers:
|
||||||
tick: false
|
tick: false
|
||||||
mob-effects:
|
mob-effects:
|
||||||
|
@ -131,7 +131,6 @@ entities:
|
||||||
wither: true
|
wither: true
|
||||||
wither-skeleton: true
|
wither-skeleton: true
|
||||||
spiders-immune-to-poison-effect: true
|
spiders-immune-to-poison-effect: true
|
||||||
undead-immune-to-certain-effects: true
|
|
||||||
sniffer:
|
sniffer:
|
||||||
boosted-hatch-time: default
|
boosted-hatch-time: default
|
||||||
hatch-time: default
|
hatch-time: default
|
||||||
|
@ -143,6 +142,7 @@ entities:
|
||||||
cobblestone: 300
|
cobblestone: 300
|
||||||
count-all-mobs-for-spawning: false
|
count-all-mobs-for-spawning: false
|
||||||
creative-arrow-despawn-rate: default
|
creative-arrow-despawn-rate: default
|
||||||
|
despawn-range-shape: ELLIPSOID
|
||||||
despawn-ranges:
|
despawn-ranges:
|
||||||
ambient:
|
ambient:
|
||||||
hard: 128
|
hard: 128
|
||||||
|
@ -168,6 +168,9 @@ entities:
|
||||||
water_creature:
|
water_creature:
|
||||||
hard: 128
|
hard: 128
|
||||||
soft: 32
|
soft: 32
|
||||||
|
despawn-time:
|
||||||
|
llama_spit: disabled
|
||||||
|
snowball: disabled
|
||||||
disable-mob-spawner-spawn-egg-transformation: false
|
disable-mob-spawner-spawn-egg-transformation: false
|
||||||
duplicate-uuid:
|
duplicate-uuid:
|
||||||
mode: SAFE_REGEN
|
mode: SAFE_REGEN
|
||||||
|
@ -227,7 +230,6 @@ entities:
|
||||||
environment:
|
environment:
|
||||||
disable-explosion-knockback: false
|
disable-explosion-knockback: false
|
||||||
disable-ice-and-snow: false
|
disable-ice-and-snow: false
|
||||||
disable-teleportation-suffocation-check: false
|
|
||||||
disable-thunder: false
|
disable-thunder: false
|
||||||
fire-tick-delay: 30
|
fire-tick-delay: 30
|
||||||
frosted-ice:
|
frosted-ice:
|
||||||
|
@ -249,6 +251,8 @@ environment:
|
||||||
find-already-discovered:
|
find-already-discovered:
|
||||||
loot-tables: default
|
loot-tables: default
|
||||||
villager-trade: false
|
villager-trade: false
|
||||||
|
void-damage-amount: 4.0
|
||||||
|
void-damage-min-build-height-offset: -64.0
|
||||||
water-over-lava-flow-speed: 5
|
water-over-lava-flow-speed: 5
|
||||||
feature-seeds:
|
feature-seeds:
|
||||||
generate-random-seeds-for-all: false
|
generate-random-seeds-for-all: false
|
||||||
|
@ -274,6 +278,7 @@ lootables:
|
||||||
reset-seed-on-fill: true
|
reset-seed-on-fill: true
|
||||||
restrict-player-reloot: true
|
restrict-player-reloot: true
|
||||||
restrict-player-reloot-time: disabled
|
restrict-player-reloot-time: disabled
|
||||||
|
retain-unlooted-shulker-box-loot-table-on-non-player-break: true
|
||||||
maps:
|
maps:
|
||||||
item-frame-cursor-limit: 128
|
item-frame-cursor-limit: 128
|
||||||
item-frame-cursor-update-interval: 10
|
item-frame-cursor-update-interval: 10
|
||||||
|
@ -284,9 +289,11 @@ max-growth-height:
|
||||||
cactus: 3
|
cactus: 3
|
||||||
reeds: 3
|
reeds: 3
|
||||||
misc:
|
misc:
|
||||||
|
alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD
|
||||||
disable-end-credits: true
|
disable-end-credits: true
|
||||||
disable-relative-projectile-velocity: false
|
disable-relative-projectile-velocity: false
|
||||||
disable-sprint-interruption-on-attack: false
|
disable-sprint-interruption-on-attack: false
|
||||||
|
legacy-ender-pearl-behavior: false
|
||||||
light-queue-size: 20
|
light-queue-size: 20
|
||||||
max-leash-distance: 10.0
|
max-leash-distance: 10.0
|
||||||
redstone-implementation: ALTERNATE_CURRENT
|
redstone-implementation: ALTERNATE_CURRENT
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
# This is the main configuration file for Scissors.
|
|
||||||
# As you can see, there's tons to configure. Some options may impact gameplay, so use
|
|
||||||
# with caution, and make sure you know what each option does before configuring.
|
|
||||||
#
|
|
||||||
# If you need help with the configuration or have any questions related to Scissors,
|
|
||||||
# join us in our Discord.
|
|
||||||
#
|
|
||||||
# Discord: https://discord.com/invite/mtVQcHn58h
|
|
||||||
# Website: https://scissors.gg/
|
|
||||||
# Docs: https://javadoc.scissors.gg/1.20.1/
|
|
||||||
|
|
||||||
excludePlayersFromNbtComponents: false
|
|
||||||
componentDepthLimit: 128
|
|
||||||
chatSignaturesEnabled: false
|
|
||||||
commandSignsBypassPermissions: false
|
|
||||||
runCommandsInBooks: true
|
|
||||||
config-version: 5
|
|
4
plugins/spark/config.json
Normal file
4
plugins/spark/config.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||||
|
"backgroundProfiler": true
|
||||||
|
}
|
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"server.jar": {
|
"server.jar": {
|
||||||
"type": "zip",
|
"type": "bibliothek",
|
||||||
"url": "https://ci.plex.us.org/job/Scissors/job/1.20.4/lastSuccessfulBuild/artifact/*zip*/archive.zip",
|
"endpoint": "https://api.papermc.io",
|
||||||
"extract": "archive/build/libs/scissors-*.jar"
|
"project": "paper",
|
||||||
|
"version": "1.21.4"
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"external": {
|
"external": {
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sun Jun 23 19:39:57 UTC 2024
|
#Wed Jan 29 00:00:00 UTC 2025
|
||||||
|
accepts-transfers=false
|
||||||
allow-flight=true
|
allow-flight=true
|
||||||
allow-nether=true
|
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=
|
||||||
debug=false
|
debug=false
|
||||||
difficulty=easy
|
difficulty=easy
|
||||||
enable-command-block=true
|
enable-command-block=true
|
||||||
|
@ -35,6 +37,7 @@ motd=§8§l Welcome to Kaboom\!\n > §7Free OP - Anarchy - Creative
|
||||||
network-compression-threshold=512
|
network-compression-threshold=512
|
||||||
online-mode=false
|
online-mode=false
|
||||||
op-permission-level=4
|
op-permission-level=4
|
||||||
|
pause-when-empty-seconds=-1
|
||||||
player-idle-timeout=0
|
player-idle-timeout=0
|
||||||
prevent-proxy-connections=false
|
prevent-proxy-connections=false
|
||||||
pvp=true
|
pvp=true
|
||||||
|
@ -42,6 +45,7 @@ query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=
|
rcon.password=
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
|
region-file-compression=deflate
|
||||||
require-resource-pack=false
|
require-resource-pack=false
|
||||||
resource-pack=
|
resource-pack=
|
||||||
resource-pack-id=
|
resource-pack-id=
|
||||||
|
@ -56,6 +60,7 @@ spawn-npcs=true
|
||||||
spawn-protection=0
|
spawn-protection=0
|
||||||
sync-chunk-writes=false
|
sync-chunk-writes=false
|
||||||
text-filtering-config=
|
text-filtering-config=
|
||||||
|
text-filtering-version=0
|
||||||
use-native-transport=true
|
use-native-transport=true
|
||||||
view-distance=5
|
view-distance=5
|
||||||
white-list=false
|
white-list=false
|
||||||
|
|
|
@ -46,6 +46,8 @@ settings:
|
||||||
debug: false
|
debug: false
|
||||||
log-villager-deaths: false
|
log-villager-deaths: false
|
||||||
attribute:
|
attribute:
|
||||||
|
maxAbsorption:
|
||||||
|
max: 2048.0
|
||||||
maxHealth:
|
maxHealth:
|
||||||
max: 2048.0
|
max: 2048.0
|
||||||
movementSpeed:
|
movementSpeed:
|
||||||
|
@ -63,6 +65,7 @@ advancements:
|
||||||
- '*'
|
- '*'
|
||||||
world-settings:
|
world-settings:
|
||||||
default:
|
default:
|
||||||
|
unload-frozen-chunks: false
|
||||||
seed-trialchambers: 94251327
|
seed-trialchambers: 94251327
|
||||||
below-zero-generation-in-existing-chunks: true
|
below-zero-generation-in-existing-chunks: true
|
||||||
simulation-distance: default
|
simulation-distance: default
|
||||||
|
@ -181,5 +184,5 @@ world-settings:
|
||||||
entity: 20
|
entity: 20
|
||||||
squid-spawn-range:
|
squid-spawn-range:
|
||||||
min: 45.0
|
min: 45.0
|
||||||
faweregentempworld:
|
worldeditregentempworld:
|
||||||
verbose: false
|
verbose: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue