md_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. | | |
 DoctorDark | e8b6cdfa8a0 | SPIGOT-371: Fix incorrect data bit for leap potion effect | | SPIGOT-371 |
tkausl | d3d800aee31 | A sign isn't a solid block | | |
 Jofkos | b4e9811235e | Make Location ConfigurationSerializable. | | |
Thinkofname | dd0fec4187a | SPIGOT-362: Add TeleportCause.SPECTATE | | SPIGOT-362 |
md_5 | 52d02e1535e | Rewrite pom.xml, use Eclipse JDT / ECJ for compilation. | | |
md_5 | 82f06fff5e9 | Remove POM in preparation for rewrite. | | |
Thinkofname | 3c1f461070d | Allow Entities to be CommandSenders and add ProxiedCommandSender | | |
md_5 | 8effa51854b | SPIGOT-323: Enchanting tables can no longer be force opened.(reverted from commit a2aa082c09ebd0f2372d2f920310a37f95513b0a) | | SPIGOT-323 |
md_5 | a2aa082c09e | SPIGOT-323: Enchanting tables can no longer be force opened. | | SPIGOT-323 |
Thinkofname | f1ce6715f19 | Remove DEBUG_ALL_BLOCK_STATES due to it being broken | | |
Thinkofname | 4611e519c0f | Fix the version checker | | |
Thinkofname | db08622fc3b | Whoops, testing code | | |
Thinkofname | c713921b661 | Fix the version check | | |
Thinkofname | 0b440145d31 | Implement version checking into the /version command | | |
Thinkofname | 01abfdec7ef | Bump maven plugin versions | | |
 FearThe1337 | c6b3d179530 | Add RabbitType API. | | |
md_5 | d4c3dd53a89 | SPIGOT-204: Add way to set block type without using IDs or updating physics. | | SPIGOT-204 |
md_5 | 63f80e2e7e8 | Update depends to versions which have been soak tested in Spigot.No breaking changes here. | | |
md_5 | 815f8e98361 | Bump json-simple to 1.1.1.This small change adds an additional constructor to JsonObject for those who choose to use it. | | |
 Adam Thomas | 23759bcb40c | Add NameTag visibility API to the Team interface. | | |
 Hex | 935e6dd9397 | Add API to PotionEffect to determine whether particles are visible and displayed to the client.Fixes SPIGOT-125 | | SPIGOT-125 |
 DoctorDark | 0af5d198f5c | Fix case sensitive arguments, show usage message if no arguments found for the timings command | | |
md_5 | 212f508550a | Fix bullets | | |
md_5 | 6a2f313af1e | Add initial README rewrite. | | |
md_5 | c638ba4499e | Remove outdated CONTRIBUTING.md | | |
 FearThe1337 | 59ca64d6aec | Fix the decoding of potions for Water. | | |
 TheCutter | 7714b7034f4 | Add WorldBorder API | | |
Thinkofname | e858ecfa090 | Fix the javadoc | | |
FearThe1337 | 06c28d47238 | Add material class for Gates.(SPIGOT-192) | | SPIGOT-192 |
 FearThe1337 | ae75cc39bcc | Implement displayblocks for minecarts (SPIGOT-14). | | SPIGOT-14 |
 TheCutter | 7dfe6ea7eab | added generator settings to WorldCreator to specify presets for FLAT or CUSTOMIZED world types | | |
 Fabian Faßbender | a87f00c0c80 | API for getting/setting a elder Guardian | | |
Thinkofname | 7a6bcd73867M | Merge pull request #17 in SPIGOT/bukkit from ~FEARTHE1337/bukkit:perm to master* commit 'ae5150a6647865dbb5669b1dee355773a7d2e06b':
Remove old bukkit command permission nodes. | | |
FearThe1337 | ae5150a6647 | Remove old bukkit command permission nodes. | | |
Thinkofname | cbf3e5bba9eM | Merge 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 |
FearThe1337 | b630b979415 | Add support for levers being attached up and downwards.Fixes SPIGOT-177. | | SPIGOT-177 |
Thinkofname | ad5a4f5e289 | SPIGOT-76: Remove almost all Bukkit commands | | SPIGOT-76 |
md_5 | 94fd6908d13 | Ooops | | |
md_5 | e37e019eb62 | Add deploy repos | | |
Thinkofname | 1c57622f32d | Register the Pattern class to ConfigurationSerialization | | |
Thinkofname | de35b9f746a | Fix Pattern serialization | | |
Thinkofname | efd0c517237M | Merge pull request #2 in SPIGOT/bukkit from ~DMCK2B/bukkit:feature/implementDepthStrider to master* commit '07351b62c810c306e076d49ddf0a5b74c57e9351':
Implement the Depth Strider enchantment in the API | | |
Thinkofname | 988c015fa4b | Give PlayerInteractAtEntityEvent its own handler list, seperating it from PlayerInteractEntityEvent | | |
Thinkofname | 2128a250a30M | Merge 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ßbender | b6c156daa6d | Support the new Rotation values. | | |
Thinkofname | 2a18a07d915 | Clean up the javadoc to pass java 8's doclint | | |
Suddenly | 07351b62c81 | Implement the Depth Strider enchantment in the API | | |
md_5 | 277baff1a14 | Update to Minecraft 1.8For more information please see http://www.spigotmc.org/ | | |
 bendude56 | a329bc55365 | Update 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 |