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
Bukkit/Spigot
2522c28ac9
SPIGOT-3284: Allow TNTPrimed#getSource to return invalid entities
...
Eg dead players.
By: md_5 <git@md-5.net>
2017-06-02 18:28:23 +10:00
Bukkit/Spigot
041acf467f
Update to Minecraft 1.12-pre6
...
By: md_5 <git@md-5.net>
2017-05-30 21:26:50 +10:00
Bukkit/Spigot
db19779164
Add support for preventing block drops in BreakEvent
...
By: Scetra <contact@scetra.me>
2017-05-27 13:39:31 -04:00
Bukkit/Spigot
701901f64b
Add color API for Teams
...
By: md_5 <git@md-5.net>
2017-05-28 10:59:55 +10:00
Bukkit/Spigot
96d1c2ec96
SPIGOT-3272: Fix convertSlot in creative
...
Creative's slots are indexed the same as the survival crafting inventory, and thus the same transforms that happen in survival should happen in creative.
By: Pokechu22 <Pokechu022@gmail.com>
2017-05-26 20:03:53 -07:00
Bukkit/Spigot
6e76dbda88
SPIGOT-439: Add player locale related APIs.
...
By: MiniDigger <admin@minidigger.me>
2017-05-26 23:31:07 +02:00
Bukkit/Spigot
d42ac41060
SPIGOT-3268: Add note about banner color now being data not meta.
...
By: md_5 <git@md-5.net>
2017-05-25 20:41:41 +10:00
Bukkit/Spigot
ea9e27bfea
SPIGOT-3259: Clarify JavaDoc regarding totalExperience
...
By: md_5 <git@md-5.net>
2017-05-22 18:51:55 +10:00
Bukkit/Spigot
7c877e399d
Update to Minecraft 1.12-pre5
...
By: md_5 <git@md-5.net>
2017-05-19 20:59:48 +10:00
Bukkit/Spigot
d3b7eee1f4
SPIGOT-3246: Use Sittable for Ocelot, Wolf and Parrot
...
By: BlackHole <black-hole@live.com>
2017-05-15 23:29:02 +02:00
Bukkit/Spigot
331d059798
Remove outdated Javadoc / examples concerning database support
...
By: md_5 <git@md-5.net>
2017-05-15 21:42:28 +10:00
Bukkit/Spigot
5dcd2db4e8
SPIGOT-3238: Add Server.advancementIterator
...
By: md_5 <git@md-5.net>
2017-05-15 08:25:11 +10:00
Bukkit/Spigot
75a18fd5ad
Minecraft 1.12-pre2 API Changes
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
05d2efaa86
Remove ability to load plugins with spaces in their name.
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
32f414ff58
Remove some more long deprecated methods (3+ years)
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
975152bbcb
Remove Bukkit reimplimentations of Vanilla commands.
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
b2156bae0d
Remove _INVALID_ methods
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
9cf4fbdb11
Remove old getLineOfSight
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
158afaffeb
Remove Ebean ORM
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
88d1d8bf69
Bump to version 1.12-pre2
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
b03a5217fd
Deprecate DamageModifier.
...
By: md_5 <git@md-5.net>
2017-05-01 19:47:43 +10:00
Bukkit/Spigot
7c6c4450f0
Add API to color Shulker entities
...
By: Matthew <stteg@hotmail.com>
2017-04-29 17:08:50 -04:00
Bukkit/Spigot
dc1f30d4f9
Add getColor / setColor for TippedArrow
...
By: Matthew <stteg@hotmail.com>
2017-04-26 20:22:23 -04:00
Bukkit/Spigot
816701f233
Warn about removal of ability to load plugins with spaces in Minecraft 1.12
...
By: md_5 <git@md-5.net>
2017-04-21 17:23:49 +10:00
Bukkit/Spigot
75201d066c
Deprecate Evoker spell methods in preparation for 1.12
...
By: md_5 <git@md-5.net>
2017-04-21 16:46:16 +10:00
Bukkit/Spigot
f9e76a6924
Add API for manipulating item cooldowns.
...
By: md_5 <git@md-5.net>
2017-04-19 17:41:34 +10:00
Bukkit/Spigot
6882eee6d0
Clarify behavior of tab completing in command blocks
...
By: Pokechu22 <Pokechu022@gmail.com>
2017-04-13 17:45:15 -07:00
Bukkit/Spigot
ee35ce348c
Fail fast on non rectangular crafting recipes
...
By: md_5 <git@md-5.net>
2017-04-01 12:28:53 +11:00
Bukkit/Spigot
d2ab7b2156
Deprecate Achievements as they are not present in future versions of Minecraft
...
By: md_5 <git@md-5.net>
2017-03-31 19:38:29 +11:00
Bukkit/Spigot
91a739ea71
Add Chunk.isSlimeChunk to check if a chunk can spawn slimes
...
By: Senmori <thesenmori@gmail.com>
2017-03-22 19:54:23 -04:00
Bukkit/Spigot
424b52d036
Add Material.isFuel to check if a material is a furnace fuel.
...
By: Phoenix616 <mail@moep.tv>
2017-03-23 23:13:23 +01:00
Bukkit/Spigot
71aa29ba1b
Deprecate chunk rainfall as it is not a current phenomenon
...
By: md_5 <git@md-5.net>
2017-03-23 20:19:01 +11:00
Bukkit/Spigot
2a2b2324e0
Add getWidth + getHeight for Entity
...
By: bramhaag <bramhagens@hotmail.nl>
2017-03-18 11:09:05 +01:00
Bukkit/Spigot
7b6cf91ff5
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
...
By: md_5 <git@md-5.net>
2017-03-19 09:32:59 +11:00
Bukkit/Spigot
9d860f7ef6
Make VehicleCreateEvent Cancellable.
...
By: md_5 <git@md-5.net>
2017-03-15 20:46:13 +11:00
Bukkit/Spigot
217c93b86b
Add getIgnitingBlock to BlockBurnEvent
...
By: Nathan Wolf <nathan@elmakers.com>
2017-03-08 14:19:47 -08:00
Bukkit/Spigot
c6855936ce
Don't use translation string for SHULKER_BOX default name
...
By: md_5 <git@md-5.net>
2017-03-10 20:08:26 +11:00
Bukkit/Spigot
023cc5d43f
SPIGOT-3110: SHULKER_BOX InventoryType
...
By: md_5 <git@md-5.net>
2017-03-08 17:55:48 +11:00
Bukkit/Spigot
a082c22d47
Deprecate magic values in CreatureSpawner
...
By: md_5 <git@md-5.net>
2017-02-22 09:59:23 +11:00
Bukkit/Spigot
49c0540f9d
SPIGOT-3076: Make dropChance values clearer
...
By: md_5 <git@md-5.net>
2017-02-20 09:12:18 +11:00
Bukkit/Spigot
7d4fb8147e
SPIGOT-3068: API for localized item names
...
By: md_5 <git@md-5.net>
2017-02-16 11:49:26 +11:00
Bukkit/Spigot
df670812cb
SPIGOT-2152: Method to set resource pack + hash.
...
By: Max Lee <mail@moep.tv>
2017-02-14 14:00:30 +01:00
Bukkit/Spigot
6852148a0a
SPIGOT-3059: Update PlayerFishEvent documentation
...
By: md_5 <git@md-5.net>
2017-02-10 20:16:18 +11:00
Bukkit/Spigot
8abb2aa9e9
SPIGOT-3037: WorldBorder#isInside(Location)
...
By: md_5 <git@md-5.net>
2017-01-26 11:16:31 +11:00
Bukkit/Spigot
86a1bf165c
Add new map icons to MapCursor.Type
...
By: Pokechu22 <Pokechu022@gmail.com>
2017-01-20 23:08:49 -08:00
Bukkit/Spigot
37102c4137
Add API to set Arrow pickup status
...
By: xGhOsTkiLLeRx <ratchet.player@gmx.de>
2017-01-16 23:51:27 +01:00