Commit graph

1978 commits

Author SHA1 Message Date
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
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