AuthorCommitMessageCommit dateIssues
md_5md_5
685a7d4b661Add animal sniffer plugin to check API usages. Wouldn't want @yawkat submitting PRs that only work on Java 8.Add 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
ThinkofnameThinkofname
f1ce6715f19Remove DEBUG_ALL_BLOCK_STATES due to it being broken
ThinkofnameThinkofname
4611e519c0fFix the version checker
ThinkofnameThinkofname
db08622fc3bWhoops, testing code
ThinkofnameThinkofname
c713921b661Fix the version check
ThinkofnameThinkofname
0b440145d31Implement version checking into the /version command
ThinkofnameThinkofname
01abfdec7efBump maven plugin versions
FearThe1337md_5FearThe1337
c6b3d179530Add RabbitType API.
md_5md_5
d4c3dd53a89SPIGOT-204: Add way to set block type without using IDs or updating physics.SPIGOT-204
md_5md_5
63f80e2e7e8Update depends to versions which have been soak tested in Spigot.No breaking changes here.
md_5md_5
815f8e98361Bump json-simple to 1.1.1.This small change adds an additional constructor to JsonObject for those who choose to use it.
Adam Thomasmd_5Adam Thomas
23759bcb40cAdd NameTag visibility API to the Team interface.
Hexmd_5Hex
935e6dd9397Add API to PotionEffect to determine whether particles are visible and displayed to the client.Fixes SPIGOT-125SPIGOT-125
DoctorDarkmd_5DoctorDark
0af5d198f5cFix case sensitive arguments, show usage message if no arguments found for the timings command
md_5md_5
212f508550aFix bullets
md_5md_5
6a2f313af1eAdd initial README rewrite.
md_5md_5
c638ba4499eRemove outdated CONTRIBUTING.md
FearThe1337md_5FearThe1337
59ca64d6aecFix the decoding of potions for Water.
TheCuttermd_5TheCutter
7714b7034f4Add WorldBorder API
ThinkofnameThinkofname
e858ecfa090Fix the javadoc
FearThe1337FearThe1337
06c28d47238Add material class for Gates.(SPIGOT-192)SPIGOT-192
FearThe1337md_5FearThe1337
ae75cc39bccImplement displayblocks for minecarts (SPIGOT-14).SPIGOT-14
TheCuttermd_5TheCutter
7dfe6ea7eabadded generator settings to WorldCreator to specify presets for FLAT or CUSTOMIZED world types
Fabian Faßbendermd_5Fabian Faßbender
a87f00c0c80API for getting/setting a elder Guardian
ThinkofnameThinkofname
7a6bcd73867MMerge pull request #17 in SPIGOT/bukkit from ~FEARTHE1337/bukkit:perm to master* commit 'ae5150a6647865dbb5669b1dee355773a7d2e06b': Remove old bukkit command permission nodes.
FearThe1337FearThe1337
ae5150a6647Remove old bukkit command permission nodes.
ThinkofnameThinkofname
cbf3e5bba9eMMerge pull request #16 in SPIGOT/bukkit from ~FEARTHE1337/bukkit:buttons to master* commit 'b630b9794157e0fde361d786e4a583514c7f23ee': Add support for levers being attached up and downwards. Fixes SPIGOT-177.SPIGOT-177
FearThe1337FearThe1337
b630b979415Add support for levers being attached up and downwards.Fixes SPIGOT-177.SPIGOT-177
ThinkofnameThinkofname
ad5a4f5e289SPIGOT-76: Remove almost all Bukkit commandsSPIGOT-76
md_5md_5
94fd6908d13Ooops
md_5md_5
e37e019eb62Add deploy repos
ThinkofnameThinkofname
1c57622f32dRegister the Pattern class to ConfigurationSerialization
ThinkofnameThinkofname
de35b9f746aFix Pattern serialization
ThinkofnameThinkofname
efd0c517237MMerge pull request #2 in SPIGOT/bukkit from ~DMCK2B/bukkit:feature/implementDepthStrider to master* commit '07351b62c810c306e076d49ddf0a5b74c57e9351': Implement the Depth Strider enchantment in the API
ThinkofnameThinkofname
988c015fa4bGive PlayerInteractAtEntityEvent its own handler list, seperating it from PlayerInteractEntityEvent
ThinkofnameThinkofname
2128a250a30MMerge pull request #4 in SPIGOT/bukkit from ~GENAZT/bukkit:bugfix/SPIGOT-93 to master* commit 'b6c156daa6d98920e14f04b68a88692e5cef602c': Support the new Rotation values.SPIGOT-93
Fabian FaßbenderFabian Faßbender
b6c156daa6dSupport the new Rotation values.
ThinkofnameThinkofname
2a18a07d915Clean up the javadoc to pass java 8's doclint
SuddenlySuddenly
07351b62c81Implement the Depth Strider enchantment in the API
md_5md_5
277baff1a14Update to Minecraft 1.8For more information please see http://www.spigotmc.org/
bendude56turt2livebendude56
a329bc55365Update JavaDocs regarding teleportation of entities. Fixes BUKKIT-4210Up until Minecraft version 1.5 it was not possible to teleport entities within vehicles. With the 1.5 update came the change in the Minecraft teleportation logic to dismount before teleporting the entity, if applicable. This commit simply ammends the JavaDocs for the associated CraftBukkit half regarding the action the teleportation methods will take before completing a teleport.BUKKIT-4210

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut