Commit graph

1770 commits

Author SHA1 Message Date
Jonas Konrad
9f071ab402 Only allow finite x,y,z and yaw,pitch values for Vector and Location
Many API methods rely on these to be finite (especially not NaN).
2015-02-20 15:19:51 +11:00
Fabian Faßbender
66c832f8ca API for setting/removing hideflags on ItemStacks 2015-02-15 12:31:25 +11:00
FearThe1337
0f0e31b86b Implement armor stand event. 2015-02-15 12:20:22 +11:00
BillyGalbreath
e1f54099c8 Add alternatives for deprecated methods 2015-02-15 12:15:09 +11:00
Thinkofdeath
0fcdca4bea SPIGOT-547: Increase the max plugin message channel name to 20
This matches up with the protocol
2015-02-12 14:19:34 +00:00
Thinkofdeath
be1f87c571 Document PlayerInteractEvent's behavior for air 2015-02-12 14:06:51 +00:00
md_5
5bfe821f3d Deprecate refreshChunk.
This method is not guaranteed to work suitably across all client implementations.
2015-01-31 10:17:00 +11:00
Thinkofdeath
e3d656cd5d Fix mistakes in Material 2015-01-25 12:09:17 +00:00
md_5
4680eb4473 Revert: A sign isn't a solid block (reverted from commit d3d800aee3) 2015-01-25 22:39:47 +11:00
md_5
53a4447b84 SPIGOT-469: Add nag message for using (buggy) reload command. 2015-01-25 10:28:03 +11:00
Thinkofdeath
bd46501609 Fix a missed assignment with the last commit 2015-01-19 23:35:58 +00:00
Thinkofdeath
cd94e3c9b0 Give BlockPistonRetractEvent a list of pulled blocks for sticky pistons 2015-01-19 23:28:15 +00:00
md_5
685a7d4b66 Add animal sniffer plugin to check API usages.
Wouldn't want @yawkat submitting PRs that only work on Java 8.
2015-01-12 20:06:53 +11:00
DoctorDark
e8b6cdfa8a SPIGOT-371: Fix incorrect data bit for leap potion effect 2015-01-12 12:45:33 +11:00
Tobias Kunicke
d3d800aee3 A sign isn't a solid block 2015-01-11 07:56:55 +01:00
Jofkos
b4e9811235 Make Location ConfigurationSerializable. 2015-01-07 09:49:16 +11:00
Thinkofdeath
dd0fec4187 SPIGOT-362: Add TeleportCause.SPECTATE 2015-01-06 20:20:20 +00:00
md_5
52d02e1535 Rewrite pom.xml, use Eclipse JDT / ECJ for compilation. 2015-01-05 14:25:43 +11:00
md_5
82f06fff5e Remove POM in preparation for rewrite. 2015-01-05 14:25:43 +11:00
Thinkofdeath
3c1f461070 Allow Entities to be CommandSenders and add ProxiedCommandSender 2015-01-04 23:26:45 +00:00
md_5
8effa51854 SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from commit a2aa082c09) 2015-01-05 10:00:40 +11:00
md_5
a2aa082c09 SPIGOT-323: Enchanting tables can no longer be force opened. 2015-01-05 09:59:20 +11:00
Thinkofdeath
f1ce6715f1 Remove DEBUG_ALL_BLOCK_STATES due to it being broken 2014-12-28 16:57:20 +00:00
Thinkofdeath
4611e519c0 Fix the version checker 2014-12-28 11:12:57 +00:00
Thinkofdeath
db08622fc3 Whoops, testing code 2014-12-27 22:53:04 +00:00
Thinkofdeath
c713921b66 Fix the version check 2014-12-27 22:42:00 +00:00
Thinkofdeath
0b440145d3 Implement version checking into the /version command 2014-12-27 00:33:17 +00:00
Thinkofdeath
01abfdec7e Bump maven plugin versions 2014-12-25 12:34:33 +00:00
FearThe1337
c6b3d17953 Add RabbitType API. 2014-12-24 09:00:31 +11:00
md_5
d4c3dd53a8 SPIGOT-204: Add way to set block type without using IDs or updating physics. 2014-12-22 19:47:50 +11:00
md_5
63f80e2e7e Update depends to versions which have been soak tested in Spigot.
No breaking changes here.
2014-12-19 09:09:03 +11:00
md_5
815f8e9836 Bump json-simple to 1.1.1. This small change adds an additional constructor to JsonObject for those who choose to use it. 2014-12-19 09:01:47 +11:00
Adam Thomas
23759bcb40 Add NameTag visibility API to the Team interface. 2014-12-18 21:24:14 +11:00
0x277F
935e6dd939 Add API to PotionEffect to determine whether particles are visible and displayed to the client. Fixes SPIGOT-125 2014-12-18 21:19:10 +11:00
DoctorDark
0af5d198f5 Fix case sensitive arguments, show usage message if no arguments found for the timings command 2014-12-18 21:16:52 +11:00
md_5
212f508550 Fix bullets 2014-12-18 11:12:53 +11:00
md_5
6a2f313af1 Add initial README rewrite. 2014-12-18 11:00:52 +11:00
md_5
c638ba4499 Remove outdated CONTRIBUTING.md 2014-12-18 10:36:28 +11:00
FearThe1337
59ca64d6ae Fix the decoding of potions for Water. 2014-12-18 09:46:45 +11:00
TheCutter
7714b7034f Add WorldBorder API 2014-12-14 09:56:22 +11:00
Thinkofdeath
e858ecfa09 Fix the javadoc 2014-12-13 15:25:31 +00:00
FearThe1337
06c28d4723 Add material class for Gates. (SPIGOT-192) 2014-12-12 19:21:07 +01:00
FearThe1337
ae75cc39bc Implement displayblocks for minecarts (SPIGOT-14). 2014-12-12 10:52:14 +11:00
TheCutter
7dfe6ea7ea added generator settings to WorldCreator to specify presets for FLAT or CUSTOMIZED world types 2014-12-12 10:51:06 +11:00
Fabian Faßbender
a87f00c0c8 API for getting/setting a elder Guardian 2014-12-12 10:49:41 +11:00
Thinkofdeath
7a6bcd7386 Merge pull request #17 in SPIGOT/bukkit from ~FEARTHE1337/bukkit:perm to master
* commit 'ae5150a6647865dbb5669b1dee355773a7d2e06b':
  Remove old bukkit command permission nodes.
2014-12-11 21:43:16 +01:00
FearThe1337
ae5150a664 Remove old bukkit command permission nodes. 2014-12-11 21:15:55 +01:00
Thinkofdeath
cbf3e5bba9 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.
2014-12-10 16:18:16 +01:00
FearThe1337
b630b97941 Add support for levers being attached up and downwards.
Fixes SPIGOT-177.
2014-12-10 15:24:40 +01:00
Thinkofdeath
ad5a4f5e28 SPIGOT-76: Remove almost all Bukkit commands 2014-12-09 21:39:47 +00:00