md_5 | ac72b19b01bUpdate to Minecraft 1.20.6 | Update to Minecraft 1.20.6 | | |
 Parker Hawke | 6bfe91ae212 | SPIGOT-7617: Add BlockExplodeEvent#getExplodedBlockState() | | SPIGOT-7617 |
 Parker Hawke | 304e83eb384 | #1002: Improve documentation and implementation of getMaxStackSize | | |
 DerFrZocker | e8215ea2000 | SPIGOT-7638: Library loader does not seem to resolve every dependency | | SPIGOT-7638 |
DerFrZocker | 79c595c0c33 | SPIGOT-7637: Bad logic in checking nullability of AttributeModifier slotsAlso fix Class loading order issues, which resulted in EquipmentSlot#getGroup returning null, since EquipmentSlot and EquipmentSlotGroup referencing each other on class init.
This caused EquipmentSlot to being init first, when the fields in EquipmentSlotGroup are still null, resulting in the group being null. | | SPIGOT-7637 |
md_5 | 69fa46950cc | Add some missing deprecation annotations | | |
md_5 | f850da2e36b | Update Maven plugins/versions | | |
md_5 | 8d8400db564 | Use regular compiler seeing as ECJ doesn't support Java 21 JRE | | |
md_5 | c29e1688d1f | Revert "BUILDTOOLS-676: Downgrade Maven compiler version"This reverts commit fc1f96cfadac4d3f3b91f419891f98cfad264f30. | | BUILDTOOLS-676 |
 DerFrZocker | 07bce714f44 | SPIGOT-7355: More field renames and fixes- Rename MapCursor Types to match their Minecraft names
- SPIGOT-7355: Rename ItemFlag#HIDE_POTION_EFFECTS to better reflect its function | | SPIGOT-7355 |
md_5 | 6a8ea76458d | Fix bad merge in penultimate commit | | |
md_5 | 50a7920c5a1 | Fix imports in previous commit | | |
 Parker Hawke | 83640dd19e7 | #995: Add required feature to MinecraftExperimental for easy lookups | | |
md_5 | fc1f96cfada | BUILDTOOLS-676: Downgrade Maven compiler version | | BUILDTOOLS-676 |
 DerFrZocker | 9ea9bb32fe3 | #997: Change wolf variant from enum to interface | | |
 Parker Hawke | 8cd1d01d33f | #996: Rename FoodMeta#get/setSaturationModifier() to #get/setSaturation() | | |
md_5 | d514cfb3c9b | Fix JavaDoc errors | | |
 coll1234567 | 664548f4eca | #994: Add methods to convert between an entity and a string | | |
 DerFrZocker | 8a34e009148 | SPIGOT-5336: Field name parity with Minecraft keys | | SPIGOT-5336 |
 DerFrZocker | aa0d3da263b | #977: Remove legacy Particle values | | |
md_5 | 1113e50a392 | Update to Minecraft 1.20.5 | | |
 Parker Hawke | 0a850d95d96 | #993: Deprecate Command's permission message methods as they no longer workEver since Mojang's introduction of Brigadier in 1.13, the client is not
sent any commands to which it does not have permission to execute. If a
client executes a command it is not aware of (and consequently does not
have permission for), the client will send itself instead of forwarding
the failure to the server for its response. | | |
 Parker Hawke | 20cf5b3d4fe | SPIGOT-7613: Make note of impact of mobGriefing gamerule for World#createExplosion() | | SPIGOT-7613 |
md_5 | 6cc615e6623 | Improve documentation of Enchantment#values() | | |
md_5 | 507052e1128 | Remove no longer required deprecation on display color APIs | | |
 MikChan | 729fc6a80bc | #991: Add PluginManager#loadPlugins(File[]) | | |
 Luis Benavides-Naranjo | 624c810c36a | #982: Add API to copy BlockState to a new Location | | |
 Parker Hawke | 9756fccce8a | #986: Add more Conduit API | | |
 Flo0 | f02baa38696 | #988: Add World#getIntersectingChunks(BoundingBox) | | |
md_5 | 9321d665f53 | Move getItemInUse up to LivingEntity | | |
 Gavin Tantleff | 819eef734f5 | #959: Add access to current item's remaining ticks | | |
md_5 | c4fdadb0c9f | SPIGOT-7601: Add AbstractArrow#getItem | | SPIGOT-7601 |
md_5 | be8261ca6cc | Add support for Java 22 | | |
 Miles Holder | 2611967663a | #979: Add more translation keys | | |
 Marco | 667533623b1 | #985: Correct book maximum pages and characters per page documentation | | |
 Bruno Ivan | c8be92fad60 | #980: Improve getArmorContents() documentation | | |
 Parker Hawke | f1120ee22db | #983: Expose riptide velocity to PlayerRiptideEvent | | |
 Doc | 7ca2b46c1a7 | SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum | | SPIGOT-7594 |
 DerFrZocker | 9a80d38c002 | SPIGOT-336, SPIGOT-3366, SPIGOT-5768, SPIGOT-6409, SPIGOT-6861, #722: Add EntityRemoveEvent | | 5 Jira issues |
 coll1234567 | 258086d9bb1 | SPIGOT-7417, #967: Add Sign#getTargetSide and Sign#getAllowedEditor | | SPIGOT-7417 |
md_5 | ffaba05158e | SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD | | SPIGOT-7584 |
md_5 | 58ce1b0f157 | Improve compatibility of new DamageSource API | | |
md_5 | a6a9d2a41f8 | Remove some old ApiStatus.Experimental annotations | | |
 Doc | be72314ca31 | SPIGOT-7300, #829: Add new DamageSource API providing enhanced information about entity damageCo-authored-by: 2008Choco <hawkeboyz2@hotmail.com> | | SPIGOT-7300 |
 Doc | b252cf058ae | SPIGOT-7576, #970: Add methods in MushroomCow to change stew effects | | SPIGOT-7576 |
 Doc | b1c689bd12e | #902: Add Server#isLoggingIPs to get log-ips configuration | | |
 coll1234567 | 08f86d1ce25 | #971: Add Player methods for client-side potion effects | | |
 coll1234567 | 2e3024a9b07 | #963: Add API for in-world structures | | |
 Doc | a23292a7868 | SPIGOT-7530, #948: Improve Resource Pack API with new 1.20.3 functionality | | SPIGOT-7530 |
 DerFrZocker | 1851857b78b | SPIGOT-3071, #969: Add entity spawn method with spawn reason | | SPIGOT-3071 |