CraftBukkit/Spigot
fe7337fc10
Set health before entity death.
...
By: Lukas Hennig <lukas@wirsindwir.de>
2017-04-24 18:20:14 +02:00
CraftBukkit/Spigot
8803cfc46a
SPIGOT-3215: Call BlockPhysicsEvent for tall plants
...
By: BlackHole <black-hole@live.com>
2017-05-01 01:21:20 +02:00
CraftBukkit/Spigot
de05a02353
SPIGOT-3214: Allow book titles up to 32 even though they can't be created by a Vanilla client.
...
By: md_5 <git@md-5.net>
2017-04-30 13:20:43 +10:00
CraftBukkit/Spigot
f965ee5c7f
Implement getColor / setColor for Shulker entity
...
By: Matthew <stteg@hotmail.com>
2017-04-29 17:11:43 -04:00
CraftBukkit/Spigot
c5b0a788e9
SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining
...
This happened because "joining" wasn't cleared until the player was ticked. Runnables (presumably) ran _after_ the player list packet was sent, but before the player was ticked; thus, the player list packet was sent, but not cleared. The fix is to replace joining with hasSentListPacket, which is set immediately before sending any player list packets (thus, if hidePlayer is called after, it sees that the list packet has been sent and sends a new one to reset it). With this fix, the player is added to the list and then removed shortly afterwards.
The reason why running /hideall in the example wouldn't fix the invisibility is because the server already thinks the player's been removed from the list (as they're hidden), and thus doesn't want to send another hide packet. This is correct behavior assuming that they get hidden correctly the first time, which they now do.
By: Pokechu22 <Pokechu022@gmail.com>
2017-04-27 21:53:31 -07:00
CraftBukkit/Spigot
7baa3d8ac1
Implement getColor / setColor for TippedArrow
...
By: Matthew <stteg@hotmail.com>
2017-04-26 20:28:27 -04:00
CraftBukkit/Spigot
b47c79c77a
Skip invalid enchants in CraftMetaItem
...
By: md_5 <git@md-5.net>
2017-04-26 15:45:52 +10:00
CraftBukkit/Spigot
82c0a41a0d
Create NBT TypeId helper class
...
By: Senmori <thesenmori@gmail.com>
2017-04-21 23:10:22 -04:00
CraftBukkit/Spigot
b690df1231
Enforce proper limits on books.
...
By: md_5 <git@md-5.net>
2017-04-20 21:45:42 +10:00
CraftBukkit/Spigot
8d75072425
Implement cooldown API
...
By: md_5 <git@md-5.net>
2017-04-19 18:04:32 +10:00
CraftBukkit/Spigot
1e5121ed78
Inventory getContents Cleanup
...
By: Lukas Hennig <lukas@wirsindwir.de>
2017-04-17 18:09:15 +10:00
CraftBukkit/Spigot
ace33e4d68
Make CraftJukebox.isPlaying locally consistent
...
By: md_5 <git@md-5.net>
2017-04-16 08:26:51 +10:00
CraftBukkit/Spigot
46de596c57
Add correct interfaces for comparator / daylight detector
...
By: md_5 <git@md-5.net>
2017-04-16 08:16:49 +10:00
CraftBukkit/Spigot
aa4bae9d6f
Fix some blockstate consistency issues.
...
By: md_5 <git@md-5.net>
2017-04-15 18:01:44 +10:00
CraftBukkit/Spigot
16807cc431
SPIGOT-3182: Fix tab-completion in command blocks without leading slash
...
By: Pokechu22 <Pokechu022@gmail.com>
2017-04-13 17:57:47 -07:00
CraftBukkit/Spigot
c37f72b58c
SPIGOT-3157: Use Vanilla gamemode change code
...
By: md_5 <git@md-5.net>
2017-03-31 21:21:11 +11:00
CraftBukkit/Spigot
34fe9e8377
Add Chunk.isSlimeChunk to check if a chunk can spawn slimes
...
By: Senmori <thesenmori@gmail.com>
2017-03-23 12:42:01 -04:00
CraftBukkit/Spigot
f0c1225026
Fix trailing whitespace in CraftChunk
...
By: md_5 <git@md-5.net>
2017-03-23 20:19:29 +11:00
CraftBukkit/Spigot
3d517d9d80
Properly validate player experience bar progress
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2017-03-19 18:31:40 -04:00
CraftBukkit/Spigot
49200e382f
Add getWidth + getHeight for Entity
...
By: bramhaag <bramhagens@hotmail.nl>
2017-03-18 11:08:37 +01:00
CraftBukkit/Spigot
cedf1495bd
SPIGOT-3128: Shift VehicleCreateEvent calling.
...
By: md_5 <git@md-5.net>
2017-03-15 20:48:47 +11:00
CraftBukkit/Spigot
843a9ac2db
Don't call super update on unplaced command block metas
...
By: md_5 <git@md-5.net>
2017-03-10 20:30:20 +11:00
CraftBukkit/Spigot
0df899a244
Add more notch inventory conversions
...
By: md_5 <git@md-5.net>
2017-03-10 20:03:31 +11:00
CraftBukkit/Spigot
862f4e6c0d
SPIGOT-3114: Initialize custom SHULKER_BOX slots
...
By: md_5 <git@md-5.net>
2017-03-10 20:01:31 +11:00
CraftBukkit/Spigot
f6f4501444
SPIGOT-3110: SHULKER_BOX InventoryType
...
By: md_5 <git@md-5.net>
2017-03-08 17:56:08 +11:00
CraftBukkit/Spigot
11c88dc8f2
SPIGOT-3108: Hack around mirroring empty item stacks
...
By: md_5 <git@md-5.net>
2017-03-08 14:33:40 +11:00
CraftBukkit/Spigot
ed87a3caf9
SPIGOT-3068: API for localized item names
...
By: md_5 <git@md-5.net>
2017-02-16 11:49:46 +11:00
CraftBukkit/Spigot
0a74e4d700
SPIGOT-2152: Method to set resource pack + hash.
...
By: Max Lee <mail@moep.tv>
2017-02-14 14:00:30 +01:00
CraftBukkit/Spigot
0a07809cce
SPIGOT-3054: Correct LLamaSpit launching
...
By: md_5 <git@md-5.net>
2017-02-09 09:14:44 +11:00
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