LukBukkit
6e887cd942
Added method for spawning a falling block with the BlockData
2016-11-26 19:23:20 +01:00
kaenganxt
2b7808f416
Fix banner color. Banners have inverted color bytes.
2016-11-25 21:02:13 +01:00
LukBukkit
5245147d00
SPIGOT-619: Force rotate head of entities when setting location.
2016-11-24 09:39:39 +11:00
md_5
83fd16e453
SPIGOT-2835: CraftBlock getDrops Returns Air
2016-11-23 22:02:36 +11:00
md_5
7691c87df6
SPIGOT-2824: Llama Strength API
2016-11-23 10:27:49 +11:00
md_5
b5b0a97d44
SPIGOT-2822: Droppers are droppers
2016-11-22 20:21:19 +11:00
md_5
a64b99c95a
Add Unbreakable to ItemMeta
2016-11-22 14:35:54 +11:00
md_5
7359112e8c
Implement default title for custom merchants
2016-11-22 10:53:36 +11:00
md_5
6220b5c542
SPIGOT-2817: Custom Merchant title omits color
2016-11-22 10:30:01 +11:00
md_5
691628ab5c
Fix setCarryingChest not resizing horse inventory
2016-11-21 21:58:29 +11:00
Lukas Hennig
0b154b1852
SPIGOT-2272: Add API for virtual Merchants
2016-11-21 15:29:36 +11:00
BlackHole
7fc4255d1a
SPIGOT-2810: Fix entity statistics
2016-11-20 20:10:39 +01:00
md_5
0f7c385941
SPIGOT-2801: Missing break in CraftMetaBlockState
2016-11-19 21:11:54 +11:00
md_5
092243c35d
SPIGOT-2799: ItemFrame set null error
2016-11-19 20:28:04 +11:00
momothereal
89e6712cde
Add additional APIs for Evoker / EvokerFangs
2016-11-19 18:53:57 +11:00
Senmori
bd2d7935c4
Implement isCursed for new enchantments
2016-11-19 16:07:51 +11:00
md_5
1d01e41570
SPIGOT-2798: Fix ShulkerBox BlockStateMeta
2016-11-19 15:59:04 +11:00
md_5
7564d60241
Add stopSound for specific sound category & unit test for SoundCategory
2016-11-19 14:27:18 +11:00
LukBukkit
63c13c5e62
Implement SoundCategory for playing sounds.
2016-11-19 14:20:13 +11:00
Senmori
26377b763b
Get Colors from ShulkerBox; Implement CustomName for Tiles.
2016-11-19 13:40:06 +11:00
md_5
f15e07b1a9
SPIGOT-2793: Revert Nameable changes
2016-11-19 03:10:04 +11:00
md_5
88eede85cc
SPIGOT-2792: Return PIG for broken spawners
2016-11-18 15:32:27 +11:00
md_5
0805f60443
SPIGOT-2789: ShulkerBox missing override
2016-11-18 12:00:17 +11:00
Senmori
5e51afde49
Get Colors from ShulkerBox; Implement CustomName for Tiles.
2016-11-18 11:28:49 +11:00
md_5
93b8244115
SPIGOT-2787: Keep performing getter null conversion at call sites
2016-11-18 11:07:02 +11:00
md_5
4bf2fc8782
SPIGOT-2786: Restore some fireworks code lost in update
2016-11-18 10:11:19 +11:00
md_5
4f63973ebb
SPIGOT-2782: Custom Colors for Potions
2016-11-18 09:49:54 +11:00
md_5
d8c6364c4c
Remove more redundant code
2016-11-18 09:28:11 +11:00
md_5
17e6e857b5
SPIGOT-2779: NPE when spawning firework with plugin
2016-11-18 09:22:40 +11:00
md_5
b2f82f0f7f
Remove now redundant code
2016-11-18 09:14:51 +11:00
md_5
64032adfd2
Remove unit test based on now incorrect assumptions
2016-11-18 09:11:17 +11:00
md_5
162e961326
SPIGOT-2772, SPIGOT-2780: Improve empty ItemStack handling
2016-11-18 09:04:07 +11:00
md_5
0dedba43d1
SPIGOT-2773: More fully implement ShulkerBox meta
2016-11-18 08:50:38 +11:00
md_5
54450b727e
SPIGOT-2768: Fully implement map color
2016-11-17 17:32:50 +11:00
md_5
c25ddf063a
Update to Minecraft 1.11
2016-11-17 12:41:03 +11:00
Senmori
51263e9718
Implement Entity Scoreboard Tags
2016-11-06 12:18:27 +11:00
md_5
cb2749768e
SPIGOT-2757: Player#stopSound Stops All Sounds
2016-11-06 10:36:38 +11:00
md_5
33071ecfff
SPIGOT-2752: Fix resetMaxHealth
2016-11-04 18:11:36 +11:00
Senmori
709783c131
Add Enchantment#isTreasure()Z
...
Determines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
2016-10-30 12:18:27 +11:00
hibo98
251a5b6382
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 behaviour of exceptions occuring during synchronous tasks.
2016-10-24 18:49:06 +11:00
md_5
fd8d8cf404
SPIGOT-2737: Implement Statistic.PICKUP
2016-10-22 13:07:22 +11:00
Senmori
b6490dada5
SPIGOT-2706: Implement support for Lock NBT Tag
...
Containers may now implement the Lockable interface.
2016-10-21 16:35:55 +11:00
md_5
9558f31ebb
SPIGOT-2711: CraftPlayer.getPlayerListName removes black colour
2016-10-05 19:33:33 +11:00
md_5
ae93d4fb49
SPIGOT-2705: Portal cooldown getter / setter.
2016-10-01 12:26:20 +10:00
md_5
6af9f5b84a
SPIGOT-2679: Add meta for StructureBlock
2016-09-18 09:58:54 +10:00
AgentLV
75a8885d1f
Run sync tasks scheduled for the same tick FIFO
2016-09-11 15:03:27 +10:00
md_5
48b88ed202
SPIGOT-2656: HumanEntity#isHandRaised()Z
2016-09-04 11:59:41 +10:00
md_5
4d87c3422c
SPIGOT-2644: Clearer error for invalid hanging spawns
2016-08-31 17:25:37 +10:00
md_5
2f5bda8a67
SPIGOT-2630: Console tab complete
2016-08-26 08:06:06 +10:00
md_5
60c1719354
SPIGOT-2618: Register permissions before plugin enabled.
...
Brings behaviour in line with command registration, and won't affect plugins which don't already error.
2016-08-25 13:11:42 +10:00