bonan
e5a8ee849f
Hide soul speed particles for vanished players ( #12152 )
...
Co-authored-by: Tamion <70228790+notTamion@users.noreply.github.com >
2025-02-21 12:02:32 +01:00
Bjarne Koll
142695eb00
Default minecraft alias to redirect ( #12146 )
...
While the running server will still be using the recently introduced
copy-mechanic for vanilla command namespacing, the data converter logic
relies on the fact that namespaced aliases were redirects as well.
To not break the converted, the commands type now takes a modern flag
only set by the running server.
2025-02-18 00:09:54 +01:00
Creeam
a3781ff3be
Separate tick count to ensure vanilla parity ( #12077 )
2025-02-16 20:46:37 +01:00
Lulu13022002
7bee99714a
Cleanup damage source a bit ( #12106 )
2025-02-16 20:14:00 +01:00
Pedro
cb25c0cf31
[ci skip] Fix annotation fields used in NMS getBukkitEntity ( #12120 )
2025-02-16 19:17:26 +01:00
Lulu13022002
d4a957849c
Experimental annotation changes ( #12028 )
2025-01-30 20:02:14 +01:00
caramel
7e21cb8181
fix PlayerChangedMainHandEvent javadoc ( #12020 )
...
* fix PlayerChangedMainHandEvent javadoc
* Obsolete
---------
Co-authored-by: Bjarne Koll <lynxplay101@gmail.com >
2025-01-26 14:00:32 -08:00
EnZaXD
fb5b173c6a
Add PlayerClientLoadedWorldEvent ( #11940 )
2025-01-25 21:47:08 +01:00
Bjarne Koll
8e80d4e158
Correctly construct StructureManager
2025-01-14 19:21:52 +01:00
Bjarne Koll
209e5f8580
Readd dropped hunk for ender dragon fight data ( #11975 )
...
Dragon fight data should be read from the now split world instead of the
main world level.dat.
Partial hunk was dropped during hardfork.
2025-01-14 19:03:30 +01:00
Creeam
86c6308faf
Fix locate command dist overflow/underflow ( #11956 )
2025-01-12 17:55:45 +01:00
Tamion
19ddbeff9e
Fix InventoryAction wrong for Bundles ( #11902 )
2025-01-11 19:50:24 +01:00
SoSeDiK
b242f1eb15
Prevent day cycle on the client when using fixed time ( #11924 )
2025-01-11 10:59:50 +01:00
Noah van der Aa
83995d7e80
Fix settings changes not being saved ( #11881 )
...
Closes #11878
2025-01-01 21:56:23 +01:00
Nassim Jahnke
1dd52bed49
Use playerlist whitelist status instead of properties
...
The actual property value is final, only the serialized output is changed. This uses the correct value from PlayerList instead
Fixes #11878
2025-01-01 18:53:23 +01:00
Strokkur24
93a3df085c
Extend HumanEntity#dropItem API ( #11810 )
2024-12-28 23:47:21 +01:00
Jake Potrebic
feb8756567
Add datapack registration lifecycle event ( #11804 )
2024-12-28 13:30:43 -08:00
Shane Freeder
c9a904ed17
Fix keepalive logic resetting counter
...
This would of actually arised in the client being kicked due to sending
bad keepalive packets due to the erronious extra sending of keepalives too
2024-12-26 15:19:56 +00:00
Warrior
763b32d825
Fix framed maps looping through all players in world ( #11819 )
2024-12-25 12:31:03 +01:00
Lulu13022002
9e2d39cd26
Fix double chest identification ( #11812 )
2024-12-24 22:57:24 +01:00
Jake Potrebic
eb793c3131
[ci skip] more cleanup from repo reorg
2024-12-22 19:07:17 -08:00
Lulu13022002
3bfdf6a07a
fix flying too long check
2024-12-21 19:27:59 +01:00
Bjarne Koll
286e3468d7
Some more cleanup
2024-12-21 16:03:34 +01:00
Nassim Jahnke
3b0b3a0aef
and some more
2024-12-21 13:45:04 +01:00
Nassim Jahnke
82216a59fe
Apply some feature patches to files instead
...
They're small and/or really shouldn't be left unapplied
2024-12-21 13:21:47 +01:00
Nassim Jahnke
e0593e9286
More diff/changed variable name cleanup
2024-12-21 12:15:25 +01:00
Nassim Jahnke
1dc6ad1df0
Fix vehicle movement check
2024-12-21 00:16:55 +01:00
Lulu13022002
051ab9117a
fix more diff
2024-12-20 23:39:43 +01:00
Lulu13022002
2213ce5bbc
fix enderpearl across portals
2024-12-20 21:22:58 +01:00
Spottedleaf
6186079231
Migrate ChunkSystem class to PaperHooks
2024-12-20 09:22:42 -08:00
Nassim Jahnke
42a2ccff55
Remove dead diff, some name/diff cleanup
2024-12-20 12:00:24 +01:00
Bjarne Koll
fd1b6b1ae9
Readd configurable auth server down kick message
2024-12-20 03:07:59 +01:00
Bjarne Koll
68bbd2e202
Improve diff in ServerPlayer#openHorseInventory
2024-12-20 03:07:58 +01:00
Bjarne Koll
993db46961
Comment typo
2024-12-20 03:07:58 +01:00
Bjarne Koll
431303ff40
Move ChunkMap setServerViewDistance to ATs
2024-12-20 03:07:58 +01:00
Nassim Jahnke
a438cc45f6
Small diff cleanup
2024-12-19 15:55:01 +01:00
Nassim Jahnke
4353c33213
Move flat bedrock generator to file patches
2024-12-19 12:26:28 +01:00
Lulu13022002
5922e6334b
fix allowPermanentBlockBreakExploits config
2024-12-18 23:35:47 +01:00
Lulu13022002
6126012369
readd beacon effect cause
2024-12-18 19:29:39 +01:00
Nassim Jahnke
972266605e
Remove dead code, param renames in added methods
2024-12-17 22:04:50 +01:00
Nassim Jahnke
d94e258d01
Clean up add/removePluginChunkTicket
...
No need to be that invasive to Vanilla code for simple, non-hot and small collection checks
2024-12-17 21:40:20 +01:00
Bjarne Koll
88b2981e09
Readd final mod to ChunkHolder#getTickingChunk
2024-12-17 20:32:08 +01:00
Nassim Jahnke
7caf863b52
Small diff cleanups from patch updating
...
And remove a dumb log change in PacketEncoder
2024-12-17 16:50:59 +01:00
Nassim Jahnke
2d83f05a6c
Update watchdog patches
2024-12-17 13:32:46 +01:00
Lulu13022002
9e8a2de45b
readd bukkit extra data to entity tags
2024-12-16 18:07:41 +01:00
Lulu13022002
783b3b70e6
readd dropped event in InteractWithDoor
2024-12-16 17:29:46 +01:00
Nassim Jahnke
f8cb014d20
Move Aikar's EAR 1 into EAR 2 patch
2024-12-16 14:08:25 +01:00
Nassim Jahnke
a15bb2bbd0
Fix and clean up MapItemSavedData Spigot patch
...
It's been dysfunctional for a good while, though I don't think it's even needed. That can be investigated later
2024-12-16 09:56:45 +01:00
Owen1212055
360006bc7f
Fix bouncy items
...
This reverts EAR diff to be how it is paper proper-- seems like alot of this got dropped.
2024-12-15 22:27:32 -05:00
Owen1212055
b21c0686c0
Fix broadcast sending to sender multiple times
2024-12-15 21:43:15 -05:00