AuthorCommitMessageCommit dateIssues
md_5md_5
e3fabbe22ea[SPIGOT-950] Make handlerList requirement really obvious.SPIGOT-950
md_5md_5
958a8d04a6dDeprecate exact login location.It is unlikely anyone uses it.
Mattmd_5Matt
d24844cdd9eAdd ability to add a string to a scoreboard instead of a player
olivervscreepermd_5olivervscreeper
7a6eedb7b3f[SPIGOT-251] Removed deprecation of playSound() method, as new resource pack features mean sound names as strings are intended.For more information see the linked issue or the playsound command. http://minecraft.gamepedia.com/Sounds.jsonSPIGOT-251
md_5md_5
338c5a112b0Fix snapshot repository name, bump SnakeYaml version.Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes
DemonWavmd_5DemonWav
15a3ac1c20cFix javadoc HTML error with properly escaped symbols - SPIGOT-935SPIGOT-935
DemonWavmd_5DemonWav
b465559cb5eAdd more detailed documentation for setItem() in PlayerInventory
olivervscreepermd_5olivervscreeper
fe015deb2acChecked for instant potions, to fix NPE in serialization.Fixes SPIGOT-749SPIGOT-749
md_5md_5
7d306d4e020Update to Minecraft 1.8.6
ThinkofnameThinkofname
c7e7f720d24Update to 1.8.5
md_5md_5
8deca8c9aaaSPIGOT-859: Ensure plugins cannot set locations without worlds in move events.SPIGOT-859
Jonas Konradmd_5Jonas Konrad
b333b58c05aSPIGOT-893: Fix bridge method registering generic listeners twiceSPIGOT-893
ThinkofnameThinkofname
65de010efb1Update to 1.8.4
Nathan Wolfmd_5Nathan Wolf
8d91199e35cAdd a getNearbyEntities method to get entities which are within range of a specified location.
ThinkofnameThinkofname
fc9b07810a2Add BlockStateMeta which allows creating and editting 1.8's blockEntityTag
ThinkofnameThinkofname
1f0b2e88fe5Add BlockExplodeEvent
MattBDevmd_5MattBDev
b886a63f362Update vague WorldBorder JavaDocs.
ThinkofnameThinkofname
2b61299288dRevert "SPIGOT-264: Remove PlayerPortalEvent's handler list"This reverts commit dcd92097e987ccd4030fa11135cf5147d6b6f7ad.SPIGOT-264
ThinkofnameThinkofname
dcd92097e98SPIGOT-264: Remove PlayerPortalEvent's handler listSo it can chain PlayerTeleportEvent at the same timeSPIGOT-264
ThinkofnameThinkofname
085a38e53f7SPIGOT-370: Remove LOCKED_CHESTIt doesn't exist anymore and has been deprecated for a yearSPIGOT-370
ThinkofnameThinkofname
8f84f08506cSPIGOT-678: Fix the particles flag being ignored in hashCode, equals and serializationSPIGOT-678
ThinkofnameThinkofname
82f9df99196SPIGOT-665: Sticky pistons are moving pistons during the eventSPIGOT-665
ThinkofnameThinkofname
c4858369b3fSPIGOT-542: Clarify PlayerDeathEvent.setKeepLevelSPIGOT-542
ThinkofnameThinkofname
78af97dbe30SPIGOT-652: Update the map colors to match MinecraftSPIGOT-652
ThinkofnameThinkofname
ca4fd8554d2Update to Minecraft 1.8.3
md_5md_5
1d2509b99fbRevert finite checks in locations.Fixes SPIGOT-628 and othersSPIGOT-628
md_5md_5
2b22e68f5a9Add isFinite util methods.
md_5md_5
fb96a1afa92Move checkFinite methods to a util class.
Jonas Konradmd_5Jonas Konrad
9f071ab402aOnly allow finite x,y,z and yaw,pitch values for Vector and LocationMany API methods rely on these to be finite (especially not NaN).
Fabian Faßbendermd_5Fabian Faßbender
66c832f8ca3API for setting/removing hideflags on ItemStacks
FearThe1337md_5FearThe1337
0f0e31b86beImplement armor stand event.
BillyGalbreathmd_5BillyGalbreath
e1f54099c8dAdd alternatives for deprecated methods
ThinkofnameThinkofname
0fcdca4beacSPIGOT-547: Increase the max plugin message channel name to 20This matches up with the protocolSPIGOT-547
ThinkofnameThinkofname
be1f87c5718Document PlayerInteractEvent's behavior for air
md_5md_5
5bfe821f3d5Deprecate refreshChunk.This method is not guaranteed to work suitably across all client implementations.
ThinkofnameThinkofname
e3d656cd5ddFix mistakes in Material
md_5md_5
4680eb44734Revert: A sign isn't a solid block (reverted from commit d3d800aee315670609d21142475b6df0091b44a7)
md_5md_5
53a4447b845SPIGOT-469: Add nag message for using (buggy) reload command.SPIGOT-469
ThinkofnameThinkofname
bd465016092Fix a missed assignment with the last commit
ThinkofnameThinkofname
cd94e3c9b03Give BlockPistonRetractEvent a list of pulled blocks for sticky pistons
md_5md_5
685a7d4b661Add animal sniffer plugin to check API usages.Wouldn't want @yawkat submitting PRs that only work on Java 8.
DoctorDarkmd_5DoctorDark
e8b6cdfa8a0SPIGOT-371: Fix incorrect data bit for leap potion effectSPIGOT-371
tkausltkausl
d3d800aee31A sign isn't a solid block
Jofkosmd_5Jofkos
b4e9811235eMake Location ConfigurationSerializable.
ThinkofnameThinkofname
dd0fec4187aSPIGOT-362: Add TeleportCause.SPECTATESPIGOT-362
md_5md_5
52d02e1535eRewrite pom.xml, use Eclipse JDT / ECJ for compilation.
md_5md_5
82f06fff5e9Remove POM in preparation for rewrite.
ThinkofnameThinkofname
3c1f461070dAllow Entities to be CommandSenders and add ProxiedCommandSender
md_5md_5
8effa51854bSPIGOT-323: Enchanting tables can no longer be force opened.(reverted from commit a2aa082c09ebd0f2372d2f920310a37f95513b0a)SPIGOT-323
md_5md_5
a2aa082c09eSPIGOT-323: Enchanting tables can no longer be force opened.SPIGOT-323