Adam Thomas
0eb94c0109
Add PlayerResourcePackStatusEvent.
...
This event is called when the server received status updates about the progress of a resource pack which it attempted to send to the client.
2015-07-25 18:20:09 +10:00
Thinkofdeath
9cda1d21ad
Fix an issue with the potion test
2015-07-24 00:55:44 +01:00
Antony Riley
48c241290f
SPIGOT-749: Fix NullPointerException and broken logic in Potion.fromDamage(int)
2015-07-23 21:46:53 +01:00
Morphan1
3e3e3430e2
Add ItemMergeEvent
2015-07-12 19:48:59 +10:00
Matt
c31fcfe3a1
Server Commands and Remote Commands are now Cancellable.
2015-07-12 19:45:00 +10:00
Jofkos
5ce44d4531
Add basic sendTitle / resetTitle API.
...
More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is.
2015-07-10 16:37:28 +10:00
Thinkofdeath
35e31b809c
SPIGOT-1031: Fix acacia fences being mistakenly labeled as doors
2015-07-08 22:39:33 +01:00
Xor Boole
0facd12906
Retrofit Door in order to work with modern Minecraft doors.
2015-06-28 08:48:23 +10:00
md_5
d29af24528
SPIGOT-436: Add accompanying getSpectatorTarget().
2015-06-12 15:34:32 +10:00
Nathan Wolf
20de0ed871
SPIGOT-973: Add marker API to ArmorStand
2015-06-09 09:32:22 +10:00
md_5
de74383a57
SPIGOT-436: Add spectator camera API.
2015-06-09 09:17:33 +10:00
md_5
4e1d0de111
Update to Minecraft 1.8.7
2015-06-05 20:40:54 +10:00
md_5
ab46992aa2
Fix move event validation.
2015-06-05 17:40:21 +10:00
md_5
a5af83911d
[SPIGOT-950] Make handlerList requirement really obvious.
2015-06-01 16:53:00 +10:00
md_5
958a8d04a6
Deprecate exact login location. It is unlikely anyone uses it.
2015-05-31 12:07:39 +10:00
Matt
d24844cdd9
Add ability to add a string to a scoreboard instead of a player
2015-05-29 19:33:47 +10:00
olivervscreeper
7a6eedb7b3
[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.json
2015-05-28 20:14:14 +10:00
md_5
338c5a112b
Fix snapshot repository name, bump SnakeYaml version.
...
Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes
2015-05-28 18:53:56 +10:00
DemonWav
15a3ac1c20
Fix javadoc HTML error with properly escaped symbols - SPIGOT-935
2015-05-28 18:34:38 +10:00
DemonWav
b465559cb5
Add more detailed documentation for setItem() in PlayerInventory
2015-05-26 18:42:39 +10:00
olivervscreeper
fe015deb2a
Checked for instant potions, to fix NPE in serialization. Fixes SPIGOT-749
2015-05-26 18:41:23 +10:00
md_5
7d306d4e02
Update to Minecraft 1.8.6
2015-05-25 22:04:14 +10:00
Thinkofdeath
c7e7f720d2
Update to 1.8.5
2015-05-22 14:34:28 +01:00
md_5
8deca8c9aa
SPIGOT-859: Ensure plugins cannot set locations without worlds in move events.
2015-05-21 17:10:29 +10:00
Jonas Konrad
b333b58c05
SPIGOT-893: Fix bridge method registering generic listeners twice
2015-05-18 20:08:38 +10:00
Thinkofdeath
65de010efb
Update to 1.8.4
2015-05-05 21:54:17 +01:00
Nathan Wolf
8d91199e35
Add a getNearbyEntities method to get entities which are within range of a specified location.
2015-04-07 19:06:41 +10:00
Thinkofdeath
fc9b07810a
Add BlockStateMeta which allows creating and editting 1.8's blockEntityTag
2015-03-24 16:03:15 +00:00
Thinkofdeath
1f0b2e88fe
Add BlockExplodeEvent
2015-03-22 19:41:58 +00:00
MattBDev
b886a63f36
Update vague WorldBorder JavaDocs.
2015-03-22 14:41:17 +11:00
Thinkofdeath
2b61299288
Revert "SPIGOT-264: Remove PlayerPortalEvent's handler list"
...
This reverts commit dcd92097e9
.
2015-03-21 20:28:02 +00:00
Thinkofdeath
dcd92097e9
SPIGOT-264: Remove PlayerPortalEvent's handler list
...
So it can chain PlayerTeleportEvent at the same time
2015-03-11 18:25:08 +00:00
Thinkofdeath
085a38e53f
SPIGOT-370: Remove LOCKED_CHEST
...
It doesn't exist anymore and has been deprecated for a year
2015-03-11 17:50:04 +00:00
Thinkofdeath
8f84f08506
SPIGOT-678: Fix the particles flag being ignored in hashCode, equals and serialization
2015-03-11 11:53:20 +00:00
Thinkofdeath
82f9df9919
SPIGOT-665: Sticky pistons are moving pistons during the event
2015-03-09 22:28:36 +00:00
Thinkofdeath
c4858369b3
SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel
2015-03-08 00:49:07 +00:00
Thinkofdeath
78af97dbe3
SPIGOT-652: Update the map colors to match Minecraft
2015-03-07 12:57:14 +00:00
Thinkofdeath
ca4fd8554d
Update to Minecraft 1.8.3
2015-03-07 08:49:59 +00:00
md_5
1d2509b99f
Revert finite checks in locations. Fixes SPIGOT-628 and others
2015-02-28 09:43:52 +11:00
md_5
2b22e68f5a
Add isFinite util methods.
2015-02-26 21:27:34 +11:00
md_5
fb96a1afa9
Move checkFinite methods to a util class.
2015-02-26 21:23:26 +11:00
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