lapry
58723fb785
Add fuel related methods to BrewingStand API
2016-03-01 08:30:03 +11:00
md_5
eb5cb1008e
Implement CauldronLevelChangeEvent.
...
Idea for implementation via matiki1231 on IRC.
2016-03-01 08:30:03 +11:00
hibo98
f042873c1d
Add custom experience levels for FurnaceRecipes.
2016-03-01 08:30:03 +11:00
ryanbennitt
f16cc64840
SPIGOT-1389: Fixed issues with setting tree species by expanding API
2016-03-01 08:30:03 +11:00
md_5
d41eed2abe
SPIGOT-1345: Add BITE state to PlayerFishEvent.
2016-03-01 08:30:03 +11:00
md_5
5552f47c80
SPIGOT-1356: Clarify expectations about PotionEffectType.values().
2016-03-01 08:30:03 +11:00
md_5
02797db500
SPIGOT-1357: Add potion particle effect color getters to API.
2016-03-01 08:30:03 +11:00
md_5
33fbc3d862
Add getLocation() to Inventory.
2016-03-01 08:30:03 +11:00
md_5
7898a2a2d2
Add definitions for Minecraft 1.9 gameplay elements
...
Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values.
2016-03-01 08:30:03 +11:00
Thinkofdeath
d5958ff936
Implement Particle API
2016-03-01 08:30:03 +11:00
md_5
d2656274bf
Add API to manipulate "glowing" state of an Entity.
...
When an Entity is "glowing" they will have an outline around them as if they have been hit by a Spectral Arrow.
2016-03-01 08:30:03 +11:00
Thinkofdeath
2023127d55
Implement BossBar API
2016-03-01 08:30:03 +11:00
Thinkofdeath
a21d8c465b
Implement API for "main hand" and "off hand" slots.
...
Also deprecate existing "hand" API as it is not specific about which hand is being referred to. Implementations should default this method to the "main hand".
2016-03-01 08:30:03 +11:00
md_5
e6f54cc356
Deprecate Boat API
...
Boats are complex and the way in which they operate is generally implementation specific. Many of these methods have not worked for several CraftBukkit versions, and are now not guaranteed to work at all due to new internal mechanics.
2016-03-01 08:30:03 +11:00
Matt
a4971ffe76
Use UTF-8 as default encoding
...
Since March 2014 Bukkit has been converting and preparing plugins for UTF-8 compliance. With this change in place, all plugins will now load their configuration files as UTF-8, which is a supported encoding on any valid JVM implementation. This should pose no issues on any server which has run Bukkit after 2014, and the only possible breaking path is when an embedded file is of a non UTF-8 compatible encoding (which it should not be anyway).
2016-03-01 08:30:03 +11:00
md_5
09141842cd
Remove getFurnace from Furnace*Event
...
Replace by getBlock since April 2012.
2016-03-01 08:30:03 +11:00
BlackHole
6dd5aa2ce1
Remove EntityType and some deprecated Entity methods
...
Replaced by EntityType / other methods since February 2012 and April 2012 respectively.
2016-03-01 08:30:02 +11:00
Matt
ff2d64d2b9
Remove deprecated ContainerBlock
...
Replaced by InventoryHolder since March 2012.
2016-03-01 08:30:02 +11:00
Matt
fbca9b6d98
Remove deprecated Painting*Events
...
Replaced by Hanging*Events since October 2012.
2016-03-01 08:30:02 +11:00
md_5
0e45513817
Update pom.xml to Minecraft 1.9
2016-03-01 08:30:01 +11:00
0x277F
01d1820664
Add non-mutative getCrossProduct method to Vector.
2016-02-07 10:06:22 +11:00
ryanbennitt
f517b6e6a9
SPIGOT-1393: Fixed door direction mask
2016-01-12 09:42:07 +11:00
md_5
f10a7a92f3
SPIGOT-1325: Make ItemStack deserialization more robust.
2015-12-06 11:11:27 +11:00
DemonWav
76ffae6d58
SPIGOT-759: Add FireworkExplodeEvent.
2015-09-30 09:01:02 +10:00
md_5
31d4f76a15
SPIGOT-1076: Add HurtEntities API for FallingBlock.
2015-09-19 09:27:22 +10:00
md_5
5c985d814b
Speed up permission recalculation.
...
Based on ideas in PR #102 , but rewritten for correctness.
2015-09-18 10:33:56 +10:00
Tanner Embry
4791913b5b
SPIGOT-1185: Add correct MaterialData for TRAPPED_CHEST.
2015-09-15 10:32:35 +10:00
t7seven7t
337128287a
SPIGOT-918: Add constructor for DyeColor to Dye
2015-09-15 10:26:02 +10:00
Antony Riley
85cd971fec
Implement greatly expanded ChunkGenerator API
...
This new API:
* Has first class support for Material / MaterialData
* Abstracts away the underlying Chunk format
* Implements useful utility methods to make life easier
2015-08-01 21:18:41 +10:00
Aikar
f718da3e4a
Allow setName to change a Command name before registration.
2015-07-31 18:50:06 +10:00
md_5
643b7d56fb
Update to Minecraft 1.8.8 (Pre-)Release.
2015-07-27 22:19:05 +10:00
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