Commit graph

1894 commits

Author SHA1 Message Date
Chris Cowan
d41ccca23d SPIGOT-3663: Add plugin parameter to hidePlayer+showPlayer. 2017-12-05 09:33:45 +11:00
md_5
69e52f64f9 Deprecate BlockChangeDelegate 2017-12-03 14:15:39 +11:00
md_5
7c0264b921 Remove bogus TippedArrow ID from EntityType 2017-12-02 11:39:00 +11:00
md_5
64a42b9a88 Fix mismatched furnace_minecart ID 2017-12-01 17:00:52 +11:00
Senmori
78ce389df2 SPIGOT-1505: PlayerItemMendEvent 2017-11-21 10:26:54 +11:00
md_5
ee68fbfb8e SPIGOT-3658: Update Chunk#getBlock(III) JavaDoc 2017-11-19 15:54:55 +11:00
Cory Redmond
6198e69596 Add setSpawnLocation(Location) 2017-11-18 10:27:09 +11:00
md_5
dceaeb8e5f Move animal-sniffer to development profile. 2017-11-17 09:49:18 +11:00
md_5
4359dbee24 AttributeModifier not registered in ConfigurationSerialization 2017-11-15 09:45:55 +11:00
md_5
ebed1f62a8 Add back mistakenly removed SHEEP_EAT effect with deprecation warning 2017-11-11 07:17:41 +11:00
md_5
4b9a4e2c98 Add Score.isScoreSet()Z API. 2017-11-10 10:50:52 +11:00
md_5
ec4d4ef1e8 Fix tab completion for plugins / reload command 2017-11-10 10:48:31 +11:00
md_5
adb9f8b5c2 Catch exceptions per plugin in PluginMessage handling 2017-11-10 10:47:12 +11:00
Parker Hawke
100ab9f2dc Add max fuse tick & explosion radius methods to Creeper 2017-11-08 12:28:33 +11:00
md_5
11f70ddb47 SPIGOT-3641: Remove ambiguous entity effects & restore behaviour of DEATH 2017-11-08 09:05:16 +11:00
md_5
a865e5935e Update snakeyaml to 1.19 to fix bug with duplicate keys affecting some users.
https://bitbucket.org/asomov/snakeyaml/issues/386/duplicate-keys-cause-issues
2017-11-07 19:36:51 +11:00
md_5
4f7667c9fc SPIGOT-3629: Greatly expand entity effect API 2017-11-07 19:32:15 +11:00
md_5
931e7ed751 Some minor improvements from static analysis 2017-11-07 17:28:28 +11:00
md_5
cef79e5515 SPIGOT-3609: Add additional notes to PlayerInteractAtEntityEvent 2017-10-28 16:13:28 +11:00
md_5
dcc4266e33 SPIGOT-3604: Deprecate unused professions 2017-10-09 18:17:33 +11:00
md_5
4f16bdbabb SPIGOT-3568: Fix single letter pagination edge case 2017-09-18 20:46:38 +10:00
md_5
06355ab547 Update to Minecraft 1.12.2 2017-09-18 20:00:00 +10:00
md_5
5d0b5b9c25 SPIGOT-3553: Add OfflinePlayer based methods to SkullMeta 2017-09-06 16:14:08 +10:00
blablubbabc
a9d0c37ce4 Add BukkitTask#isCancelled 2017-09-02 17:04:16 +10:00
md_5
d7663e6aac SPIGOT-3532: Inverted skull directions 2017-08-24 21:59:07 +10:00
Isaac
08224bb7e0 Add non-deprecated constructor for MapCursor 2017-08-20 00:31:12 +02:00
md_5
b44d1d7b09 Assorted whitespace fixes 2017-08-06 09:08:05 +10:00
md_5
079e67c2b0 Anvils may enchant tool items in Vanilla 2017-08-05 17:02:22 +10:00
md_5
bf79482272 Remove sonatype parent (deprecated). 2017-08-05 16:32:44 +10:00
md_5
c11286e62f Update compiler 2017-08-05 14:47:07 +10:00
Lukas Hennig
cadf995130 Improvements to BlockStates
* Update Javadoc of block state classes to better match implementation behaviour.
* Add Container interface which provides access to the snapshot inventory.
2017-08-05 14:35:40 +10:00
md_5
0aeac440c0 Update to Minecraft 1.12.1 2017-08-03 23:00:00 +10:00
md_5
0ce77bc4b3 Console warning is overkill for this event 2017-07-29 10:27:35 +10:00
md_5
a4b56a40cf SPIGOT-3456: Expand calling of ServerCommandEvent
Existing usage preserved by checking sender.
2017-07-28 18:10:46 +10:00
md_5
1b414f0247 SPIGOT-3403: Add an EntityPickupItemEvent 2017-07-28 17:47:51 +10:00
md_5
650f5090d6 Refine javadoc and formatting of previous commit 2017-07-28 16:57:59 +10:00
BillyGalbreath
0196df734d Add BroadcastMessageEvent 2017-07-28 16:56:48 +10:00
md_5
6ed0a976e5 Update Eclipse compiler. 2017-07-17 09:56:00 +10:00
md_5
c86a051a8e SPIGOT-3409: Improve performance of registering stupid amounts of permissions in plugin.yml 2017-07-10 21:05:39 +10:00
md_5
d01a9a06ad SPIGOT-3379: Generalise canPickupItems to other entities. 2017-06-26 08:35:15 +10:00
md_5
91dcbef92c SPIGOT-3371: Add note about angular values in Location 2017-06-25 09:53:42 +10:00
Nathan Wolf
f068554c9d Fix MapPalette.getColor(byte) to use correct ranges for 1.12 color array 2017-06-22 13:13:46 -07:00
md_5
6751b88aad SPIGOT-3361: Deprecate confusing MaterialData.toItemStack() 2017-06-21 22:44:18 +10:00
md_5
68cb4c6197 Deprioritise Bukkit Commands 2017-06-21 19:14:31 +10:00
md_5
052c8e5eb5 Add PistonMoveReaction getters for Entity 2017-06-12 19:23:14 +10:00
Senmori
494bb508ac Add missing PistonMoveReactions. 2017-06-12 19:20:54 +10:00
md_5
7b5ab33d62 Update to Minecraft 1.12 2017-06-08 18:00:00 +10:00
md_5
e132104bf7 SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete 2017-06-03 17:39:13 +10:00
md_5
07d5ea1600 SPIGOT-3283: Add finite checking util methods to Location / Vectors 2017-06-02 18:43:50 +10:00
md_5
f3496ae462 SPIGOT-3284: Allow TNTPrimed#getSource to return invalid entities
Eg dead players.
2017-06-02 18:28:23 +10:00