Commit Graph

2541 Commits

Author SHA1 Message Date
granny
07972189c7
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@2ffb704 Don't use event to get block position (#9295)
PaperMC/Paper@3d06377 Allow double removal from player chunk loader
PaperMC/Paper@bc3496e Fix incorrect collision shape for hopper item suck
PaperMC/Paper@e2e874f Add back the source uuid on exp orb for animals breeding (#9289)
PaperMC/Paper@3722877 correctly hide players from entity argument suggestions (#9245)
2023-06-11 03:41:18 -07: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
9f92f4d9bf missed one thing 2023-06-08 19:40:23 -04: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
e698cb4f08 Merge branch 'ver/1.19.4' into ver/1.20 2023-06-08 17:04:15 -04:00
Ben Kerllenevich
889dc22a67 29/310 2023-06-08 17:03:10 -04:00
Rafael Romão
6886272913
Add mending multiplier (#1322) 2023-06-08 15:30:11 -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
granny
2ae3be3f5c
use component directly for player list name
fixes #1316
2023-05-14 03:17:11 -07:00
granny
3325421436
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@efd47e3 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9188)
PaperMC/Paper@1edfefd Add option to flush region files on save (#9149)
PaperMC/Paper@9daa019 Added wither vanilla invulnerability API (#9124)
2023-05-12 22:45:44 -07:00
granny
84da84887e
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6884092 Fix lightning being able to hit spectators (#9193)
2023-05-11 21:45:11 -07:00
granny
54656e9755
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@4f9575e Break redstone on top of trap doors early
PaperMC/Paper@83da4b6 Fix DamageSource for Falling Blocks (#9175)
PaperMC/Paper@9846d0d Fix some NPE for EntityCompostItemEvent (#9169)
PaperMC/Paper@813d039 Make sure the player didn't disconnect when processing commands
PaperMC/Paper@1d4c780 Fix BlockPosition#offset(double,double,double) (#9190)
2023-05-07 22:32:23 -07:00
granny
21411de358
add cherry_log, cherry_wood, bamboo_block to strippables config 2023-05-01 01:26:14 -07:00
granny
a54b535677
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@2cccbbe [ci skip] Update Gradle plugins and wrapper (#9140)
PaperMC/Paper@f4ce997 Add Mob Experience reward API (#9122)
PaperMC/Paper@bcec5b1 Fixed large packet handling (#9147)
2023-04-27 23:22:04 -07:00
granny
3ef9911108
save https://github.com/PaperMC/Paper/pull/9149 from paper pr queue hell 2023-04-27 23:12:18 -07:00
granny
c407d789e9
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@936205b Disable allowListing before received from client (#9167)
2023-04-25 17:21:11 -07:00
granny
68322ba77d
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@8e3009e Resolve Plugin Dependency Issues, Improve PluginLoading Compat, Small Loading Issues (#9129)
PaperMC/Paper@5c4671a Fix LegacyPluginLoader dependency registration (#9165)
2023-04-23 00:46:41 -07:00
granny
678eafef72
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@dd216c1 Fix Inconsistencies with Paper Plugin Names (#9098)
PaperMC/Paper@beed22d Undo making JavaPlugin#logger field public (#9125)
PaperMC/Paper@f7717c3 Fix server ignoring fallback for translatable components (#9134)
2023-04-20 19:27:34 -07:00
granny
a495371bb7
[ci-skip] in upstreamCommit script, use new commit if available, otherwise use HEAD 2023-04-15 18:37:42 -07:00
granny
e909778327
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@23a443e Fix demo flag not enabling demo mode (#9103)
PaperMC/Paper@6d2121e Removes some references to deprecated methods/types (#9043)
2023-04-15 18:36:20 -07:00
granny
74cdbe8121
fix lobotomizer patch 2023-04-15 18:11:51 -07:00
granny
fa5b45f62e
update permissions in MinecraftCommandPermissionsTest 2023-04-15 01:56:56 -07:00