Commit Graph

1890 Commits

Author SHA1 Message Date
Bukkit/Spigot
285c10e313 SPIGOT-3664: Add Material getter to ChunkSnapshot
By: md_5 <git@md-5.net>
2017-12-07 10:25:07 +11:00
Bukkit/Spigot
7f67ce93a3 SPIGOT-3663: Add plugin parameter to hidePlayer+showPlayer.
By: Chris Cowan <agentme49@gmail.com>
2017-11-23 17:09:29 -08:00
Bukkit/Spigot
987a10e861 Deprecate BlockChangeDelegate
By: md_5 <git@md-5.net>
2017-12-03 14:15:39 +11:00
Bukkit/Spigot
c7405129fa Remove bogus TippedArrow ID from EntityType
By: md_5 <git@md-5.net>
2017-12-02 11:39:00 +11:00
Bukkit/Spigot
c8c9cea52f Fix mismatched furnace_minecart ID
By: md_5 <git@md-5.net>
2017-12-01 17:00:52 +11:00
Bukkit/Spigot
a90ca0f095 SPIGOT-1505: PlayerItemMendEvent
By: Senmori <thesenmori@gmail.com>
2017-11-21 10:17:57 +11:00
Bukkit/Spigot
f52f2d504d SPIGOT-3658: Update Chunk#getBlock(III) JavaDoc
By: md_5 <git@md-5.net>
2017-11-19 15:54:55 +11:00
Bukkit/Spigot
965095c0b9 Add setSpawnLocation(Location)
By: Cory Redmond <ace@ac3-servers.eu>
2016-07-11 02:07:58 +01:00
Bukkit/Spigot
d38d7b23c9 Move animal-sniffer to development profile.
By: md_5 <git@md-5.net>
2017-11-17 09:49:18 +11:00
Bukkit/Spigot
1c5031ca41 AttributeModifier not registered in ConfigurationSerialization
By: md_5 <git@md-5.net>
2017-11-15 09:45:55 +11:00
Bukkit/Spigot
9d616dcba5 Add back mistakenly removed SHEEP_EAT effect with deprecation warning
By: md_5 <git@md-5.net>
2017-11-11 07:17:41 +11:00
Bukkit/Spigot
2ec3448bdf Add Score.isScoreSet()Z API.
By: md_5 <git@md-5.net>
2017-11-10 10:50:52 +11:00
Bukkit/Spigot
7f32fecc86 Fix tab completion for plugins / reload command
By: md_5 <git@md-5.net>
2017-11-10 10:48:31 +11:00
Bukkit/Spigot
5f4b9e502d Catch exceptions per plugin in PluginMessage handling
By: md_5 <git@md-5.net>
2017-11-10 10:47:12 +11:00
Bukkit/Spigot
48b1b91373 Add max fuse tick & explosion radius methods to Creeper
By: Parker Hawke <hawkeboyz2@hotmail.com>
2017-11-07 20:06:16 -05:00
Bukkit/Spigot
d00f0e5fa0 SPIGOT-3641: Remove ambiguous entity effects & restore behaviour of DEATH
By: md_5 <git@md-5.net>
2017-11-08 09:05:16 +11:00
Bukkit/Spigot
bcf58183b2 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

By: md_5 <git@md-5.net>
2017-11-07 19:36:51 +11:00
Bukkit/Spigot
1eb289b1a3 SPIGOT-3629: Greatly expand entity effect API
By: md_5 <git@md-5.net>
2017-11-07 19:32:15 +11:00
Bukkit/Spigot
417599c2ab Some minor improvements from static analysis
By: md_5 <git@md-5.net>
2017-11-07 17:28:28 +11:00
Bukkit/Spigot
2a82e16c61 SPIGOT-3609: Add additional notes to PlayerInteractAtEntityEvent
By: md_5 <git@md-5.net>
2017-10-28 16:13:28 +11:00
Bukkit/Spigot
cb18bb3d6f SPIGOT-3604: Deprecate unused professions
By: md_5 <git@md-5.net>
2017-10-09 18:17:33 +11:00
Bukkit/Spigot
28dfa926fd SPIGOT-3568: Fix single letter pagination edge case
By: md_5 <git@md-5.net>
2017-09-18 20:46:38 +10:00
Bukkit/Spigot
663dce96c5 Update to Minecraft 1.12.2
By: md_5 <git@md-5.net>
2017-09-18 20:00:00 +10:00
Bukkit/Spigot
afd79495ce SPIGOT-3553: Add OfflinePlayer based methods to SkullMeta
By: md_5 <git@md-5.net>
2017-09-06 16:14:08 +10:00
Bukkit/Spigot
5c2d43ae39 Add BukkitTask#isCancelled
By: blablubbabc <lukas@wirsindwir.de>
2017-08-29 14:42:14 +02:00
Bukkit/Spigot
3fdb71844b SPIGOT-3532: Inverted skull directions
By: md_5 <git@md-5.net>
2017-08-24 21:59:07 +10:00
Bukkit/Spigot
67dcd3fc2d Add non-deprecated constructor for MapCursor
By: Isaac <minuskube@gmail.com>
2017-08-20 00:31:12 +02:00
Bukkit/Spigot
e3d4acc303 Assorted whitespace fixes
By: md_5 <git@md-5.net>
2017-08-06 09:08:05 +10:00
Bukkit/Spigot
da073e8e66 Anvils may enchant tool items in Vanilla
By: md_5 <git@md-5.net>
2017-08-05 17:02:22 +10:00
Bukkit/Spigot
343ab34fe0 Remove sonatype parent (deprecated).
By: md_5 <git@md-5.net>
2017-08-05 16:20:53 +10:00
Bukkit/Spigot
83fd6e118b Update compiler
By: md_5 <git@md-5.net>
2017-08-05 14:47:07 +10:00
Bukkit/Spigot
2ab655238c Improvements to BlockStates
* Update Javadoc of block state classes to better match implementation behaviour.
* Add Container interface which provides access to the snapshot inventory.

