CraftBukkit/Spigot
10d09dbcc2
SPIGOT-3051: Set pitch/yaw for spawned boats
...
By: md_5 <git@md-5.net>
2017-02-06 11:58:42 +11:00
CraftBukkit/Spigot
3f242883c4
Add implementation for LlamaSpit in ProjectileSource#launchProjectile
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2017-01-31 21:12:17 -05:00
CraftBukkit/Spigot
52753fe5e1
Increase expiration time to two weeks.
...
By: md_5 <git@md-5.net>
2017-01-31 21:39:17 +11:00
CraftBukkit/Spigot
634ad7d00e
SPIGOT-3040: Round health to float for validation
...
By: md_5 <git@md-5.net>
2017-01-28 11:41:09 +11:00
CraftBukkit/Spigot
b05bba2d39
SPIGOT-3037: WorldBorder#isInside(Location)
...
By: md_5 <git@md-5.net>
2017-01-26 11:16:39 +11:00
CraftBukkit/Spigot
03cf4ffdf1
Add API to set Arrow pickup status
...
By: xGhOsTkiLLeRx <ratchet.player@gmx.de>
2017-01-18 10:01:28 +11:00
CraftBukkit/Spigot
d6082cde7f
SPIGOT-3003: Fix custom dropper / beacons.
...
By: md_5 <git@md-5.net>
2017-01-11 09:53:16 +11:00
CraftBukkit/Spigot
c4d20d3951
10 day build expire
...
By: md_5 <git@md-5.net>
2017-01-09 10:38:33 +11:00
CraftBukkit/Spigot
e63cab01fc
SPIGOT-826: Add method to retrieve entity by UUID
...
By: Zach Brown <zach.brown@destroystokyo.com>
2017-01-04 21:28:31 -06:00
CraftBukkit/Spigot
0bd65c1b02
SPIGOT-2640: API for multiple passengers per entity
...
By: md_5 <git@md-5.net>
2017-01-04 10:53:07 +11:00
CraftBukkit/Spigot
a1cc3a4382
SPIGOT-2980: Improve SpawnEgg NBT application and ItemStack conversion.
...
By: md_5 <git@md-5.net>
2017-01-02 16:13:25 +11:00
CraftBukkit/Spigot
86649dea13
Recover spawn egg data from UNSPECIFIC meta.
...
By: md_5 <git@md-5.net>
2017-01-02 15:29:11 +11:00
CraftBukkit/Spigot
85a119a172
SPIGOT-2977: Pass setAmount(0) through to wrapped ItemStack.
...
This class needs to be rewritten with more consistent semantics and alignment with Minecraft losing null, but that is probably a job for 1.12
By: md_5 <git@md-5.net>
2017-01-02 10:04:19 +11:00
CraftBukkit/Spigot
2d5ab1f7b5
SPIGOT-2963: Endless loop in CraftHumanEntity#openMerchant
...
By: md_5 <git@md-5.net>
2016-12-27 09:01:22 +11:00
CraftBukkit/Spigot
14eb034e4b
Increase expire time to 7 days
...
By: md_5 <git@md-5.net>
2016-12-26 09:39:59 +11:00
CraftBukkit/Spigot
6333307ee3
SPIGOT-2957 getSeaLevel() should return the real sea level, not a hard-coded value
...
By: Ryan Michela <deltahat@gmail.com>
2016-12-25 11:26:00 -05:00
CraftBukkit/Spigot
d338127ab9
SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK
...
By: md_5 <git@md-5.net>
2016-12-23 22:39:33 +11:00
CraftBukkit/Spigot
f9a809b2ba
Update to Minecraft 1.11.1
...
By: md_5 <git@md-5.net>
2016-12-21 07:00:00 +11:00
CraftBukkit/Spigot
348449a44a
SPIGOT-2923: Added PotionEffectType#getColor()
...
By: Lukas Hennig <lukas@wirsindwir.de>
2016-12-16 17:22:21 +01:00
CraftBukkit/Spigot
fe586949bf
SPIGOT-2924: Improve handling of Jukeboxes playing nothing.
...
By: md_5 <git@md-5.net>
2016-12-17 09:45:14 +11:00
CraftBukkit/Spigot
d69f49d486
SPIGOT-1036: Add API to manipulate sendTitle timings.
...
By: md_5 <git@md-5.net>
2016-12-16 09:48:14 +11:00
CraftBukkit/Spigot
b4a50e447b
SPIGOT-2908: Correctly spawn LlamaSpit
...
By: md_5 <git@md-5.net>
2016-12-10 12:10:28 +11:00
CraftBukkit/Spigot
9e8988306c
Use CraftEventFactory for BlockFormEvent
...
By: md_5 <git@md-5.net>
2016-12-09 12:45:21 +11:00
CraftBukkit/Spigot
cd5305a554
Add API to get default value of an Attribute
...
By: md_5 <git@md-5.net>
2016-12-09 12:31:08 +11:00
CraftBukkit/Spigot
597dc19283
SPIGOT-2894: Preserve unreadable spawn egg data in memory
...
By: md_5 <git@md-5.net>
2016-12-07 10:44:57 +11:00
CraftBukkit/Spigot
9c16a5f61a
Implement pre-spawn API to allow modifications to spawned entities.
...
See preceding commit for why this change was included.
By: Xor Boole <mcyoung@mit.edu>
2016-12-06 21:39:20 +11:00
CraftBukkit/Spigot
dd89db67a5
SPIGOT-1592: Implement ItemMeta for Spawn Eggs
...
The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values.
In the future it may be possible to implement a more expanded API cognate with this one.
By: Matthew <stteg@hotmail.com>
2016-12-06 21:15:10 +11:00
CraftBukkit/Spigot
e40bffa82a
SPIGOT-2890: SetBiome not saving changes
...
By: md_5 <git@md-5.net>
2016-12-06 20:46:04 +11:00
CraftBukkit/Spigot
5443bf1110
#326 : Convert BlockMeta to handle older serialized items.
...
By: Jacob Martin <jjm_223@hotmail.com>
2016-12-03 10:51:53 +11:00
CraftBukkit/Spigot
bdf0df74a9
SPIGOT-911: Add hitBlock to PorjectileHitEvent
...
By: md_5 <git@md-5.net>
2016-12-02 09:38:50 +11:00
CraftBukkit/Spigot
a00951dd57
SPIGOT-2871: Improve BlockStates + BlockStateMeta
...
By: md_5 <git@md-5.net>
2016-12-02 09:29:33 +11:00
CraftBukkit/Spigot
159538aaba
Reduce outdated build delay further.
...
By: md_5 <git@md-5.net>
2016-12-01 10:19:09 +11:00
CraftBukkit/Spigot
e593f348c8
Add some expansions to Anvil Inventory API
...
By: Xor Boole <mcyoung@mit.edu>
2016-11-30 16:40:40 +11:00
CraftBukkit/Spigot
ccedad711d
Fangs degree => radians (and back)
...
By: md_5 <git@md-5.net>
2016-11-30 09:56:09 +11:00
CraftBukkit/Spigot
e12c8edd14
SPIGOT-2862: Cannot spawn evoker fangs
...
By: md_5 <git@md-5.net>
2016-11-30 08:37:06 +11:00
CraftBukkit/Spigot
5cdc0bbd0e
Add hitEntity to ProjectileHitEvent
...
By: md_5 <git@md-5.net>
2016-11-28 12:47:01 +11:00
CraftBukkit/Spigot
ad94b29ad6
Build expiry is now 1 week
...
By: md_5 <git@md-5.net>
2016-11-28 10:19:33 +11:00
CraftBukkit/Spigot
1070f2682f
Fix possible leaks in vanish API
...
By: md_5 <git@md-5.net>
2016-11-28 10:02:40 +11:00
CraftBukkit/Spigot
8399bc349a
SPIGOT-2850: NPE in CraftInventoryCrafting
...
By: md_5 <git@md-5.net>
2016-11-27 17:03:28 +11:00
CraftBukkit/Spigot
c6077651a7
Added method for spawning a falling block with the BlockData
...
By: LukBukkit <luk.bukkit@gmail.com>
2016-11-26 19:23:20 +01:00
CraftBukkit/Spigot
0069e6122a
Fix banner color. Banners have inverted color bytes.
...
By: kaenganxt <kaenganxt@yahoo.de>
2016-11-25 21:02:13 +01:00
CraftBukkit/Spigot
4ed4ac8d00
SPIGOT-619: Force rotate head of entities when setting location.
...
By: LukBukkit <luk.bukkit@gmail.com>
2016-11-23 22:21:08 +01:00
CraftBukkit/Spigot
2f768a3cfb
SPIGOT-2835: CraftBlock getDrops Returns Air
...
By: md_5 <git@md-5.net>
2016-11-23 22:02:36 +11:00
CraftBukkit/Spigot
6b773ce751
SPIGOT-2824: Llama Strength API
...
By: md_5 <git@md-5.net>
2016-11-23 10:27:49 +11:00
CraftBukkit/Spigot
90d646054a
SPIGOT-2822: Droppers are droppers
...
By: md_5 <git@md-5.net>
2016-11-22 20:21:19 +11:00
CraftBukkit/Spigot
1eee4ff9cb
Add Unbreakable to ItemMeta
...
By: md_5 <git@md-5.net>
2016-11-22 14:35:54 +11:00
CraftBukkit/Spigot
fe2d118352
Implement default title for custom merchants
...
By: md_5 <git@md-5.net>
2016-11-22 10:53:36 +11:00
CraftBukkit/Spigot
22dd0c1849
SPIGOT-2817: Custom Merchant title omits color
...
By: md_5 <git@md-5.net>
2016-11-22 10:30:01 +11:00
CraftBukkit/Spigot
db370129b4
Fix setCarryingChest not resizing horse inventory
...
By: md_5 <git@md-5.net>
2016-11-21 21:56:17 +11:00
CraftBukkit/Spigot
f6dd4eff69
SPIGOT-2272: Add API for virtual Merchants
...
By: Lukas Hennig <lukas@wirsindwir.de>
2016-11-21 15:29:36 +11:00