md_5 | 90d6905b158Repackage NMS | Repackage NMS | | |
md_5 | 69cf961d83a | Repackage patches | | |
md_5 | 2ffdb31ec0d | Use upstream plexus-compiler-eclipseRelevant bugs have since been fixed | | |
 Martoph | ee5006d1873 | #810: Add option for a consumer before spawning an item | | |
 Nathan (antiPerson) | f6a39d3ccf0 | #809: Add spawn and transform reasons for piglin zombification. | | |
md_5 | 0c24068ad6f | Organise imports | | |
 Martoph | a021e334aa3 | #795: Add methods to modify the rate of regeneration and starvation | | |
 Martoph | 509e523c571 | #792: Add EntityExhaustionEvent | | |
 Parker Hawke | ea050e6e980 | #807: Add Player#sendBlockDamage() | | |
 Nathan Wolf | b7eed25467e | SPIGOT-6307: Allow chest locks with legacy color codes to match against items with json colors | | SPIGOT-6307 |
 Cynthia Yantis | 0cd8f19fb90 | #802: Add methods to modify despawn delay for wandering villagers | | |
md_5 | d5c5d998af4 | SPIGOT-6362: ConcurrentModificationException: null --> Server Crash | | SPIGOT-6362 |
 blablubbabc | 8c7d69fefca | SPIGOT-5228: Entities that are removed during chunk unloads are not properly removed from the chunk.This could lead to dead entities accumulating in memory over time if the
chunk never gets fully unloaded (as it is the case for chunks around the
spawn region).
The issue is that Minecraft processes the removal of these entities
during the next tick, when the chunk has already switched to state
INACCESSIBLE and can no longer be retrieved as usual.
For the purpose of removing dead entities fro... | | SPIGOT-5228 |
md_5 | d97d91871d7 | SPIGOT-6347: Nether Portals Default to Nether, even in Nether | | SPIGOT-6347 |
 Jakub Zacek | 8aa6a953fe8 | SPIGOT-5778: Added World.getGameTime method | | SPIGOT-5778 |
md_5 | a82b2129737 | BUILDTOOLS-569: development maven profile fails build on windows | | BUILDTOOLS-569 |
md_5 | b9b0c4e4a41 | EntityDropItemEvent for cats should continue to next stack if cancelledThanks @Black-Hole | | |
 blablubbabc | e5cb519d6a4 | #793: Don't unnecessarily toString block in CraftBlockEntityState constructor | | |
 blablubbabc | c631fe55797 | #797: The copy constructor of CraftMetaTropicalFishBucket did not copy its entityTag field | | |
 Gero Cammans | ed4d4cd651c | SPIGOT-6342: TROPICAL_FISH_BUCKET isSimilar returns true when it should not | | SPIGOT-6342 |
 Parker Hawke | 085fe67aace | SPIGOT-6208: Throwing ender pearl into end portal causes NPE | | SPIGOT-6208 |
md_5 | aeb95e3a30c | Add more checkstyle checks | | |
md_5 | 8049146227e | Re-add missing StriderTemperatureChangeEvent | | |
md_5 | 058b4df95a2 | SPIGOT-6316: PlayerBedLeaveEvent implements Cancellable | | SPIGOT-6316 |
 Nathan (antiPerson) | 08de4679f03 | #789: Call EntityDropItemEvent when a wither rose is dropped | | |
md_5 | c3e684ef704 | SPIGOT-3789: Can't Remove Entity Equipment in Same Tick Spawned without using Consumer | | SPIGOT-3789 |
 Parker Hawke | 0bad58f1e28 | #783: Expand the FishHook API | | |
 Lucas | 3636fb515e1 | SPIGOT-6318: Fix smoke effect directions | | SPIGOT-6318 |
md_5 | b5eb2f57ced | SPIGOT-6315: Cats gifts dont call EntityDropItemEvent | | SPIGOT-6315 |
md_5 | f3f30947e07 | Update to Minecraft 1.16.5 | | |
md_5 | 7a6c3c9aa6e | Remove outdated build delay. | | |
Parker Hawke | 7029c0a8f3e | SPIGOT-6311: Don't calculate portal shapes for up/down directions | | SPIGOT-6311 |
 blablubbabc | ff2b9440f54 | SPIGOT-6304: Removed the detection of legacy text based on color codesApparently there are items and plugins out there that still use legacy
color codes within text components, and which thereby break this
heuristic.
Our remaining approach to differentiate between legacy (plain) and
modern (JSON-based) text is to check if a particular text can be parsed
as JSON-based text. This approach is not perfect either as there are
ambiguous cases that it cannot resolve co... | | SPIGOT-6304 |
 blablubbabc | 24c79a14463 | SPIGOT-6303: Interpret text that Gson considers to be an empty JSON document as legacy text.For example, this affects empty Strings, and Strings that consist only
of whitespace. In lenient mode this would also affect text that contains
comments, but that is not the case currently.
Minecraft's component parser (i.e. Gson) produces null for these texts
instead of throwing a parse exception. By interpreting this text as
legacy text we correctly create text components for them that contai... | | SPIGOT-6303 |
 Auxilor | f1187a24c7f | #778: Added get/set ItemStack methods to trident | | |
md_5 | fa6d549d900 | Update SQLite for Mac M1 support | | |
 blablubbabc | 560b65c4f8a | #707, SPIGOT-5063, SPIGOT-5304, SPIGOT-5656, SPIGOT-3206, SPIGOT-5350, SPIGOT-5980, SPIGOT-4672: Persist the exact internal text representation where possible.Issues resolved by this:
* SPIGOT-5063: Internal text representation of ItemStacks changes during ItemStack serialization. This issue was initially primarily concerned with the conversion between color text attributes to legacy color codes.
* SPIGOT-5304: Internal text representation of ItemStacks changes when opening the inventory (in creative mode). In particularly, this issue is also concern... | | 8 Jira issues |
md_5 | b5e5adc428e | SPIGOT-6296: Server crashes when burning something at y-level 0 | | SPIGOT-6296 |
md_5 | 72c5e7477a0 | SPIGOT-6273: Expose ItemFrame ItemDropChance through API | | SPIGOT-6273 |
md_5 | 9f2b92e58e3 | SPIGOT-6292: LivingEntity.setNoDamageTicks no longer functions | | SPIGOT-6292 |
md_5 | 6917945f071 | SPIGOT-6289: Fix setting entity equipment | | SPIGOT-6289 |
 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 |