By: Lukas Hennig <lukas@wirsindwir.de>
2017-08-05 14:35:40 +10:00
Bukkit/Spigot
5727987ab3 Update to Minecraft 1.12.1
By: md_5 <git@md-5.net>
2017-08-03 23:00:00 +10:00
Bukkit/Spigot
df8a6926fd Console warning is overkill for this event
By: md_5 <git@md-5.net>
2017-07-29 10:27:35 +10:00
Bukkit/Spigot
3b83758aa2 SPIGOT-3456: Expand calling of ServerCommandEvent
Existing usage preserved by checking sender.

By: md_5 <git@md-5.net>
2017-07-28 18:10:46 +10:00
Bukkit/Spigot
cefcc3e3bc SPIGOT-3403: Add an EntityPickupItemEvent
By: md_5 <git@md-5.net>
2017-07-28 17:47:51 +10:00
Bukkit/Spigot
1c45976aee Refine javadoc and formatting of previous commit
By: md_5 <git@md-5.net>
2017-07-28 16:57:59 +10:00
Bukkit/Spigot
32fa6a6240 Add BroadcastMessageEvent
By: BillyGalbreath <Blake.Galbreath@GMail.com>
2017-07-16 18:44:44 -05:00
Bukkit/Spigot
7236695de0 Update Eclipse compiler.
By: md_5 <git@md-5.net>
2017-07-17 09:56:00 +10:00
Bukkit/Spigot
46c820e747 SPIGOT-3409: Improve performance of registering stupid amounts of permissions in plugin.yml
By: md_5 <git@md-5.net>
2017-07-10 21:05:39 +10:00
Bukkit/Spigot
310ba479b7 SPIGOT-3379: Generalise canPickupItems to other entities.
By: md_5 <git@md-5.net>
2017-06-26 08:35:15 +10:00
Bukkit/Spigot
200cce8acd SPIGOT-3371: Add note about angular values in Location
By: md_5 <git@md-5.net>
2017-06-25 09:53:42 +10:00
Bukkit/Spigot
e115450c3c Fix MapPalette.getColor(byte) to use correct ranges for 1.12 color array
By: Nathan Wolf <nathan@elmakers.com>
2017-06-22 13:13:46 -07:00
Bukkit/Spigot
864993ba5e SPIGOT-3361: Deprecate confusing MaterialData.toItemStack()
By: md_5 <git@md-5.net>
2017-06-21 22:44:18 +10:00
Bukkit/Spigot
2f502ca65a Deprioritise Bukkit Commands
By: md_5 <git@md-5.net>
2017-06-21 19:14:31 +10:00
Bukkit/Spigot
018aeb1c85 Add PistonMoveReaction getters for Entity
By: md_5 <git@md-5.net>
2017-06-12 19:23:14 +10:00
Bukkit/Spigot
8170574f83 Add missing PistonMoveReactions.
By: Senmori <thesenmori@gmail.com>
2017-06-12 02:49:28 -04:00
Bukkit/Spigot
050905af23 Update to Minecraft 1.12
By: md_5 <git@md-5.net>
2017-06-08 18:00:00 +10:00
Bukkit/Spigot
a0fc461d4f SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete
By: md_5 <git@md-5.net>
2017-06-03 17:39:13 +10:00
Bukkit/Spigot
12570e1e28 SPIGOT-3283: Add finite checking util methods to Location / Vectors
By: md_5 <git@md-5.net>
2017-06-02 18:43:50 +10:00