Lukas A
  1. Lukas A

CraftBukkit

Public
AuthorCommitMessageCommit dateIssues
Lukas ALukas A
d75c3859265Implemented a method for sending messages to the action bar.
md_5md_5
b5b0a97d44dSPIGOT-2822: Droppers are droppersSPIGOT-2822
md_5md_5
a64b99c95a5Add Unbreakable to ItemMeta
md_5md_5
7359112e8c7Implement default title for custom merchants
md_5md_5
6220b5c542aSPIGOT-2817: Custom Merchant title omits colorSPIGOT-2817
md_5md_5
691628ab5ccFix setCarryingChest not resizing horse inventory
blablubbabcmd_5blablubbabc
0b154b18523SPIGOT-2272: Add API for virtual MerchantsSPIGOT-2272
Black HoleBlack Hole
7fc4255d1a5SPIGOT-2810: Fix entity statisticsSPIGOT-2810
md_5md_5
ac99d7d4748SPIGOT-2807: Update inventory when attack cancelledSPIGOT-2807
md_5md_5
95436219a58SPIGOT-2806: Fix PlayerDropItemEvent for disconnected playersSPIGOT-2806
Lukas Amd_5Lukas A
221508dce39Fix cancelling PlayerEditBookEvent
md_5md_5
eed13ca548cSPIGOT-2800: Can only smelt 63 stackSPIGOT-2800
md_5md_5
0f7c3859417SPIGOT-2801: Missing break in CraftMetaBlockStateSPIGOT-2801
md_5md_5
092243c35d6SPIGOT-2799: ItemFrame set null errorSPIGOT-2799
Momomd_5Momo
89e6712cde6Add additional APIs for Evoker / EvokerFangs
Senmorimd_5Senmori
bd2d7935c42Implement isCursed for new enchantments
md_5md_5
fa1a44ab5ddChange style of PAIL comments in README.md
md_5md_5
1d01e41570bSPIGOT-2798: Fix ShulkerBox BlockStateMetaSPIGOT-2798
md_5md_5
ead445ec995Attempt to sync damage up again - golden apples this time
md_5md_5
7564d602419Add stopSound for specific sound category & unit test for SoundCategory
Lukas Amd_5Lukas A
63c13c5e628Implement SoundCategory for playing sounds.
md_5md_5
32048c46904SPIGOT-2795: InventoryClickEvent issuesSPIGOT-2795
Senmorimd_5Senmori
26377b763b2Get Colors from ShulkerBox; Implement CustomName for Tiles.
md_5md_5
f15e07b1a9aSPIGOT-2793: Revert Nameable changesSPIGOT-2793
md_5md_5
88eede85cc3SPIGOT-2792: Return PIG for broken spawnersSPIGOT-2792
md_5md_5
8095a750e7eSPIGOT-2790: Remove negative item ID filtering againSPIGOT-2790
md_5md_5
0805f604439SPIGOT-2789: ShulkerBox missing overrideSPIGOT-2789
Senmorimd_5Senmori
5e51afde496Get Colors from ShulkerBox; Implement CustomName for Tiles.
md_5md_5
93b82441159SPIGOT-2787: Keep performing getter null conversion at call sitesSPIGOT-2787
md_5md_5
0c3bb764875SPIGOT-2777: Mobs not being angered by snowballsSPIGOT-2777
md_5md_5
4bf2fc87820SPIGOT-2786: Restore some fireworks code lost in updateSPIGOT-2786
md_5md_5
486ba9f4817Update to SQLite 3.15.x
md_5md_5
4f63973ebbaSPIGOT-2782: Custom Colors for PotionsSPIGOT-2782
md_5md_5
d8c6364c4caRemove more redundant code
md_5md_5
17e6e857b5aSPIGOT-2779: NPE when spawning firework with pluginSPIGOT-2779
md_5md_5
a0269d8e72cSPIGOT-2784: Fix Withers not being builtSPIGOT-2784
md_5md_5
b2f82f0f7f2Remove now redundant code
md_5md_5
64032adfd28Remove unit test based on now incorrect assumptions
md_5md_5
162e9613261SPIGOT-2772, SPIGOT-2780: Improve empty ItemStack handling2 Jira issues
md_5md_5
129efc132a5SPIGOT-2771: Safely execute command block commandsSPIGOT-2771
md_5md_5
0dedba43d1eSPIGOT-2773: More fully implement ShulkerBox metaSPIGOT-2773
md_5md_5
2dd38f2dc4aSPIGOT-2785: Wrong effect ID for wither soundsSPIGOT-2785
md_5md_5
a951a88398dSPIGOT-2770: Can Place Structure Blocks Even When Not OpSPIGOT-2770
md_5md_5
54450b727e1SPIGOT-2768: Fully implement map colorSPIGOT-2768
md_5md_5
c25ddf063a8Update to Minecraft 1.11
Senmorimd_5Senmori
51263e97187Implement Entity Scoreboard Tags
md_5md_5
cb2749768e7SPIGOT-2757: Player#stopSound Stops All SoundsSPIGOT-2757
md_5md_5
33071ecfffaSPIGOT-2752: Fix resetMaxHealthSPIGOT-2752
Senmorimd_5Senmori
709783c1313Add Enchantment#isTreasure()ZDetermines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
Niklas Merkeltmd_5Niklas Merkelt
251a5b6382cExplicitly 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...