Lukas A | d75c3859265Implemented a method for sending messages to the action bar. | Implemented a method for sending messages to the action bar. | | |
md_5 | b5b0a97d44d | SPIGOT-2822: Droppers are droppers | | SPIGOT-2822 |
md_5 | a64b99c95a5 | Add Unbreakable to ItemMeta | | |
md_5 | 7359112e8c7 | Implement default title for custom merchants | | |
md_5 | 6220b5c542a | SPIGOT-2817: Custom Merchant title omits color | | SPIGOT-2817 |
md_5 | 691628ab5cc | Fix setCarryingChest not resizing horse inventory | | |
 blablubbabc | 0b154b18523 | SPIGOT-2272: Add API for virtual Merchants | | SPIGOT-2272 |
Black Hole | 7fc4255d1a5 | SPIGOT-2810: Fix entity statistics | | SPIGOT-2810 |
md_5 | ac99d7d4748 | SPIGOT-2807: Update inventory when attack cancelled | | SPIGOT-2807 |
md_5 | 95436219a58 | SPIGOT-2806: Fix PlayerDropItemEvent for disconnected players | | SPIGOT-2806 |
 Lukas A | 221508dce39 | Fix cancelling PlayerEditBookEvent | | |
md_5 | eed13ca548c | SPIGOT-2800: Can only smelt 63 stack | | SPIGOT-2800 |
md_5 | 0f7c3859417 | SPIGOT-2801: Missing break in CraftMetaBlockState | | SPIGOT-2801 |
md_5 | 092243c35d6 | SPIGOT-2799: ItemFrame set null error | | SPIGOT-2799 |
 Momo | 89e6712cde6 | Add additional APIs for Evoker / EvokerFangs | | |
 Senmori | bd2d7935c42 | Implement isCursed for new enchantments | | |
md_5 | fa1a44ab5dd | Change style of PAIL comments in README.md | | |
md_5 | 1d01e41570b | SPIGOT-2798: Fix ShulkerBox BlockStateMeta | | SPIGOT-2798 |
md_5 | ead445ec995 | Attempt to sync damage up again - golden apples this time | | |
md_5 | 7564d602419 | Add stopSound for specific sound category & unit test for SoundCategory | | |
 Lukas A | 63c13c5e628 | Implement SoundCategory for playing sounds. | | |
md_5 | 32048c46904 | SPIGOT-2795: InventoryClickEvent issues | | SPIGOT-2795 |
 Senmori | 26377b763b2 | Get Colors from ShulkerBox; Implement CustomName for Tiles. | | |
md_5 | f15e07b1a9a | SPIGOT-2793: Revert Nameable changes | | SPIGOT-2793 |
md_5 | 88eede85cc3 | SPIGOT-2792: Return PIG for broken spawners | | SPIGOT-2792 |
md_5 | 8095a750e7e | SPIGOT-2790: Remove negative item ID filtering again | | SPIGOT-2790 |
md_5 | 0805f604439 | SPIGOT-2789: ShulkerBox missing override | | SPIGOT-2789 |
 Senmori | 5e51afde496 | Get Colors from ShulkerBox; Implement CustomName for Tiles. | | |
md_5 | 93b82441159 | SPIGOT-2787: Keep performing getter null conversion at call sites | | SPIGOT-2787 |
md_5 | 0c3bb764875 | SPIGOT-2777: Mobs not being angered by snowballs | | SPIGOT-2777 |
md_5 | 4bf2fc87820 | SPIGOT-2786: Restore some fireworks code lost in update | | SPIGOT-2786 |
md_5 | 486ba9f4817 | Update to SQLite 3.15.x | | |
md_5 | 4f63973ebba | SPIGOT-2782: Custom Colors for Potions | | SPIGOT-2782 |
md_5 | d8c6364c4ca | Remove more redundant code | | |
md_5 | 17e6e857b5a | SPIGOT-2779: NPE when spawning firework with plugin | | SPIGOT-2779 |
md_5 | a0269d8e72c | SPIGOT-2784: Fix Withers not being built | | SPIGOT-2784 |
md_5 | b2f82f0f7f2 | Remove now redundant code | | |
md_5 | 64032adfd28 | Remove unit test based on now incorrect assumptions | | |
md_5 | 162e9613261 | SPIGOT-2772, SPIGOT-2780: Improve empty ItemStack handling | | 2 Jira issues |
md_5 | 129efc132a5 | SPIGOT-2771: Safely execute command block commands | | SPIGOT-2771 |
md_5 | 0dedba43d1e | SPIGOT-2773: More fully implement ShulkerBox meta | | SPIGOT-2773 |
md_5 | 2dd38f2dc4a | SPIGOT-2785: Wrong effect ID for wither sounds | | SPIGOT-2785 |
md_5 | a951a88398d | SPIGOT-2770: Can Place Structure Blocks Even When Not Op | | SPIGOT-2770 |
md_5 | 54450b727e1 | SPIGOT-2768: Fully implement map color | | SPIGOT-2768 |
md_5 | c25ddf063a8 | Update to Minecraft 1.11 | | |
 Senmori | 51263e97187 | Implement Entity Scoreboard Tags | | |
md_5 | cb2749768e7 | SPIGOT-2757: Player#stopSound Stops All Sounds | | SPIGOT-2757 |
md_5 | 33071ecfffa | SPIGOT-2752: Fix resetMaxHealth | | SPIGOT-2752 |
 Senmori | 709783c1313 | Add Enchantment#isTreasure()ZDetermines if the enchantment is a treasure enchantment - only available via means other than the enchantment table. | | |
 Niklas Merkelt | 251a5b6382c | Explicitly log exception from asynchronous tasks.Previously an UnhandledException would be thrown and the stack trace / message would be printed to System.err in the default UncaughtExceptionHandler for ThreadGroup. This was undesirable as it meant that logging frameworks / exception monitors such as Sentry were unable to get the exception. Additionally it would cause the death of the thread in the ExecutorService. This change mimics the beha... | | |