Jeremy Wood
1314229dc2
SPIGOT-3336: HideFlags will now serialize as a List rather than a Set.
...
HideFlags will be serialized as a list and deserialized as an Iterable.
This will allow maximum flexibility on both the formats it can be
serialized into and formats it can be deserialized from.
2017-06-23 12:48:15 +10:00
md_5
f3356f1074
Treat Vanilla commands as Bukkit Commands
2017-06-21 19:14:51 +10:00
md_5
6aa0fa3206
Increase expire time to 7 days
2017-06-17 17:45:09 +10:00
md_5
885da43758
SPIGOT-3342: Fix invalid usage of null in InventoryWrapper
2017-06-15 20:25:06 +10:00
md_5
2a2d6d6295
Add PistonMoveReaction getters for Entity
2017-06-12 19:23:24 +10:00
md_5
f85977ae6f
SPIGOT-3331: New map colours don't display
2017-06-12 19:16:30 +10:00
md_5
ed8c725d19
SPIGOT-3304: Respect duration from Vanilla /weather
2017-06-09 16:17:08 +10:00
md_5
bb4ae3b3b8
Update to Minecraft 1.12
2017-06-08 18:00:00 +10:00
md_5
701b06494d
SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete
2017-06-03 17:39:03 +10:00
md_5
921ba53556
SPIGOT-3283: Don't allow plugin induced infinite velocity / position
2017-06-02 18:44:37 +10:00
md_5
9496c2dad1
SPIGOT-3284: Allow TNTPrimed#getSource to return invalid entities
...
Eg dead players.
2017-06-02 18:28:30 +10:00
md_5
e13d119686
Update to Minecraft 1.12-pre6
2017-05-30 21:55:13 +10:00
BlackHole
c155d8dd32
SPIGOT-3277: Fix Entity.eject()
2017-05-28 22:27:57 +02:00
md_5
c037fe3d44
Add color API for Teams
2017-05-28 11:00:02 +10:00
Pokechu22
44dd60ac27
SPIGOT-3272: Fix duplicate creative inventory
...
This change properly identifies the creative inventory as one with 5 crafting slots (as that's the default set in ContainerPlayer, and handled properly in other containers), instead of having the same inventory twice (which breaks slot identification).
2017-05-28 10:32:31 +10:00
MiniDigger
274304b8ca
SPIGOT-439: Add player locale related APIs.
2017-05-27 19:06:28 +10:00
md_5
a479029a85
Ensure gameLoop function gets selectors applied.
2017-05-26 16:43:56 +10:00
md_5
4377dac138
SPIGOT-3253: Fix entity yaw changes
2017-05-20 11:16:28 +10:00
md_5
1004352990
Update to Minecraft 1.12-pre5
2017-05-19 21:00:13 +10:00
BlackHole
3ecbb59cbb
SPIGOT-3248: Don't set shoulder compounds of EntityHuman to null
2017-05-18 07:34:25 +10:00
md_5
45102fcf28
Misc advancement / recipe reload fixes including SPIGOT-3240
2017-05-16 21:22:07 +10:00
md_5
c410240567
SPIGOT-3240: Temporarily stub out rarely used resetRecipes method to fix some issues.
2017-05-16 06:58:37 +10:00
md_5
743252dbe5
SPIGOT-3238: Add Server.advancementIterator
2017-05-15 08:25:53 +10:00
md_5
5195487ec6
Update to Minecraft 1.12-pre2
2017-05-14 12:00:00 +10:00
md_5
6e3cec8bc7
Change book limit to allow for automatically generated colour codes
2017-05-14 11:19:38 +10:00
md_5
36e3402814
Remove outdated build delay.
2017-05-14 10:35:01 +10:00
Lukas Hennig
2b6c9f40ae
Set health before entity death.
2017-05-04 19:18:46 +10:00
BlackHole
fbb47e8383
SPIGOT-3215: Call BlockPhysicsEvent for tall plants
2017-05-01 19:49:37 +10:00
md_5
fecf4b4137
SPIGOT-3214: Allow book titles up to 32 even though they can't be created by a Vanilla client.
2017-04-30 13:20:43 +10:00
Matthew
d9d7552262
Implement getColor / setColor for Shulker entity
2017-04-30 09:54:34 +10:00
Pokechu22
a2af8f0a73
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.
2017-04-28 15:27:57 +10:00
Matthew
55a1f9ff12
Implement getColor / setColor for TippedArrow
2017-04-26 20:28:27 -04:00
md_5
28d993ccec
Skip invalid enchants in CraftMetaItem
2017-04-26 15:45:52 +10:00
Senmori
c19c2932bf
Create NBT TypeId helper class
2017-04-22 15:50:30 +10:00
md_5
4acd0f49e0
Enforce proper limits on books.
2017-04-20 21:45:42 +10:00
md_5
be9ef980b9
Implement cooldown API
2017-04-19 18:04:32 +10:00
Lukas Hennig
e04a1793ae
Inventory getContents Cleanup
2017-04-17 18:09:15 +10:00
md_5
e17c3d285b
Make CraftJukebox.isPlaying locally consistent
2017-04-16 08:26:51 +10:00
md_5
473febc73a
Add correct interfaces for comparator / daylight detector
2017-04-16 08:16:49 +10:00
md_5
ac405c3cd4
Fix some blockstate consistency issues.
2017-04-15 18:01:44 +10:00
Pokechu22
1ac133ecc5
SPIGOT-3182: Fix tab-completion in command blocks without leading slash
2017-04-13 17:57:47 -07:00
md_5
b5f7b6d69f
SPIGOT-3157: Use Vanilla gamemode change code
2017-03-31 21:21:11 +11:00
Senmori
319013857d
Add Chunk.isSlimeChunk to check if a chunk can spawn slimes
2017-03-24 15:17:47 +11:00
md_5
91c315273e
Fix trailing whitespace in CraftChunk
2017-03-23 20:19:29 +11:00
Parker Hawke
b80055abfb
Properly validate player experience bar progress
2017-03-19 18:31:40 -04:00
bramhaag
dfee3d9f9f
Add getWidth + getHeight for Entity
2017-03-19 10:51:59 +11:00
md_5
2aa5ac6c92
SPIGOT-3128: Shift VehicleCreateEvent calling.
2017-03-15 20:48:47 +11:00
md_5
eac85911f0
Don't call super update on unplaced command block metas
2017-03-10 20:30:20 +11:00
md_5
962ffda1a8
Add more notch inventory conversions
2017-03-10 20:03:31 +11:00
md_5
d6aa73d16c
SPIGOT-3114: Initialize custom SHULKER_BOX slots
2017-03-10 20:01:31 +11:00