CraftBukkit/Spigot
|
8e83dbabf9
|
Fix broken potion serialization
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-04-10 20:54:16 +01:00 |
|
CraftBukkit/Spigot
|
cfffbb4d68
|
SPIGOT-2085 / SPIGOT-2087 / SPIGOT-2156: Rework internal PotionMeta state to be correct and less complex.
By: t00thpick1 <t00thpick1dirko@gmail.com>
|
2016-04-09 11:49:04 -04:00 |
|
CraftBukkit/Spigot
|
5c7c823a9a
|
Begin console output with ANSI line erase.
By: Jofkos <JofkosDE@gmail.com>
|
2016-04-08 17:01:22 +02:00 |
|
CraftBukkit/Spigot
|
4d559fa1ca
|
Update physics on attached block when setting data of attachable blocks
By: md_5 <git@md-5.net>
|
2016-04-09 12:57:19 +10:00 |
|
CraftBukkit/Spigot
|
1a22334d31
|
Support integer data values for Effect.VILLAGER_PLANT_GROW
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-04-06 12:26:49 +01:00 |
|
CraftBukkit/Spigot
|
863a77436f
|
SPIGOT-2135: Also clear sit pathfinder on toggle status
By: md_5 <git@md-5.net>
|
2016-04-05 20:32:05 +10:00 |
|
CraftBukkit/Spigot
|
d2f7c88b8d
|
SPIGOT-2118: Fix crash on chunk regen
By: md_5 <git@md-5.net>
|
2016-04-04 17:15:02 +10:00 |
|
CraftBukkit/Spigot
|
d76c6e0cf4
|
SPIGOT-2092: Directly set sittging status
By: md_5 <git@md-5.net>
|
2016-04-04 17:09:57 +10:00 |
|
CraftBukkit/Spigot
|
f9ba5f4744
|
Fix the default permission of /trigger
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-03-31 00:50:39 +01:00 |
|
CraftBukkit/Spigot
|
094f30f26d
|
Update to Minecraft 1.9.2
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-03-30 20:50:59 +01:00 |
|
CraftBukkit/Spigot
|
98e7045a09
|
SPIGOT-2074: Correctly set custom world settings
By: md_5 <git@md-5.net>
|
2016-03-28 12:28:12 +11:00 |
|
CraftBukkit/Spigot
|
eb3bbd68cc
|
SPIGOT-2060: Method to control whether entities collide
By: md_5 <git@md-5.net>
|
2016-03-27 20:19:41 +11:00 |
|
CraftBukkit/Spigot
|
461d9faf00
|
Implement getting / setting of Entity invulnerability
By: Sansko1337 <sanderknauff@hotmail.com>
|
2016-03-25 00:45:24 +01:00 |
|
CraftBukkit/Spigot
|
c75ec3cef3
|
SPIGOT-213: Add method to enable / disable AI for mobs
By: Redrield <purbleguy@gmail.com>
|
2016-03-26 01:42:27 -04:00 |
|
CraftBukkit/Spigot
|
3c7782562d
|
SPIGOT-2049: Send the right attributes when updating scaled health
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-03-25 23:13:16 +00:00 |
|
CraftBukkit/Spigot
|
ace6224808
|
Fix a typo in CraftPotionUtil
By: Thinkofname <thinkofdeath@spigotmc.org>
|
2016-03-25 21:45:42 +00:00 |
|
CraftBukkit/Spigot
|
12ab2cfb28
|
SPIGOT-2039: Correctly check Potion Tags both with or without the "minecraft:" prefix, and default to UNCRAFTABLE if there is a completely garbage value.
By: t00thpick1 <t00thpick1dirko@gmail.com>
|
2016-03-23 23:42:15 -05:00 |
|
CraftBukkit/Spigot
|
637ea51428
|
CraftComplexPart should return getParent()'s status in isValid
By: Nathan Wolf <nathan@elmakers.com>
|
2016-03-22 14:19:59 -07:00 |
|
CraftBukkit/Spigot
|
07a80cec7f
|
Only create PermissibleBase instance in CraftEntity the first time it is actually needed. Fixes static test cases for subclasses failing when perm field was instantiated.
By: Matthew <stteg@hotmail.com>
|
2016-03-21 18:51:07 -04:00 |
|
CraftBukkit/Spigot
|
15f22a7986
|
SPIGOT-1934: Expand EnderDragon API - implement dragon phases
By: Matthew <stteg@hotmail.com>
|
2016-03-15 23:32:37 -04:00 |
|
CraftBukkit/Spigot
|
1a03d09e14
|
Implement isEnabled / setEnabled for CraftMinecartHopper
By: Matthew <stteg@hotmail.com>
|
2016-03-18 11:42:33 -04:00 |
|
CraftBukkit/Spigot
|
0d7ce64a2f
|
SPIGOT-1988: Chorus Plant Generation
By: md_5 <git@md-5.net>
|
2016-03-20 19:02:48 +11:00 |
|
CraftBukkit/Spigot
|
fb5328bb3c
|
SPIGOT-1904: AreaEffectCloud events and additional API
By: t00thpick1 <t00thpick1dirko@gmail.com>
|
2016-03-12 12:12:25 -05:00 |
|
CraftBukkit/Spigot
|
95133063a1
|
SPIGOT-1980: Register new brewing slot
By: md_5 <git@md-5.net>
|
2016-03-20 10:22:24 +11:00 |
|
CraftBukkit/Spigot
|
75c3223fb3
|
SPIGOT-1976: Never unload in use chunks.
By: md_5 <git@md-5.net>
|
2016-03-19 14:40:23 +11:00 |
|
CraftBukkit/Spigot
|
3af9fd9395
|
Implement EndGateway#getExitLocation and EndGateway#setExitLocation(Location)
By: Matthew <stteg@hotmail.com>
|
2016-03-16 19:56:48 -04:00 |
|
CraftBukkit/Spigot
|
854e2a5110
|
Implement SpectralArrow#getGlowingTicks and SpectralArrow#setGlowingTicks(int)
By: Matthew <stteg@hotmail.com>
|
2016-03-17 15:00:24 -04:00 |
|
CraftBukkit/Spigot
|
902081bc92
|
Implement SpectralArrow entity
By: Matthew <stteg@hotmail.com>
|
2016-03-17 14:42:58 -04:00 |
|
CraftBukkit/Spigot
|
c5080500ff
|
Implement EndGateway#isExactTeleport and EndGateway#setExactTeleport(boolean)
By: Matthew <stteg@hotmail.com>
|
2016-03-16 21:48:53 -04:00 |
|
CraftBukkit/Spigot
|
05f89ee25c
|
Implement EndGateway#getExitLocation and EndGateway#setExitLocation(Location)
By: Matthew <stteg@hotmail.com>
|
2016-03-16 21:30:40 -04:00 |
|
CraftBukkit/Spigot
|
a5edfa02ce
|
Implement EndGateway state
By: Matthew <stteg@hotmail.com>
|
2016-03-16 20:50:55 -04:00 |
|
CraftBukkit/Spigot
|
f400279a5b
|
Implement EnderCrystal#isShowingBottom and EnderCrystal#setShowingBottom(boolean)
By: Matthew <stteg@hotmail.com>
|
2016-03-16 19:53:18 -04:00 |
|
CraftBukkit/Spigot
|
9ec13752b3
|
Implement Boat#getWoodType and Boat#setWoodType(TreeSpecies)
By: Matthew <stteg@hotmail.com>
|
2016-03-16 19:08:24 -04:00 |
|
CraftBukkit/Spigot
|
f894964ecd
|
Add hand used to BlockPlaceEvent.
By: AgentLV <contact@agentlv.net>
|
2016-03-14 23:26:23 +01:00 |
|
CraftBukkit/Spigot
|
7686c72be2
|
SPIGOT-1914: Compare PotionEffectType objects using Object#equals(Object) when searching for a custom effect to remove
By: Matthew <stteg@hotmail.com>
|
2016-03-13 17:39:44 -04:00 |
|
CraftBukkit/Spigot
|
587e2e1740
|
SPIGOT-1856 / SPIGOT-1920: Fix Statistic.DROP not returning value when provided with a Material
By: Matthew <stteg@hotmail.com>
|
2016-03-13 15:32:26 -04:00 |
|
CraftBukkit/Spigot
|
9382269cf0
|
SPIGOT-1871: Fix wrong argument order in CraftMerchantRecipe
By: md_5 <git@md-5.net>
|
2016-03-13 09:48:23 +11:00 |
|
CraftBukkit/Spigot
|
8f219bb7a6
|
SPIGOT-1571: Add Entity Glide Events.
By: 0x277F <0x277F@gmail.com>
|
2016-03-12 20:57:32 +11:00 |
|
CraftBukkit/Spigot
|
1ce9773dca
|
SPIGOT-1901: Fix projectile launching.
By: md_5 <git@md-5.net>
|
2016-03-12 20:41:06 +11:00 |
|
CraftBukkit/Spigot
|
d42806b5b0
|
SPIGOT-1725: Fix dynamic scoreboard criteria on non-main scoreboards
By: md_5 <git@md-5.net>
|
2016-03-12 17:57:40 +11:00 |
|
CraftBukkit/Spigot
|
104519f08f
|
SPIGOT-1638 / SPIGOT-1673: Rework Potions API
By: t00thpick1 <t00thpick1dirko@gmail.com>
|
2016-03-02 20:43:58 -05:00 |
|
CraftBukkit/Spigot
|
c851dee005
|
SPIGOT-1806: Implement HumanEntity#getMainHand
By: Matthew <stteg@hotmail.com>
|
2016-03-11 13:01:26 -05:00 |
|
CraftBukkit/Spigot
|
45307a5099
|
SPIGOT-1862: Fix banners withj shields.
By: md_5 <git@md-5.net>
|
2016-03-10 16:34:33 +11:00 |
|
CraftBukkit/Spigot
|
b5a813d40d
|
SPIGOT-1526 / SPIGOT-1809: Expand Inventory API
By: md_5 <git@md-5.net>
|
2016-03-07 17:20:24 +11:00 |
|
CraftBukkit/Spigot
|
2f46ee7dbf
|
SPIGOT-1828: CraftBanner tile entity return null
By: md_5 <git@md-5.net>
|
2016-03-08 18:01:54 +11:00 |
|
CraftBukkit/Spigot
|
3a052a7919
|
SPIGOT-1823: Use fast chunk lookup in CraftWorld also
By: md_5 <git@md-5.net>
|
2016-03-07 15:52:48 +11:00 |
|
CraftBukkit/Spigot
|
099fbb9235
|
Fix regenerating chunks not updating visually
By: Thinkofdeath <thinkofdeath@spigotmc.org>
|
2016-03-06 23:49:28 +00:00 |
|
CraftBukkit/Spigot
|
8474b6acc3
|
Added a playSound method to World which accepts a String parameter.
Similar to the respective method in Player.
By: Lukas Hennig <lukas@wirsindwir.de>
|
2016-03-06 12:20:38 +11:00 |
|
CraftBukkit/Spigot
|
d1ec671571
|
SPIGOT-1768: Fix Eye of Ender with custom world generators.
By: md_5 <git@md-5.net>
|
2016-03-06 11:45:25 +11:00 |
|
CraftBukkit/Spigot
|
03a58cbff4
|
SPIGOT-1776: Replace BossBar.hide/show with visibility.
By: md_5 <git@md-5.net>
|
2016-03-06 09:55:36 +11:00 |
|