DerFrZocker | 5a2d905aff7 | Add eclipse .factorypath file to .gitignore | | |
DerFrZocker | 7c6bf15d443 | Fix SkullMeta configuration serialization / deserialization with note block sound | | |
 coll1234567 | c8feb062965 | #1291: Improve precondition message in Entity#playEffect | | |
 coll1234567 | 482c56a0097 | #1285: Add PlayerRecipeBookSettingsChangeEvent | | |
 coll1234567 | cdf7988007f | #1290: Add methods to get/set evoker fang attack delay | | |
 Miles Holder | 2c1b5f78fc4 | SPIGOT-7514, #1289: Add "Enchantment Roll" API to enchant items according to Minecraft mechanics | | SPIGOT-7514 |
md_5 | 6aa644ae981 | #992: Add API to get full result of crafting items | | |
 Collin | ffb1319bcc9 | #1287: Fix scoreboards not updating in Player#setStatistic | | |
DerFrZocker | 5a72c3c040c | SPIGOT-7510: Try to fix broken reflection usage of plugins | | SPIGOT-7510 |
 coll1234567 | 6fa69f23575 | #1281: Add hit entity/block to events extending ProjectileHitEvent | | |
coll1234567 | 224f733ac10 | Fix NPE introduced in #f4d977e | | |
md_5 | 75502b6ddca | SPIGOT-7507: Fall back to world UUIDs if Dimension tag missing or invalid | | SPIGOT-7507 |
 DerFrZocker | 67a52a64854 | #1279: Back Particle by a minecraft registry | | |
md_5 | f4d977e794b | Simplify texture updating in CraftMetaSkull | | |
md_5 | e42510b0641 | Increase outdated build delay | | |
md_5 | f3ad63aad10 | SPIGOT-7506: SculkBloomEvent.getBlock() world is null | | SPIGOT-7506 |
 DerFrZocker | b59004114e3 | #1278: Return correct default light in chunk snapshot | | |
md_5 | 2a381856b95 | SPIGOT-7503: Remove special handling for minecraft:brand custom channel | | SPIGOT-7503 |
 coll1234567 | 2fa7644d086 | #1277: Add keepSpawnInMemory setting to WorldCreator | | |
 DerFrZocker | 71b0135cc79 | SPIGOT-5753: Back PotionType by a minecraft registry | | SPIGOT-5753 |
 coll1234567 | a6bcb84890c | SPIGOT-7080: Add World#locateNearestBiome | | SPIGOT-7080 |
md_5 | ad0e5743452 | SPIGOT-7502: CraftMetaItem - cannot deserialize BlockStateTag | | SPIGOT-7502 |
 DerFrZocker | b3efca57ac7 | SPIGOT-6400: Use Mockito instead of InvocationHandler | | SPIGOT-6400 |
 DerFrZocker | 38c599f9ded | #1272: Only allow one entity in CraftItem instead of twoThis pr reverts a change made in 2012 which allowed CraftItem to be a also other entities such as an arrow.
I don't see any practical reason why the original change was done, other than to allow plugin developers to do some stuff in a cursed way.
With the introduction of the PlayerPickupArrowEvent in 2016 there is also a way to access the arrow involved in a better way.
Generally I think the cu... | | |
DerFrZocker | f065271ac75 | SPIGOT-7498: ChunkSnapshot.getBlockEmittedLight() gets 64 blocks upper in Overworld | | SPIGOT-7498 |
DerFrZocker | 1bf30a4e901 | SPIGOT-7495: Spawning bee entity in asynchronous BlockPopulator causes IllegalStateException - Accessing LegacyRandomSource from multiple threads | | SPIGOT-7495 |
 Parker Hawke | 476c5bccd3f | #1267: Add more lightning API | | |
 coll1234567 | 40d5e6c023c | #1190: Add Entity#getTrackedBy | | |
md_5 | 40d41acc1ab | SPIGOT-7491: Downgrade bundled SQLite to be updated next release | | SPIGOT-7491 |
 DerFrZocker | 44b31da38f4 | #1264: Load Bukkit class before creating Registry itemThis fixes a registry load order issue, which could cause that two different instances of the same registry item could exist, when the Bukkit class was not loaded before an item was queried. | | |
md_5 | dc45a6738f7 | SPIGOT-7496: Failure to load datapacks with multiple identical predicates | | SPIGOT-7496 |
md_5 | f508657d649 | Fix decompile error affecting javac | | |
 Doc | ef7a4743d81 | #1265: Ensure UTF-8 used in new test resource | | UTF-8 |
md_5 | 99aafc222b5 | Increase outdated build delay | | |
 Lauriichan | dab849f084b | SPIGOT-7283, SPIGOT-7318: Add AsyncStructureGenerateEvent and BlockState cloning | | 2 Jira issues |
md_5 | 041b29ae301 | Upgrade specialsource-maven-plugin | | |
 Parker Hawke | 851a32cffc1 | #1263: Remove unused implementation of AbstractProjectile#doesBounce() and #setBounce() | | |
 Doc | 251af0da31d | #1261: Expand DataPack API with 1.20.2 pack version methods | | |
md_5 | 46e4ba627ce | Upgrade specialsource-maven-plugin | | |
 Doc | df3738a2417 | SPIGOT-7489: Add TeleportDuration to Display Entity | | SPIGOT-7489 |
 Doc | 8d0fea45768 | #1262: Update Minecraft Wiki URLs | | |
md_5 | e62905aabe9 | SPIGOT-7490: Fix entity equipment updates | | SPIGOT-7490 |
 Bjarne Koll | f0661c3514a | #1230: Move unstructured PDC NBT serialisation to SNBTThe initial implementation of the CraftNBTTagConfigSerialiser attempted
to represent the entire NBT tree in yaml. While the tree structure
itself is nicely represented, the values and their respective types
become increasingly difficult to properly store in the context of
snakeyml/yml in general.
This is mainly due to the fact that nbt offers a lot of different types
compared to yaml, specific... | | |
 DerFrZocker | 452fcb5997a | #1256: Update tests to JUnit 5 | | |
md_5 | f71a799f03a | Make BARRIER Waterlogged | | |
md_5 | 172f76a45c5 | Upgrade specialsource-maven-plugin | | |
md_5 | f0702775c31 | SPIGOT-7486: Alternate approach to null profile names | | SPIGOT-7486 |
md_5 | 069495671ec | SPIGOT-7485: Allow air entity items since required for Vanilla logic | | SPIGOT-7485 |
 Parker Hawke | 5dfd33dc27c | SPIGOT-7484: Cancelling PlayerEditBookEvent does not update client's book contents | | SPIGOT-7484 |
 DerFrZocker | 02d49078870 | #1250: Standardize and centralize Bukkit / Minecraft registry conversion | | |