Owen1212055
5297d99a4e
Tadpole lock API ( #8297 )
2022-12-23 15:50:32 -05:00
aerulion
6b4dfb9627
Add EntityPushedByEntityEvent ( #7704 )
2022-12-23 20:59:11 +01:00
Noah van der Aa
c2bee2c705
Expose signed message in chat events ( #8694 )
2022-12-23 16:54:04 +01:00
Jake Potrebic
424df4f743
Deprecate ProjectileCollideEvent ( #8678 )
...
replaced by ProjectileHitEvent
propagated the cancellation of the legacy event
to the modern one
2022-12-22 21:20:44 -08:00
Jake Potrebic
ae31085e6d
Fix OfflinePlayer getPlayerProfile return type ( #8710 )
2022-12-21 20:30:21 -08:00
Jake Potrebic
d20d36a172
Add exploded block state to BlockExplodeEvent ( #6818 )
2022-12-19 21:09:51 -08:00
Jake Potrebic
3394f6b808
Improve PortalEvents ( #8679 )
2022-12-17 09:36:02 -08:00
Jakub Žáček
fab251199d
Add Sneaking API for Entities ( #8485 )
2022-12-15 20:43:14 +01:00
Jake Potrebic
b5ab281c29
Deprecate TargetBlock/EntityInfo and assocated methods ( #7381 )
2022-12-15 09:10:03 -08:00
Jake Potrebic
9eb6b1db93
Add BlockLockCheckEvent ( #7840 )
2022-12-15 08:49:49 -08:00
Jake Potrebic
96d7b7b6e4
Add more breakNaturally functionality ( #7379 )
2022-12-14 19:37:16 -08:00
Jake Potrebic
a0b62c40db
Remove deprecated event warning for inventory result event ( #8672 )
2022-12-14 15:09:11 -08:00
Jake Potrebic
a4112a5c50
Updated Upstream (Bukkit/CraftBukkit) ( #8663 )
...
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
f50ad1f8 PR-798: Add PrepareGrindstoneEvent and refactor related events to use PrepareInventoryResultEvent
0cac7963 SPIGOT-7204: Add TeleportCause#DISMOUNT
b4dd47b0 SPIGOT-7202: Deprecate removed door effects
CraftBukkit Changes:
ab1586c2f PR-1123: Add PrepareGrindstoneEvent
b402824ea SPIGOT-7204: Add TeleportCause#DISMOUNT
06a6a1012 PR-1121: Add unit test for spawn egg meta
c18668be3 SPIGOT-7192: Call PlayerInteractEvent with Action.LEFT_CLICK_AIR if the entity interacted is hidden to the player
47124f639 Increase outdated build delay
645993470 SPIGOT-7201: Spawner ItemMeta not working as expected
2022-12-13 21:03:57 -08:00
EpicPlayerA10
851a363fad
Fix death message containing empty string ( #8656 )
...
Resolves : #8654
2022-12-13 13:24:59 +01:00
Jake Potrebic
3a0963092a
Add the non-flammable wood item tag ( #8648 )
2022-12-11 13:01:18 -08:00
Noah van der Aa
2b86179e7e
[ci skip] Correct chat preview removal version in javadoc ( #8646 )
2022-12-11 19:34:31 +01:00
Jake Potrebic
e74fb06010
Deprecate isPreview method in decorate events ( #8645 )
2022-12-11 09:55:39 -08:00
Jake Potrebic
63e191936d
Add Position ( #7639 )
...
* Add Position
* move Position patch to start
2022-12-10 16:50:32 -08:00
Lulu13022002
2f97008db9
Fix chunksnapshot biome getter ( #8639 )
2022-12-10 14:11:39 +01:00
Owen1212055
e383b8e15d
Rabbit API ( #8627 )
2022-12-09 19:56:13 -05:00
Jake Potrebic
7c8a0e8e83
Add new 1.19.3 fires of EntityInsideBlockEvent ( #8629 )
2022-12-09 02:46:47 -08:00
Jake Potrebic
d1e41fdc47
couple more instrument/note fixes
2022-12-09 01:49:15 -08:00
Jake Potrebic
a4bd0cf67b
fix Instruments
2022-12-09 01:34:39 -08:00
Jake Potrebic
2c494f0af9
Mark experimental api as such ( #8628 )
2022-12-09 01:13:22 -08:00
Owen1212055
fcb3cfa2f5
Update adventure ( #8625 )
2022-12-09 04:11:28 -05:00
Jason Penilla
449f63be8c
Account for splash water bottles now extinguishing entities ( #8622 )
...
* Account for splash water bottles now extinguishing entities
* improvements and javadocs
* reorder patches
* rename event to WaterBottleSplashEvent
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2022-12-08 17:33:22 -07:00
Owen1212055
d7dbb07235
Deprecate PluginLoader and impls ( #8619 )
2022-12-08 16:27:37 -05:00
Jake Potrebic
6f65677ca2
check now succeeds
2022-12-08 10:23:12 -08:00
Jake Potrebic
b344c04a4a
fix some tests and DoNotUse violations
2022-12-08 09:06:14 -08:00
Nassim Jahnke
d4e6ee3d12
Moar, fix API
2022-12-07 19:52:24 +01:00
Nassim Jahnke
b7dd55ce72
API patches
2022-12-07 17:46:46 +01:00
Jake Potrebic
bea0e28dc4
Add missing Fluid type ( #8608 )
2022-12-06 10:41:04 -08:00
Yannick Lamprecht
c57f86c7ab
Player Entity Tracking Events ( #4722 )
2022-12-03 23:46:38 +01:00
Jake Potrebic
31ec776281
Updated Upstream (Bukkit/CraftBukkit) ( #8604 )
...
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
38866413 SPIGOT-6765: Pass WorldInfo, Random and coordinates to ChunkGenerator should methods
CraftBukkit Changes:
f3dab3a48 SPIGOT-7191: TNT minecart explosions crash the server
b5aa0bed9 SPIGOT-7184: ExplosionPrimeEvent not called for ExplosiveMinecart
e7aab5493 SPIGOT-6765: Pass WorldInfo, Random and coordinates to ChunkGenerator should methods
2022-12-03 10:19:09 -08:00
Jason Penilla
59d8df6cba
Add /paper dumplisteners tofile
and increase detail of command output ( #8592 )
2022-11-26 10:36:11 -07:00
Owen1212055
91869b8753
Schoolable Fish API ( #7089 )
2022-11-25 21:21:40 -05:00
SoSeDiK
c30dcbbc4c
Allow using degrees for ArmorStand rotations ( #7847 )
2022-11-26 03:42:30 +02:00
Noah van der Aa
0d81f1e394
Friction API ( #6611 )
2022-11-26 01:23:12 +01:00
Kezz
898dd9224a
Add Tick TemporalUnit ( #5445 )
2022-11-25 21:05:42 +00:00
Jake Potrebic
06be0d0b4d
Add displayName methods for advancements ( #8584 )
2022-11-24 23:05:48 -08:00
Jake Potrebic
26993f7801
ItemStack damage API ( #7801 )
2022-11-24 22:52:00 -08:00
Warrior
7f4f5f8f3b
Add /paper dumplisteners command ( #8507 )
...
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
Co-authored-by: TwoLeggedCat <80929284+TwoLeggedCat@users.noreply.github.com>
2022-11-23 23:28:38 +01:00
Lulu13022002
3375abab49
More vanilla friendly methods to update trades ( #8478 )
2022-11-23 22:38:49 +01:00
Jake Potrebic
48d31a56e9
Add api to resolve components ( #7648 )
2022-11-22 20:53:50 -08:00
Jakub Žáček
b36d2af7d5
Add Player Warden Warning API ( #8470 )
2022-11-20 19:53:58 +01:00
Jake Potrebic
b121c04895
Moving ATs from the at file to individual patches ( #8573 )
2022-11-19 15:53:20 -08:00
Owen1212055
af85b6071c
Cleanup reputation API + back with an EnumMap instead of array ( #8258 )
...
Resolves : #7142
2022-11-12 12:41:22 -05:00
Owen1212055
36d8f327e8
Add PrePlayerAttackEntityEvent ( #8369 )
...
Allows you to cancel player event attacking, preventing things like attack sounds from being played.
2022-11-09 22:05:58 -05:00
Jake Potrebic
2f0e0c5f2b
Fix Advancement#getDisplay() api break ( #8541 )
2022-11-04 15:59:15 -07:00
Astro Angelfish
bf532ab0fb
[ci-skip] Rename Paper stop tp Paper end. ( #8539 )
2022-11-05 00:08:01 +08:00