md_5 | dc043d91a08SPIGOT-6289: Fix setting entity equipment | SPIGOT-6289: Fix setting entity equipment | | |
 Parker Hawke | 878b43758db | #772: Add API to set equipment silently | | |
 montlikadani | 22d7fcc98f1 | SPIGOT-6256: Add method to check if the entity is in water | | SPIGOT-6256 |
 Christopher Bohn | 768d7fc2df2 | #773: Add method to get max world size | | |
md_5 | 5b747147e79 | Increase outdated build delay | | |
 Parker Hawke | e1ebdd927ad | #771: Add clear weather World API | | |
 Martoph | 424598d2943 | #752: Add the ability to retrieve hit, step, fall, and other sounds from blocks. | | |
 Phoenix616 | 167ff591736 | #770: Send messages without sender with SYSTEM type againThis was the behaviour before the 1.16 update and made it so that any
message sent by a plugin was treated as a system message allowing the
player to disable chat messages while keeping access to commands.
After 1.16 disabling the chat also disabled any plugin output, this
restores the original behaviour. | | |
md_5 | 4475707d746 | SPIGOT-6244: /spawnpoint ignores angle | | SPIGOT-6244 |
md_5 | 8b3b096d1a3 | SPIGOT-6242: Fix some file line endings | | SPIGOT-6242 |
md_5 | 4b33c74995b | SPIGOT-6186: Canceling a CreatureSpawnEvent​ results in a "Unable to summon entity due to duplicate UUIDs" error | | SPIGOT-6186 |
md_5 | 2b3ca7264e3 | SPIGOT-6236: Vehicle passenger portal cooldown does not change | | SPIGOT-6236 |
md_5 | 23618b2cb56 | SPIGOT-6240: Use correct portal search radius | | SPIGOT-6240 |
 Airtheon Thesalion | 009f0ba0efc | #769: Fix FishHook.maxWaitTime | | |
 Airtheon Thesalion | bc6a175eff6 | #767: Add wait time modification for FishHook | | |
 Sander Knauff | 2fc37bcc056 | SPIGOT-6197: Prevent world loading from updating spawn settings of all worlds | | SPIGOT-6197 |
md_5 | 3eb7236e443 | SPIGOT-6217: Missed PlayerEditBookEvent when editing books | | SPIGOT-6217 |
 Mariell Hoversholm | 6fd677caf2d | SPIGOT-6206: Use correct sender UUID for chat messages | | SPIGOT-6206 |
md_5 | a489dd4ac94 | Revert "Downgrade NMS revision"This reverts commit dd10b375c2bca25cf5f7acf2a832895839dcbaf0. | | |
 Mariell Hoversholm | ce64c84ca8c | SPIGOT-6205: Rewrite enum to/from NMS type methodsThe methods would otherwise cache wrong enum types for specific enums.
This would result in a `ClassCastException` at the caller location,
which obviously is no fun. This broke API with `Switch#getFace` and
`FaceAttachable#getAttachedFace`.
The existing implementation was also stupid. | | SPIGOT-6205 |
md_5 | dd10b375c2b | Downgrade NMS revisionThis is not a precedent, please see https://www.spigotmc.org/wiki/nms/ | | |
md_5 | 3af81c71798 | Update to Minecraft 1.16.4 | | |
md_5 | dea41389007 | Remove outdated build delay. | | |
 Jakub Zacek | 9da3b5bff87 | #762: Add TNTPrimed#setSource method | | |
 Sander Knauff | 55a78ffbd75 | SPIGOT-6193: Allow small fireballs to ignite players when MobGriefing is disabled | | SPIGOT-6193 |
md_5 | b8dd5ec216c | Rename Chunk "BukkitValues" key to "ChunkBukkitValues"This will discard extra data increasing the size of the chunk from users affected by the bug in the previous commits.
The impact of this (affecting all users) is likely to be much higher than users with plugins relying on an API introduced within the last 12 hours. | | |
 Bjarne Koll | 9e91bcabf29 | SPIGOT-6194: Read correct nbt compound into chunk pdcPreviously spigots chunk pdc loading logic would read the entire chunk
nbt compound into the persistent data container of the chunk instead of
just reading the "BukkitValues".
Furthermore this commit also now correctly checks if the nbt compounds
of entities, tile entities and chunks actually have a value for the
"BukkitValues" key, as the previous 'getCompound' call would always
return an ins... | | SPIGOT-6194 |
md_5 | 4ef13f94d6a | Misc maven build updates | | |
 Mariell Hoversholm | 04639f5a2f2 | #759: Allow sending messages from specific UUIDs | | |
 Nesaak | 77c894a2aba | #672: Add PersistentDataHolder to Chunk | | |
 Shane Bee | 055870c4bca | #758: Item - add getters/setters for owner/thrower | | |
 Shane Bee | 29dd68eb99b | #757: PoweredMinecart - add getter/setter for fuel | | |
md_5 | 2a3ca137e12 | SPIGOT-6175: Fix generating loot tables for entities | | SPIGOT-6175 |
md_5 | 1f4693a8c34 | SPIGOT-6168: Fix error with Player.getBedSpawnLocation when world is unloaded while server running | | SPIGOT-6168 |
md_5 | aa8206a857f | SPIGOT-6130: Fix API loot table generation with certain contexts | | SPIGOT-6130 |
md_5 | 5c77bd28168 | SPIGOT-6147: InventoryCloseEvent does not fire after closing player inventory | | SPIGOT-6147 |
md_5 | 5da21f87d6b | SPIGOT-6152: End exit gates in custom ends do not send back to overworld | | SPIGOT-6152 |
md_5 | 1ee373fe281 | SPIGOT-6157: Crash when PortalCreateEvent cancelled | | SPIGOT-6157 |
 SydMontague | a339310c485 | #755: Fix NPE when calling getInventory() for virtual EnderChests | | |
md_5 | 2577f9bfbe6 | Increase outdated build delay | | |
 Syd Montague | 1dabfdc82f7 | #754: Fix pre-1.16 serialized SkullMeta being broken on 1.16+, losing texturesThe underlying issue is a change by Mojang how UUID are stored in NBT.
This patch will have CraftBukkit convert the format during
deserialization. | | |
 Shane Bee | f8d4da08e17 | #743: LivingEntity - add methods for getting/setting invisibility | | |
 Martoph | da9bb3ea92c | #753: RecipeIterator#hasNext will now accurately represent if the current iterator has a next item. | | |
 Martoph | 890130b4602 | #746: Add Fluid types / tags | | |
md_5 | d5a72960028 | SPIGOT-6063: ConsoleSender sending extra lines in Java 13+ | | SPIGOT-6063 |
 Brokkonaut | 6f55306c444 | SPIGOT-5794: Only skip interact event if position, hand and itemstack are equal | | SPIGOT-5794 |
md_5 | bf3d7207140 | Update to Minecraft 1.16.3 | | |
md_5 | 0d8350af4e8 | Remove outdated build delay. | | |
 Brokkonaut | b8ee6a89fd1 | SPIGOT-6125: Grass path should only fade when it is invalid at that location | | SPIGOT-6125 |
 Brokkonaut | a939fbdf0b0 | SPIGOT-6123: Call EntityDamageEvent when a shulker bullet gets damaged | | SPIGOT-6123 |