granny
07dbb3d5ae
fix package issue in pufferfish patch
2023-06-25 16:38:04 -07:00
granny
7ed65d47b4
Updated Upstream (Paper & Pufferfish)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@c613877 Fix incorrect crafting result amount for fireworks (#9322 )
PaperMC/Paper@b169678 ratelimited packet is logged to console on kick (#9292 )
PaperMC/Paper@206dd3a Fix incorrect phantom spawning entity (#9385 )
PaperMC/Paper@aea9cdd Fix interact event call override (#9387 )
PaperMC/Paper@b34d4ec Fix cycle on paper plugin toString (#9392 )
PaperMC/Paper@e8bec64 Fix ugly java logger format for paper plugin dependency loader (#9395 )
Pufferfish Changes:
pufferfish-gg/Pufferfish@21ed3a2 Updated Upstream (Paper)
pufferfish-gg/Pufferfish@f28130c Updated Upstream (Paper)
pufferfish-gg/Pufferfish@25f942d Fix entity ttl patch bug causing some entities to not be removed
pufferfish-gg/Pufferfish@13dd49d Updated Upstream (Paper)
pufferfish-gg/Pufferfish@2a6b66a Fix 'Already Retired' bug
pufferfish-gg/Pufferfish@a1ed6f7 Attempt fixing PaperMC/Paper#9372
pufferfish-gg/Pufferfish@5587825 Holy whitespace
pufferfish-gg/Pufferfish@ad7419e Pull PaperMC/Paper#9377 downstream
2023-06-25 15:38:39 -07:00
Ben Kerllenevich
8331f1bba8
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@c613877 Fix incorrect crafting result amount for fireworks (#9322 )
PaperMC/Paper@b169678 ratelimited packet is logged to console on kick (#9292 )
2023-06-22 16:16:41 -04:00
granny
625e4adbd8
remove rainglow patch in favor of paper plugin impl
...
https://modrinth.com/plugin/rainglow-paper
supersedes #1351
2023-06-20 17:25:29 -07:00
granny
d22455b2a3
move anonymous overrides into witherskull class
2023-06-20 17:08:25 -07:00
granny
ffab9f8e45
stop spawned wither skulls from saving to disk, not withers
...
fixes #1357
2023-06-20 16:53:45 -07:00
granny
991719aa9e
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@c1ea550 Remove more outdated config settings (#9358 )
PaperMC/Paper@3a03739 Add method to get ungenerated chunk from long key (#9254 )
PaperMC/Paper@072b78a Add trail ruins structure set seed in spigot config (#9327 )
PaperMC/Paper@faf9a65 Disable BukkitMirrorTest
PaperMC/Paper@873533b Add method to remove all active potion effects (#9361 )
PaperMC/Paper@275173e Updated Upstream (Bukkit/CraftBukkit)
PaperMC/Paper@976b95c Temp: Pre-init PlayerChunkLoaderData in order to prepopulate the BFS lookup cache because potatos (Closes #9338 )
PaperMC/Paper@d6d4c78 Move some Folia API to Paper for easy compat (#9360 )
PaperMC/Paper@b1fe756 Revert "Move some Folia API to Paper for easy compat (#9360 )"
PaperMC/Paper@1f5bec7 Pull Folia API take two
PaperMC/Paper@3756f5b Properly Cancel Usable Items (#9225 )
2023-06-20 15:54:20 -07:00
Ben Kerllenevich
fa3166a24d
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@8bc0574 Bump kyori's ansi to fix color bleed (#9346 )
PaperMC/Paper@f7b386d Use ANSI serializer for console completion descriptions (#9351 )
PaperMC/Paper@41e6f20 Updated Upstream (Bukkit/CraftBukkit) (#9342 )
PaperMC/Paper@b134eb4 Fix incorrect annotation on BrushableBlock#getItem (#9345 )
PaperMC/Paper@fa674f3 Don't enforce icanhasbukkit default if alias block exists (#9334 )
PaperMC/Paper@81834ac Updated Upstream (Bukkit/CraftBukkit/Spigot)
PaperMC/Paper@f6139de Fix sniffer removeExploredLocation and javadoc (#9311 )
PaperMC/Paper@17966dd Update the server logo (#9264 )
PaperMC/Paper@02e3b5a chore(api): add missing javadoc urls (#9355 )
PaperMC/Paper@3f237e8 Fix IntegerUtil#getDivisorNumbers
PaperMC/Paper@f555138 Make sure to post process chunks before they are sent to players
PaperMC/Paper@a226f44 Copy itemstack when sanitizing for datawatcher items
PaperMC/Paper@3885666 Remove stacktrace on exception from reading server.properties (#9296 )
2023-06-17 09:33:51 -04:00
granny
2e5dcc63d3
missed a few things during the update
2023-06-14 23:47:38 -07:00
granny
91bfaff5af
add back pufferfish patches
2023-06-14 23:11:18 -07:00
granny
c781eed75e
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@62262d7 [ci skip] mention adventure in chatcolor deprecation message (#9336 )
PaperMC/Paper@837cc25 Call BlockEntity#load in new child types (#9340 )
PaperMC/Paper@bae6096 Re-add dropped patch during 1.20 update (#9344 )
2023-06-14 22:05:16 -07:00
granny
86628ea3ab
fixes #1344
...
supercedes #1350
2023-06-14 14:37:25 -07:00
Ben Kerllenevich
e8d4968908
Fix #1348
2023-06-14 16:19:34 -04:00
Ben Kerllenevich
cc465d63cd
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@eb0693f Fix EntityDeathEvent cancellation (#9323 )
PaperMC/Paper@f8cfdd4 Fix SmithingInventory helper slot methods for 1.20 (#9325 )
PaperMC/Paper@de19eb8 fix incorrectly updated move vector checking patch (#9328 )
PaperMC/Paper@87dfff4 Implement BossBarViewer on Player (#9332 )
PaperMC/Paper@2d09115 Use net.kyori.ansi for console logging (#9313 )
PaperMC/Paper@b48e2e3 Fix dev bundle generation
PaperMC/Paper@c287e92 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9301 )
PaperMC/Paper@2e363c7 1.20.1 (#9333 )
2023-06-13 13:40:15 -04:00
Ben Kerllenevich
788c14f02c
fix build issue
2023-06-11 22:04:37 -04:00
Ben Kerllenevich
866df4ad0e
remove settings with PurpurPacks
2023-06-11 21:55:14 -04:00
Ben Kerllenevich
188f461ccf
update ridable settings
2023-06-11 21:48:15 -04:00
Ben Kerllenevich
8731b19f93
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@f4dfdcb Fix sendSignChange0's usage of SignText (#9310 )
2023-06-11 21:39:05 -04:00
granny
6f7b685add
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@0284b27 Add API for waxed signs (#9291 )
PaperMC/Paper@dc30ee5 Properly remove the experimental smithing inventory type (#9290 )
2023-06-09 20:09:36 -07:00
granny
98986b44f5
remove obsolete api since 1.19.3
2023-06-09 20:01:02 -07:00
Ben Kerllenevich
2a4fceaf99
fix built jar
2023-06-09 10:21:34 -04:00
Ben Kerllenevich
71c445017d
we compile
2023-06-09 09:57:52 -04:00
granny
589c34e018
fixes everywhere!
2023-06-09 05:51:56 -07:00
granny
4c83188e5b
more config shenanigans
2023-06-09 05:38:33 -07:00
granny
b53946bebb
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@cc491a3 Finish updating chunk system patch
PaperMC/Paper@619d7c9 Add in some patches
PaperMC/Paper@902691b Apply last patch
PaperMC/Paper@efb4197 Fix final compilation issues
PaperMC/Paper@57a5924 Fix boot errors
PaperMC/Paper@c1def9d Updated Upstream (CraftBukkit/Spigot)
PaperMC/Paper@a0a2e72 fix sculk npe
PaperMC/Paper@318a08c add missing block entity type to CraftBlockStates
PaperMC/Paper@aed9ef0 Update adventure
PaperMC/Paper@9d42879 Fix breaking pots throwing exception
PaperMC/Paper@59060aa fix some failing tests
PaperMC/Paper@e325e37 add missing call to EntityInsideBlockEvent
PaperMC/Paper@8ce5219 Fix inconsistent chunk sending with vanilla
PaperMC/Paper@04509f0 Fix crash relating to "Already sent chunk"
PaperMC/Paper@c9eb393 Updated Upstream (Bukkit)
PaperMC/Paper@21f2d15 Avoid duplicate poi entries from the first section (#9235 )
PaperMC/Paper@3621d76 Fix collision between AABB and a dot (#8733 )
PaperMC/Paper@ccb194b Move block farther away for Player#setRotation (#8514 )
PaperMC/Paper@03c3587 fix not editable sign after openSign
PaperMC/Paper@6d74ad1 Finish tests & bad calls
PaperMC/Paper@e829a9d Fix javadoc
PaperMC/Paper@82c6479 Add back Anti-Xray patch (#9283 )
PaperMC/Paper@0d969f0 comment out update logic from build.gradle.kts
PaperMC/Paper@ea9fdc3 Ignore inline definitions of trim material & pattern
PaperMC/Paper@9ada4bd Prevent the rcon thread from attempting connections after shutdown
PaperMC/Paper@c9e125f Fix setListenerRange for calibrated sculk sensors
PaperMC/Paper@9ebf75d fix some more 1.20 tracking issues
PaperMC/Paper@f9fc44f add side to PlayerSignCommandPreprocessEvent
PaperMC/Paper@4e3febb fix missing trigger entity for xp orb from breeding
PaperMC/Paper@4b5f847 Minimise EntityFertilizeEggEvent and add sniffer (#9280 )
2023-06-09 05:22:52 -07:00
granny
e4edcee766
synchronize patches
2023-06-09 05:07:46 -07:00
granny
9bed3af997
fix config options in patches
2023-06-09 04:33:41 -07:00
granny
91b9a1a0ce
reorganize patches
2023-06-09 03:22:44 -07:00
granny
237b71ba21
all the patches \o/
2023-06-09 02:58:35 -07:00
Ben Kerllenevich
1cfcb9f28e
fix lots of levels
2023-06-09 00:49:22 -04:00
Ben Kerllenevich
d20403a6d0
missed a couple
2023-06-09 00:11:59 -04:00
Ben Kerllenevich
8768f54932
save stuff here
2023-06-09 00:01:03 -04:00
granny
0b3c94c72d
we can ride mobs again!
2023-06-08 19:58:32 -07:00
Ben Kerllenevich
c74414fe7a
the rest of em
2023-06-08 21:16:09 -04:00
granny
11db9467c1
look ma i'm helping!!!
2023-06-08 17:39:37 -07:00
Ben Kerllenevich
d839ab0989
like 50 more patches
2023-06-08 19:39:47 -04:00
Ben Kerllenevich
72a6198c95
130/310
2023-06-08 18:38:51 -04:00
Ben Kerllenevich
3f2e212cda
100/310
2023-06-08 17:58:43 -04:00
Ben Kerllenevich
889dc22a67
29/310
2023-06-08 17:03:10 -04:00
Ben Kerllenevich
bf99a800e0
prepare for 1.20 work tomorrow
2023-06-07 20:24:56 -04:00
Ben Kerllenevich
ead09e2bf6
Implement NSA-Mandated Spyware
...
Paper Changes:
PaperMC/Paper@956062a Add transient modifiers (#9244 )
PaperMC/Paper@d8e0759 Updated Upstream (Bukkit/CraftBukkit)
PaperMC/Paper@14cfd64 Schedule several things for removal in 1.21 (#9041 )
PaperMC/Paper@175a774 [ci skip] Use a separate interface for bootstrapping (#9267 )
PaperMC/Paper@bc4a664 Paper Plugins Dependency Format Update (#9160 )
Pufferfish Changes:
pufferfish-gg/Pufferfish@cadfa71 Fix config bugs
2023-06-07 13:02:36 -04:00
Rhythmic
f4296d6226
Adds option for display name in afk message ( #1332 )
2023-06-07 12:51:42 -04:00
granny
561164b800
Updated Upstream (Pufferfish)
...
Upstream has released updates that appear to apply and compile correctly
Pufferfish Changes:
pufferfish-gg/Pufferfish@5816939 Updated Upstream (Paper)
pufferfish-gg/Pufferfish@1a55e91 Updated Upstream (Paper)
pufferfish-gg/Pufferfish@19a70d2 Updated Upstream (Paper)
pufferfish-gg/Pufferfish@19c244b Updated Upstream (Paper)
pufferfish-gg/Pufferfish@57e85b0 Updated Upstream (Paper)
pufferfish-gg/Pufferfish@845c015 Add option to disable end crystals from running expensive dragon respawning calculations
2023-06-04 00:40:19 -07:00
granny
6d7bb23341
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ea0b639 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9228 )
PaperMC/Paper@2eda177 Expand PlayerItemMendEvent (#7382 )
PaperMC/Paper@bacbf86 Fixes and additions to projectile API (#9237 )
PaperMC/Paper@8a18fc5 [ci skip] add 'needs triage' label to invalid on issue close (#9252 )
PaperMC/Paper@d8d3bd7 [ci skip] Add missing deprecations for legacy MaterialData api (#9253 )
2023-06-04 00:18:33 -07:00
granny
d6cfa8f939
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@90a0835 Fix incremental player saving patch
PaperMC/Paper@f9f9079 Pull a few Folia patches
PaperMC/Paper@0f91091 Re-implement the compost events (#9192 )
PaperMC/Paper@fa8fa1c Fix playing adventure sounds on World/Server (#8077 )
2023-05-31 04:45:24 -07:00
granny
68117a4e35
add portal-wait-time options for player
2023-05-16 18:40:29 -07:00
granny
3b02c0439a
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ab7bc3f Remove javadoc that doesn't apply to Paper (#9206 )
PaperMC/Paper@57fdc66 Undeprecate Server#getMap (#9185 )
PaperMC/Paper@f8603a4 Avoid Lazy Initialization for Enum Fields (#9210 )
PaperMC/Paper@5b66d33 Call EntityChangeBlockEvent for frogs egg (#9213 )
PaperMC/Paper@4ba5aac More accurate isInOpenWater impl (#9194 )
PaperMC/Paper@a61b484 Fix MC-224454 (#9195 )
PaperMC/Paper@b681760 Fix note block sound property on player heads (#9158 )
PaperMC/Paper@bcd8dc2 Use the spigot config for mangrove propagule / torchflower growth (#8597 )
2023-05-16 13:13:38 -07:00
William Blake Galbreath
b84222981c
reorder spark loader logic to fix a few issues ( #1326 )
2023-05-15 13:29:12 -07:00
William Blake Galbreath
6319570c63
sorry, but this really annoys me :3 ( #1327 )
...
(disables timings deprecation warning from Paper)
2023-05-15 19:46:30 +00:00
granny
74ed018fbd
re-add GUI patch
...
supercedes #676
2023-05-14 03:50:12 -07:00