Scetra
  1. Scetra

f_craftbukkit_1

Public
AuthorCommitMessageCommit dateIssues
ScetraScetra
981289b6b71MMerging in latest from upstream (SPIGOT/craftbukkit:refs/heads/master)* commit 'c037fe3d442702885d9c6bfa65621fb624210c02': Add color API for Teams SPIGOT-3272: Fix duplicate creative inventorySPIGOT-3272
ScetraScetra
7fc3bbe6a7bFix incorrect versioning of patch file
md_5md_5
c037fe3d442Add color API for Teams
pokechu22md_5pokechu22
44dd60ac27bSPIGOT-3272: Fix duplicate creative inventoryThis 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).SPIGOT-3272
ScetraScetra
80a89ff92c2Add support for preventing block drops in BreakEvent
MiniDiggermd_5MiniDigger
274304b8ca4SPIGOT-439: Add player locale related APIs.SPIGOT-439
md_5md_5
a479029a852Ensure gameLoop function gets selectors applied.
md_5md_5
c7920f4302bSPIGOT-3257: Issue with AdvancementRewards functionSPIGOT-3257
md_5md_5
24147056e07SPIGOT-3258: VehicleBlockCollisionEvent only fires in certain directionsSPIGOT-3258
md_5md_5
cda27c992d2SPIGOT-3254: Check chunks are loaded before ticking entities as per previous versions.SPIGOT-3254
md_5md_5
4377dac1388SPIGOT-3253: Fix entity yaw changesSPIGOT-3253
md_5md_5
10043529907Update to Minecraft 1.12-pre5
Black Holemd_5Black Hole
3ecbb59cbb9SPIGOT-3248: Don't set shoulder compounds of EntityHuman to nullSPIGOT-3248
md_5md_5
45102fcf284Misc advancement / recipe reload fixes including SPIGOT-3240SPIGOT-3240
md_5md_5
c4102405677SPIGOT-3240: Temporarily stub out rarely used resetRecipes method to fix some issues.SPIGOT-3240
md_5md_5
240f16d1ccfSPIGOT-3244: Downgrade MySQL driver to 5.1.42 - the current GA releaseSPIGOT-3244
md_5md_5
68b0515b514SPIGOT-3243: Remove recipe reset on world change / deathSPIGOT-3243
md_5md_5
913c5a61f75SPIGOT-3242: Fix rain not showing client sideSPIGOT-3242
md_5md_5
743252dbe56SPIGOT-3238: Add Server.advancementIteratorSPIGOT-3238
md_5md_5
5195487ec6cUpdate to Minecraft 1.12-pre2
md_5md_5
6e3cec8bc78Change book limit to allow for automatically generated colour codes
md_5md_5
36e34028144Remove outdated build delay.
md_5md_5
fcc5dcce546SPIGOT-3235: Disconnect for payload errorsSPIGOT-3235
blablubbabcmd_5blablubbabc
2b6c9f40aefSet health before entity death.
Black Holemd_5Black Hole
fbb47e83831SPIGOT-3215: Call BlockPhysicsEvent for tall plantsSPIGOT-3215
md_5md_5
fecf4b4137cSPIGOT-3214: Allow book titles up to 32 even though they can't be created by a Vanilla client.SPIGOT-3214
Matthew Steglinskimd_5Matthew Steglinski
d9d7552262eImplement getColor / setColor for Shulker entity
pokechu22md_5pokechu22
a2af8f0a730SPIGOT-3207: Fix hiding players in a BukkitRunnable after joiningThis 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 se...SPIGOT-3207
Geoff Crosslandmd_5Geoff Crossland
6194f6cc498Drop RegionFile.chunkExists() in favour of Mojang's own version
Matthew SteglinskiMatthew Steglinski
55a1f9ff12eImplement getColor / setColor for TippedArrow
md_5md_5
2453830549eReset player arrow count on death
md_5md_5
28d993ccec1Skip invalid enchants in CraftMetaItem
Senmorimd_5Senmori
c19c2932bf1Create NBT TypeId helper class
md_5md_5
7b044defc0aRemove players from vehicle when changing world via NMS methods.
md_5md_5
0ab698655baSPIGOT-3192: Return default value for invalid map iconsSPIGOT-3192
md_5md_5
1c3428e5342Add small throttle to book edits.
md_5md_5
4acd0f49e07Enforce proper limits on books.
md_5md_5
be9ef980b9aImplement cooldown API
blablubbabcmd_5blablubbabc
e04a1793ae3Inventory getContents Cleanup
md_5md_5
e17c3d285b1Make CraftJukebox.isPlaying locally consistent
md_5md_5
473febc73a2Add correct interfaces for comparator / daylight detector
md_5md_5
ac405c3cd4fFix some blockstate consistency issues.
pokechu22pokechu22
1ac133ecc52SPIGOT-3182: Fix tab-completion in command blocks without leading slashSPIGOT-3182
jjm_223md_5jjm_223
d219213e2bbFixes to mob equipment behaviour* Set correct flag for CanPickUpLoot on NBT load * Drop previous equipment on mob equipment pickup
md_5md_5
1f6c04c0f4aSPIGOT-3165: Only increment spawncount when mob spawn succeedsSPIGOT-3165
md_5md_5
41a7d14f8cdSPIGOT-3162: Experience ignored for custom recipesSPIGOT-3162
md_5md_5
b5f7b6d69ffSPIGOT-3157: Use Vanilla gamemode change codeSPIGOT-3157
md_5md_5
7dd77d7340dSPIGOT-3154: Sleeping players cannot change dimensionsSPIGOT-3154
md_5md_5
d09304e5db8SPIGOT-3144: Add missing PrepareAnvilEvent call.SPIGOT-3144
md_5md_5
186c351a3acSPIGOT-3149: StructureGrowEvent for dispenser triggered growthSPIGOT-3149