5930 Commits

Author SHA1 Message Date
ploppyperson
7501e2e049
#1450: Add CrafterCraftEvent
Co-authored-by: md_5 <git@md-5.net>
2024-07-30 07:07:10 +10:00
md_5
8c51673e7b
SPIGOT-5731: PortalCreateEvent#getEntity returns null for nether portals ignited by flint and steel 2024-07-28 08:54:10 +10:00
Miles Holder
d53d0d0b19
#1456: Fix inverted logic in CraftCrafterView#setSlotDisabled 2024-07-28 08:34:00 +10:00
md_5
682a678c82
SPIGOT-7850: Add API for Bogged shear state 2024-07-27 10:28:37 +10:00
Doc
fccf5243ad
SPIGOT-7837: Support data pack banner patterns 2024-07-27 10:14:41 +10:00
Miles Holder
9c3bd43905
#1431: Add API for InventoryView derivatives 2024-07-27 10:01:29 +10:00
Doc
0cc6acbc4e
SPIGOT-7849: Fix FoodComponent serialize with "using-converts-to" using null 2024-07-26 07:25:02 +10:00
md_5
2c54749524
Don't rely on tags for CraftItemMetas 2024-07-24 19:40:55 +10:00
md_5
20d107e467
SPIGOT-7846: Fix ItemMeta for hanging signs 2024-07-24 19:40:50 +10:00
md_5
76f59e3155
Remove redundant clone in Dropper InventoryMoveItemEvent 2024-07-20 11:31:34 +10:00
ploppyperson
e61a53d25c
SPIGOT-7817: Call InventoryMoveItemEvent for Crafters 2024-07-20 11:31:30 +10:00
md_5
894682e2d7
SPIGOT-7839: Remove redundant Java version checks 2024-07-20 10:20:27 +10:00
Doc
2c12b2187e
SPIGOT-7809: Add ShieldMeta and fix setting shield base colours
Co-authored-by: md_5 <git@md-5.net>
2024-07-20 10:15:22 +10:00
Doc
403accd563
SPIGOT-7831: Add CreatureSpawnEvent.SpawnReason#POTION_EFFECT 2024-07-16 19:53:08 +10:00
md_5
812761660c
Increase outdated build delay 2024-07-15 20:06:23 +10:00
md_5
bed1e3ff68
SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portals 2024-07-10 19:43:43 +10:00
md_5
2444c8b235
SPIGOT-7823: Suspicious sand and gravel material are not marked as having gravity correctly 2024-07-10 18:50:13 +10:00
DerFrZocker
aceddcd0bf
SPIGOT-7820: Enum changes - duplicate method name 2024-07-08 07:01:03 +10:00
md_5
a0d2d6a845
SPIGOT-7813: Material#isInteractable() always returns false 2024-07-07 09:24:47 +10:00
Doc
8fd64b0912
SPIGOT-7806: Handle both loot and inventory item drop behaviour in PlayerDeathEvent 2024-07-06 17:25:39 +10:00
antiPerson
a4ee40b749
SPIGOT-7799, #1436: Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEvent 2024-07-06 17:19:45 +10:00
DerFrZocker
082aa51c50
#1424: Trial changing a small number of inner enums to classes/interfaces to better support custom values
This PR is a subset of the enum PR #931 and is designed as a low impact
trial run of the design and backwards compatibility to inform
subsequent development.

