Spigot
  1. Spigot

CraftBukkit

Public
AuthorCommitMessageCommit dateIssues
md_5md_5
bbb30e7a853SPIGOT-7894: NPE when sending tile entity updateSPIGOT-7894
md_5md_5
ba21e94725bSPIGOT-7895: PlayerItemBreakEvent not firingSPIGOT-7895
Docmd_5Doc
0fb24bbe071SPIGOT-7875: Fix PlayerItemConsumeEvent cancellation causing client-side desyncSPIGOT-7875
md_5md_5
81506644967SPIGOT-7891: Can't remove second ingredient of MerchantRecipeSPIGOT-7891
Miles Holdermd_5Miles Holder
45c206f2c56#1458: Add MenuType API
Miles Holdermd_5Miles Holder
19c8ef9ae3dSPIGOT-7867: Merchant instanceof AbstractVillager always returns falseSPIGOT-7867
Shreyas Ayyengarmd_5Shreyas Ayyengar
4e006d28fca#1468: Expand riptiding API
DocDoc
bd8aded7d03Ignore checks in CraftPlayerProfile for ResolvableProfile used in profile components
md_5md_5
8679620b5deSPIGOT-7889: Fix tool component deserialisation without speed and/or correct-for-dropsSPIGOT-7889
Docmd_5Doc
8d52226914cSPIGOT-7882, #1467: Fix conversion of name in Profile Component to empty if it is missingSPIGOT-7882
md_5md_5
63f91669abdSPIGOT-7887: Remove duplicate ProjectileHitEvent for fireballsSPIGOT-7887
md_5md_5
7070de8c8aaSPIGOT-7878: Server#getLootTable does not return null on invalid loot tableSPIGOT-7878
md_5md_5
060ee6cae63SPIGOT-7876: Can't kick player or disconnect player in PlayerLoginEvent when checking for cookiesSPIGOT-7876
Docmd_5Doc
7ccb86cc081#1465: Add FireworkMeta#hasPower
md_5md_5
804ad6491a5SPIGOT-7873: Add powered state for skullsSPIGOT-7873
md_5md_5
f9610cdcb0cImprove minecart movement
md_5md_5
7548afcf247SPIGOT-7872: Fix crash with event-modified teleportsSPIGOT-7872
Docmd_5Doc
93480d5d61dSPIGOT-7868, #1463: Fix default and max power in FireworkMetaSPIGOT-7868
Shreyas Ayyengarmd_5Shreyas Ayyengar
5060d1a844bSPIGOT-7783, SPIGOT-7784, #1460: Add Trial Vault & Spawner event API2 Jira issues
Docmd_5Doc
11dfcae71a0#1462: Fix broken links and minor improvement for checkstyle.xml
md_5md_5
b95736b13f7Update to Minecraft 1.21.1
blablubbabcmd_5blablubbabc
8ee6fd1b8dbSPIGOT-7857: Improve ItemMeta block data deserializationSPIGOT-7857
md_5md_5
8f26c30c696SPIGOT-7857: Fix spurious internal NBT tag when deserializing BlockStateMetaSPIGOT-7857
md_5md_5
759061b9323SPIGOT-7855: Fire does not spread or burn blocksSPIGOT-7855
Miles Holdermd_5Miles Holder
00fc9fb641cSPIGOT-7853: AnvilInventory#getRepairCost() always returns 0SPIGOT-7853
Nathan (antiPerson)  md_5Nathan (antiPerson)
7501e2e0498#1450: Add CrafterCraftEventCo-authored-by: md_5 <[email protected]>
md_5md_5
8c51673e7b0SPIGOT-5731: PortalCreateEvent#getEntity returns null for nether portals ignited by flint and steelSPIGOT-5731
Miles Holdermd_5Miles Holder
d53d0d0b198#1456: Fix inverted logic in CraftCrafterView#setSlotDisabled
md_5md_5
682a678c82bSPIGOT-7850: Add API for Bogged shear stateSPIGOT-7850
Docmd_5Doc
fccf5243ad3SPIGOT-7837: Support data pack banner patternsSPIGOT-7837
Miles Holdermd_5Miles Holder
9c3bd439054#1431: Add API for InventoryView derivatives
Docmd_5Doc
0cc6acbc4e8SPIGOT-7849: Fix FoodComponent serialize with "using-converts-to" using nullSPIGOT-7849
md_5md_5
2c547495242Don't rely on tags for CraftItemMetas
md_5md_5
20d107e4673SPIGOT-7846: Fix ItemMeta for hanging signsSPIGOT-7846
md_5md_5
76f59e31556Remove redundant clone in Dropper InventoryMoveItemEvent
Nathan (antiPerson)  md_5Nathan (antiPerson)
e61a53d25c8SPIGOT-7817: Call InventoryMoveItemEvent for CraftersSPIGOT-7817
md_5md_5
894682e2d7aSPIGOT-7839: Remove redundant Java version checksSPIGOT-7839
Docmd_5Doc
2c12b2187ecSPIGOT-7809: Add ShieldMeta and fix setting shield base coloursCo-authored-by: md_5 <[email protected]>SPIGOT-7809
Docmd_5Doc
403accd5633SPIGOT-7831: Add CreatureSpawnEvent.SpawnReason#POTION_EFFECTSPIGOT-7831
md_5md_5
812761660c9Increase outdated build delay
md_5md_5
bed1e3ff686SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portalsSPIGOT-7827
md_5md_5
2444c8b235fSPIGOT-7823: Suspicious sand and gravel material are not marked as having gravity correctlySPIGOT-7823
DerFrZockermd_5DerFrZocker
aceddcd0bfcSPIGOT-7820: Enum changes - duplicate method nameSPIGOT-7820
md_5md_5
a0d2d6a8454SPIGOT-7813: Material#isInteractable() always returns falseSPIGOT-7813
Docmd_5Doc
8fd64b0912aSPIGOT-7806: Handle both loot and inventory item drop behaviour in PlayerDeathEventSPIGOT-7806
Nathan (antiPerson)  md_5Nathan (antiPerson)
a4ee40b749fSPIGOT-7799, #1436: Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEventSPIGOT-7799
DerFrZockermd_5DerFrZocker
082aa51c506#1424: Trial changing a small number of inner enums to classes/interfaces to better support custom valuesThis 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`.
Docmd_5Doc
66e78a96b65SPIGOT-7815: Consider EntityDamageEvent status for Wolf armor damageSPIGOT-7815
Docmd_5Doc
c3ceeb6f79bSPIGOT-7814: Call PlayerShearEntityEvent for BoggedSPIGOT-7814
md_5md_5
97b1e4f584aFix wolf armor not dropping from use of shears