AuthorCommitMessageCommit dateIssues
Cynthia Yantismd_5Cynthia Yantis
ece4a912915#580: Add EntityArmorChangeEvent
Cynthia Yantismd_5Cynthia Yantis
1dff62ae830Fix inverted visual fire docs
md_5md_5
5b94881a0b4Update to Minecraft 1.17
blablubbabcmd_5blablubbabc
7e29f765441SPIGOT-6502: Loading a class from a library of another plugin resulted in a ClassCastException.SPIGOT-6502
blablubbabcmd_5blablubbabc
04df07fe9a4#615: Calculate the reachable nodes only once per transitive dependency check.
TheCreeperCowmd_5TheCreeperCow
0e11bc1faa7#522: Add piglin bartering API
Cynthia Yantismd_5Cynthia Yantis
a16a309d532#613: Add PlayerBucketEntityEvent and make PlayerBucketFishEvent deprecated in favor of the newer, more generic event
md_5md_5
f563167d33eSPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkersSPIGOT-6464
md_5md_5
146a7e4bd76SPIGOT-5345: Add automatic library supportExample plugin.yml usage: ``` libraries: - com.squareup.okhttp3:okhttp:4.9.0 ``` Libraries will only be accessible to plugins and their transitive depends, allowing for multiple versions of the same library to be used by different plugins. This feature is modeled on the parallel BungeeCord feature and intends to offer the same behaviour. Although this is a preview feature, major cha...2 Jira issues
md_5md_5
b9ef9229d4cUpdate entity loot tables in LootTables
retroopermd_5retrooper
15f0fe23ae5#606: Add Player#getPing to access the player's ping
Martophmd_5Martoph
531436ee873#567: Add ability to cancel ProjectileHitEvent
Julian v.d Berkmortelmd_5Julian v.d Berkmortel
edf1881e6aeSPIGOT-6200: Add COMMAND to the CreateSpawnEvent.SpawnReason enumSPIGOT-6200
md_5md_5
5eece9f8580Fix typo in BubbleColumn documentation
Cynthia Yantismd_5Cynthia Yantis
a030a41b0dcSPIGOT-6443: Fix PlayerBucketFishEvent#getWaterBucket returning the wrong itemSPIGOT-6443
Julian v.d Berkmortelmd_5Julian v.d Berkmortel
1c0c52ae4faSPIGOT-6373: Add getAttachedFace and setAttachedFace to the Shulker APISPIGOT-6373
md_5md_5
80ece5de932Remove old draft API tags
DerFrZockermd_5DerFrZocker
8523fa23ad1#604: Add Contract annotation to ConfigurationSection
Martophmd_5Martoph
dd8edaa7ab1#603: Specify what velocity changes in javadocs
Cynthia Yantismd_5Cynthia Yantis
6bff9d09961#508: Add PlayerBucketFishEvent
Flo0md_5Flo0
2b8fb83fd8d#601: Add Block#isPreferredTool
Mmaartenmd_5Mmaarten
8dcc25417dbSPIGOT-6302: Javadoc fix for World#spawnEntity()Method does not return nullSPIGOT-6302
Julian v.d Berkmortelmd_5Julian v.d Berkmortel
6d0965a550aSPIGOT-6388: Add API to get and set the state of the "Shulker" entitySPIGOT-6388
Julian v.d Berkmortelmd_5Julian v.d Berkmortel
14883d6b17fSPIGOT-6078: Add SmithItemEvent and expand SmithingInventory APISPIGOT-6078
Jakub Zacekmd_5Jakub Zacek
9477fa26f2d#597: Implemented Material#getEquipmentSlot() method
Martophmd_5Martoph
b302317a959SPIGOT-5877: Add scaffolding for custom dimensions and biomesSPIGOT-5877
md_5md_5
ccccb62537bSPIGOT-6417: Add Creeper fuse ticks APISPIGOT-6417
md_5md_5
bb27a6c7231SPIGOT-6416: Add BlockFace#isCartesian()SPIGOT-6416
md_5md_5
15ba9ae78adSPIGOT-6357: Add World#getMinHeightSPIGOT-6357
md_5md_5
4e5f46cb274Update ASM version
md_5md_5
c589f5464d0Use upstream plexus-compiler-eclipseRelevant bugs have since been fixed
Martophmd_5Martoph
d264e972e9f#591: Add option for a consumer before spawning an item
Nathan (antiPerson)  md_5Nathan (antiPerson)
1c537fce41b#590: Add spawn and transform reasons for piglin zombification.
md_5md_5
9d0ad3184ecFix javadoc errors in previous commits
Martophmd_5Martoph
9501daa26bd#578: Add methods to modify the rate of regeneration and starvation
Martophmd_5Martoph
197d8f3d76f#577: Add EntityExhaustionEvent
Parker Hawkemd_5Parker Hawke
95ff95ed62d#588: Add Player#sendBlockDamage()
Matthew Sandersmd_5Matthew Sanders
fcbd22662d7#587: Fix various javadoc typos
Parker Hawkemd_5Parker Hawke
1e843b72bbd#510: Add NamespacedKey#fromString() to fetch from user input
Cynthia Yantismd_5Cynthia Yantis
a4d18241845#581: Add methods to modify despawn delay for wandering villagers
Jakub Zacekmd_5Jakub Zacek
5b289e69146SPIGOT-5778: Added World.getGameTime methodSPIGOT-5778
md_5md_5
315b69c1d18SPIGOT-6349: Material#MOSSY_COBBLESTONE incorrectly claims it is a MultipleFacing blockSPIGOT-6349
md_5md_5
1b5ad2af5deSPIGOT-6316: PlayerBedLeaveEvent implements CancellableSPIGOT-6316
Parker Hawkemd_5Parker Hawke
e70a125f4f4#571: Expand the FishHook API
md_5md_5
b94b766f228Improve /version command
md_5md_5
85b16b8a5f0Update to Minecraft 1.16.5
blablubbabcmd_5blablubbabc
0958895aefcSPIGOT-6274: Reloading configuration does not clear previous valuesSPIGOT-6274
md_5md_5
bf6176594c2SPIGOT-6313: Revert "SPIGOT-6274: Reloading configuration does not clear previous values"This reverts commit e8fa7a07cbe7c5cdcfd5ef75ebb9f086171ddcd4.2 Jira issues
md_5md_5
e8fa7a07cbeSPIGOT-6274: Reloading configuration does not clear previous valuesSPIGOT-6274
Auxilormd_5Auxilor
64c36cce230#568: Added get/set ItemStack methods to trident

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut