diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b360f..0b480f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Additions +## New Flags * Added a worldguard flag that prevents you from drowning. * Added a worldguard flag that prevents natural mob spawning in regions. \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c40c3c5..9f0bd27 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,6 +55,10 @@ tasks { } } + shadowJar { + archiveClassifier.set("") + } + runServer { jvmArgs("-Dnet.kyori.ansi.colorLevel=truecolor") diff --git a/run/config/paper-global.yml b/run/config/paper-global.yml index d28ab73..9dc4c41 100644 --- a/run/config/paper-global.yml +++ b/run/config/paper-global.yml @@ -67,6 +67,7 @@ misc: chat-threads: chat-executor-core-size: -1 chat-executor-max-size: -1 + client-interaction-leniency-distance: default compression-level: default fix-entity-position-desync: true load-permissions-yml-before-plugins: true @@ -106,6 +107,9 @@ spam-limiter: recipe-spam-limit: 20 tab-spam-increment: 1 tab-spam-limit: 500 +spark: + enable-immediately: false + enabled: true timings: enabled: false hidden-config-entries: @@ -118,13 +122,14 @@ timings: url: https://timings.aikar.co/ verbose: false unsupported-settings: - allow-grindstone-overstacking: false allow-headless-pistons: false allow-permanent-block-break-exploits: false allow-piston-duplication: false + allow-tripwire-disarming-exploits: false allow-unsafe-end-portal-teleportation: false compression-format: ZLIB perform-username-validation: true + skip-vanilla-damage-tick-when-shield-blocked: false watchdog: early-warning-delay: 10000 early-warning-every: 5000 diff --git a/run/config/paper-world-defaults.yml b/run/config/paper-world-defaults.yml index 25301f2..22fad16 100644 --- a/run/config/paper-world-defaults.yml +++ b/run/config/paper-world-defaults.yml @@ -12,7 +12,7 @@ # Discord: https://discord.gg/papermc # Website: https://papermc.io/ -_version: 30 +_version: 31 anticheat: anti-xray: enabled: false @@ -103,6 +103,7 @@ entities: skeletons: false zombies: false nerf-pigmen-from-nether-portals: false + only-merge-items-horizontally: false parrots-are-unaffected-by-player-movement: false phantoms-do-not-spawn-on-creative-players: true phantoms-only-attack-insomniacs: true @@ -131,7 +132,6 @@ entities: wither: true wither-skeleton: true spiders-immune-to-poison-effect: true - undead-immune-to-certain-effects: true sniffer: boosted-hatch-time: default hatch-time: default @@ -143,6 +143,7 @@ entities: cobblestone: 300 count-all-mobs-for-spawning: false creative-arrow-despawn-rate: default + despawn-range-shape: ELLIPSOID despawn-ranges: ambient: hard: 128 @@ -236,6 +237,7 @@ environment: min: 20 enabled: true generate-flat-bedrock: false + locate-structures-outside-world-border: false max-block-ticks: 65536 max-fluid-ticks: 65536 nether-ceiling-void-damage-height: disabled @@ -248,6 +250,8 @@ environment: find-already-discovered: loot-tables: default villager-trade: false + void-damage-amount: 4.0 + void-damage-min-build-height-offset: -64.0 water-over-lava-flow-speed: 5 feature-seeds: generate-random-seeds-for-all: false @@ -273,6 +277,7 @@ lootables: reset-seed-on-fill: true restrict-player-reloot: true restrict-player-reloot-time: disabled + retain-unlooted-shulker-box-loot-table-on-non-player-break: true maps: item-frame-cursor-limit: 128 item-frame-cursor-update-interval: 10 @@ -283,6 +288,7 @@ max-growth-height: cactus: 3 reeds: 3 misc: + alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD disable-end-credits: false disable-relative-projectile-velocity: false disable-sprint-interruption-on-attack: false diff --git a/run/server.properties b/run/server.properties index d94efac..5e18b5f 100644 --- a/run/server.properties +++ b/run/server.properties @@ -1,61 +1,64 @@ #Minecraft server properties -#Wed Mar 06 13:47:59 EST 2024 -enable-jmx-monitoring=false -rcon.port=25575 -level-seed= -gamemode=survival +#Mon Oct 14 12:22:12 EDT 2024 +accepts-transfers=false +allow-flight=false +allow-nether=false +broadcast-console-to-ops=false +broadcast-rcon-to-ops=false +bug-report-link= +debug=false +difficulty=peaceful enable-command-block=false +enable-jmx-monitoring=false enable-query=false -generator-settings={} +enable-rcon=false +enable-status=true enforce-secure-profile=true -level-name=world -motd=A test server -query.port=25565 -pvp=true +enforce-whitelist=false +entity-broadcast-range-percentage=100 +force-gamemode=false +function-permission-level=2 +gamemode=survival generate-structures=true +generator-settings={} +hardcore=false +hide-online-players=false +initial-disabled-packs= +initial-enabled-packs=vanilla +level-name=world +level-seed= +level-type=minecraft\:normal +log-ips=false max-chained-neighbor-updates=1000000 -difficulty=peaceful -network-compression-threshold=256 -max-tick-time=60000 -require-resource-pack=false -use-native-transport=true max-players=5 +max-tick-time=60000 +max-world-size=29999984 +motd=A test server +network-compression-threshold=256 online-mode=true -enable-status=true -allow-flight=false -initial-disabled-packs= -broadcast-rcon-to-ops=false -view-distance=6 -server-ip= -resource-pack-prompt= -allow-nether=false -server-port=25565 -enable-rcon=false -sync-chunk-writes=false -resource-pack-id= op-permission-level=4 +player-idle-timeout=0 prevent-proxy-connections=false -hide-online-players=false +pvp=true +query.port=25565 +rate-limit=0 +rcon.password= +rcon.port=25575 +region-file-compression=deflate +require-resource-pack=false resource-pack= -entity-broadcast-range-percentage=100 +resource-pack-id= +resource-pack-prompt= +resource-pack-sha1= +server-ip= +server-port=25565 simulation-distance=10 -rcon.password= -player-idle-timeout=0 -debug=false -force-gamemode=false -rate-limit=0 -hardcore=false -white-list=false -broadcast-console-to-ops=false -spawn-npcs=true spawn-animals=true -log-ips=false -function-permission-level=2 -initial-enabled-packs=vanilla -level-type=minecraft\:normal -text-filtering-config= spawn-monsters=true -enforce-whitelist=false +spawn-npcs=true spawn-protection=32 -resource-pack-sha1= -max-world-size=29999984 +sync-chunk-writes=false +text-filtering-config= +use-native-transport=true +view-distance=6 +white-list=false diff --git a/run/spigot.yml b/run/spigot.yml index e3b4fec..e976832 100644 --- a/run/spigot.yml +++ b/run/spigot.yml @@ -22,6 +22,8 @@ settings: user-cache-size: 1000 netty-threads: 4 attribute: + maxAbsorption: + max: 2048.0 maxHealth: max: 2048.0 movementSpeed: @@ -59,6 +61,7 @@ players: disable-saving: false world-settings: default: + unload-frozen-chunks: false seed-trialchambers: 94251327 below-zero-generation-in-existing-chunks: true hanging-tick-frequency: 100