From a140c0d69334706a10a2cf5948fc2a769d44849a Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Fri, 23 Aug 2024 00:26:33 -0400 Subject: [PATCH] [ci-skip] update CHANGELOG.md --- CHANGELOG.md | 9 +-------- paper/run/config/paper-world-defaults.yml | 1 + paper/run/server.properties | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db745c83..88f33d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,7 @@ ### Changes: -- Bumped to 1.21.1. -- Bumped nbt-api. - Cleaned up a bit of the internals. - Optimized a few little bits of the plugin including some questionable ItemMeta calls. - Removed reliance on nbt-api. ### Fixed: -- Fixed a few issues with broken bits of code that were commented. -- Fixed issue with the location for boom not being correct. -- Fixed the lore in blacksmith for the cost. - -### Removed: -- NoCheatPlus support as it's not hosted anywhere. \ No newline at end of file +- Fixed a few issues with broken bits of code that were commented. \ No newline at end of file diff --git a/paper/run/config/paper-world-defaults.yml b/paper/run/config/paper-world-defaults.yml index 9d6644c1..5d1bc29f 100644 --- a/paper/run/config/paper-world-defaults.yml +++ b/paper/run/config/paper-world-defaults.yml @@ -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 diff --git a/paper/run/server.properties b/paper/run/server.properties index 0be5bef9..7363d15c 100644 --- a/paper/run/server.properties +++ b/paper/run/server.properties @@ -1,5 +1,5 @@ #Minecraft server properties -#Sat Aug 10 15:31:33 EDT 2024 +#Fri Aug 23 00:25:51 EDT 2024 accepts-transfers=false allow-flight=false allow-nether=false