Additional plugin compatibility features may be available by setting
`settings.compatibility.enum-compatibility-mode` to `true` in
`bukkit.yml`.
2024-07-06 17:14:22 +10:00
Doc
66e78a96b6
SPIGOT-7815: Consider EntityDamageEvent status for Wolf armor damage 2024-07-06 08:33:12 +10:00
Doc
c3ceeb6f79
SPIGOT-7814: Call PlayerShearEntityEvent for Bogged 2024-07-04 20:48:21 +10:00
md_5
97b1e4f584
Fix wolf armor not dropping from use of shears 2024-07-04 07:13:33 +10:00
md_5
fd2ef563a0
SPIGOT-7812: Revert "SPIGOT-7809: Restore shield/banner conversion for base colours"
This reverts commit 19335f69e308f6993e9641d0a0e1c38488483736.
2024-07-04 07:01:08 +10:00
md_5
f672c351bb
SPIGOT-7811: Enchantments are applied on sweeping attack even if damage event is cancelled 2024-07-03 20:27:36 +10:00
Doc
cfe29350be
SPIGOT-7808: Fix implementation of Enchantment#getName() for bad name return 2024-07-03 20:21:17 +10:00
md_5
19335f69e3
SPIGOT-7809: Restore shield/banner conversion for base colours 2024-07-03 20:21:13 +10:00
blablubbabc
ae4f5a0be5
SPIGOT-7805: Fix jukebox deserialization 2024-07-01 07:08:06 +10:00
blablubbabc
62e3b73a49
SPIGOT-7804: Fix written book serialization
* Account for null/missing values when deserializing the 'resolved' and
  'generation' fields.
* Serialize the book pages as JSON strings.
* Avoid redundant conversion from strings to components to JSON and back to
  components during deserialization.
  Add CraftChatMessage.fromJSONOrString that accepts a maxLength argument
  and remove the no longer used fromJSONOrStringToJSON, fromStringToJSON,
  and fromJSONComponent helper methods.
2024-06-30 16:27:23 +10:00
Doc
aac911d263
SPIGOT-7800, SPIGOT-7801: Keep vanilla behaviour for items dropped on player death 2024-06-29 14:03:10 +10:00
Doc
13ece474f6
#1429: Implement TrialSpawnerSpawnEvent 2024-06-28 07:06:36 +10:00
coll1234567
bf13e91130
#1354: Improve spawner API and add API for Trial Spawners 2024-06-28 07:06:20 +10:00
md_5
515fe49e10
Increase outdated build delay 2024-06-26 07:00:34 +10:00
md_5
9cd5a19a0f
SPIGOT-7794: Cancelling InventoryItemMoveEvent destroys items 2024-06-24 20:30:28 +10:00
md_5
ce40c7b146
SPIGOT-7796: Kickplayer newlines not working 2024-06-24 06:33:02 +10:00
Doc
5167256ff5
SPIGOT-7795: Fix damage/stats ignore the invulnerable damage time 2024-06-23 13:33:52 -04:00
md_5
f993563ee5
Improve cross-world teleportation handling 2024-06-23 16:45:29 +10:00
Miles Holder
ab29122cf1
#1433: HumanEntity#openInventory(InventoryView) should only support views belonging to the player 2024-06-22 18:48:51 +10:00
LoliColleen
764a541c5b
SPIGOT-7732: Issue with the "hurt()" method of EntityLiving and invulnerable time 2024-06-22 18:46:41 +10:00
md_5
820084b5f6
SPIGOT-7791: Skull BlockState with null profile causes NullPointerException 2024-06-22 11:42:15 +10:00
md_5
5e46f1c821
SPIGOT-7785: Teleporting a player at the right moment can mess up vanilla teleportation 2024-06-22 10:08:46 +10:00
md_5
cbd95a6b35
SPIGOT-7772: Include hidden / non-sampled players in player count 2024-06-22 08:07:02 +10:00
md_5
3153debc5f
SPIGOT-7790: Server crashes after bee nest is forced to update 2024-06-22 07:42:29 +10:00
md_5
e77bb26bb7
SPIGOT-7788: The healing power of friendship advancement is never granted 2024-06-21 07:37:52 +10:00
blablubbabc
ee3d7258a5
SPIGOT-7789: Fix NPE in CraftMetaFirework applyToItem 2024-06-20 07:04:11 +10:00
Doc
2889b3a11e
#1429: Add CreatureSpawnEvent.SpawnReason#TRIAL_SPAWNER 2024-06-19 19:18:47 +10:00
md_5
cdd05bc7fa
SPIGOT-7777: Speed attribute stays after death; missing EntityPotionEffectEvent call 2024-06-19 07:10:02 +10:00
Doc
d0e6af2d41
#1428: Expose Creeper igniter 2024-06-19 06:48:33 +10:00