CraftBukkit/Spigot
322fb72404
SPIGOT-1644: Fire PlayerTeleportEvent with reason END_GATEWAY for end gateways
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-02 16:41:59 +00:00
CraftBukkit/Spigot
90729b1eda
SPIGOT-1583: Fix scoreboard crash.
...
Might not function 100%, but doesn't crash!
By: md_5 <git@md-5.net>
2016-03-02 21:29:57 +11:00
CraftBukkit/Spigot
6f8d1d05a0
SPIGOT-1624: Fix setPlayerListName
...
By: md_5 <git@md-5.net>
2016-03-02 18:32:06 +11:00
CraftBukkit/Spigot
af9f710785
SPIGOT-1605: Fix EntityChangeBlockEvent.setCancelled(Z)V
...
By: md_5 <git@md-5.net>
2016-03-02 17:07:08 +11:00
CraftBukkit/Spigot
5ef0dbef2c
Fix chorus plants only straight growing up
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:42:59 +00:00
CraftBukkit/Spigot
d0300bb4e0
SPIGOT-1607: Fix BlockPlaceEvent and BlockMultiPlaceEvent sometimes showing the wrong item used
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:37:08 +00:00
CraftBukkit/Spigot
8c803cbf66
Manually calculate horses' jump power due to horse jumping being moved clientside
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-01 21:08:40 +00:00
CraftBukkit/Spigot
4ff62a4c6a
SPIGOT-1590: Ensure plugins are disabled.
...
By: md_5 <git@md-5.net>
2016-03-02 06:33:41 +11:00
CraftBukkit/Spigot
849f9f08b0
SPIGOT-1596: BlockCauldron crash
...
By: md_5 <git@md-5.net>
2016-03-02 06:31:11 +11:00
CraftBukkit/Spigot
c964d0499b
SPIGOT-1569: Remove negative itemstack data filtering
...
By: md_5 <git@md-5.net>
2016-03-01 20:16:34 +11:00
CraftBukkit/Spigot
bce53b72eb
SPIGOT-1568: Fix jukeboxes
...
By: md_5 <git@md-5.net>
2016-03-01 20:07:44 +11:00
CraftBukkit/Spigot
d599c20863
SPIGOT-1543: Return combined slots for PlayerInventory.getContents
...
By: md_5 <git@md-5.net>
2016-03-01 16:40:12 +11:00
CraftBukkit/Spigot
851c09f4d7
SPIGOT-1540: Treat clicking on player model with ItemStack as none.
...
By: md_5 <git@md-5.net>
2016-03-01 13:52:34 +11:00
CraftBukkit/Spigot
c8e3e16545
SPIGOT-1525: Fix worldborder set.
...
By: md_5 <git@md-5.net>
2016-03-01 11:20:42 +11:00
CraftBukkit/Spigot
f1fc9e87a8
Remove BookEditEvent as a workaround for decompiler determinism issues.
...
By: md_5 <git@md-5.net>
2016-03-01 09:58:55 +11:00
CraftBukkit/Spigot
21d4bf5d1f
Update to Minecraft 1.9
...
By: md_5 <git@md-5.net>
2016-03-01 08:32:46 +11:00
CraftBukkit/Spigot
eb6f00d0c9
[BUKKIT-3451] Use correct item amount for FurnaceExtractEvent.
...
Also don't call FurnaceExtractEvent when the item amount is 0.
By: hibo98 <hibo98.niklas@gmail.com>
2015-12-19 20:04:58 +01:00
CraftBukkit/Spigot
7588b12e6c
Removed tried to add entity warning.
...
Was a debug message backported from Vanilla 1.9 snapshots. We have decided to remove this message from 1.9 as it is largely useless.
By: md_5 <git@md-5.net>
2016-02-05 11:48:30 +11:00
CraftBukkit/Spigot
99fbeecd40
SPIGOT-1308: Fix typo in PlayerList#sendAll
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-01-22 11:13:34 +00:00
CraftBukkit/Spigot
635382a96a
SPIGOT-1347: Don't change entity add behaviour, just print warning.
...
By: md_5 <git@md-5.net>
2015-12-17 10:24:55 +11:00
CraftBukkit/Spigot
821fe97c82
Add some warnings from snapshot versions to check whether they are applicable in 1.8.8
...
By: md_5 <git@md-5.net>
2015-12-15 17:12:32 +11:00
CraftBukkit/Spigot
4432f095f7
Ensure the buffer for plugin messages is freed.
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-10-07 21:39:43 +01:00
CraftBukkit/Spigot
91a65a1f27
SPIGOT-1219: Allow ping without status query.
...
Also minor refactor to use more of the Vanilla logic.
By: md_5 <git@md-5.net>
2015-10-03 11:25:43 +10:00
CraftBukkit/Spigot
cc7273b066
SPIGOT-759: Add FireworkExplodeEvent.
...
By: DemonWav <demonwav@gmail.com>
2015-09-30 09:02:11 +10:00
CraftBukkit/Spigot
7684642aa9
SPIGOT-1076: Add HurtEntities API for FallingBlock.
...
By: md_5 <git@md-5.net>
2015-08-01 16:48:20 +10:00
CraftBukkit/Spigot
bec7083140
SPIGOT-625: Insert a small delay when shutting down to allow packets to have a better chance at sending.
...
By: md_5 <git@md-5.net>
2015-09-15 19:52:51 +10:00
CraftBukkit/Spigot
1843b52039
SPIGOT-1168: Fix setSleepingIgnored not working on spectators.
...
By: md_5 <git@md-5.net>
2015-09-06 15:05:56 +10:00
CraftBukkit/Spigot
fb04f93364
SPIGOT-949: Fix damage cooldown reducing explosion knockback
...
By: Jedediah Smith <jedediah@silencegreys.com>
2015-08-31 18:06:13 +10:00
CraftBukkit/Spigot
280ae804ee
SPIGOT-1111: Fix ServerCommandEvent not being cancelled.
...
By: md_5 <git@md-5.net>
2015-08-08 18:42:24 +10:00
CraftBukkit/Spigot
c35a7254c5
Update for minor remapping changes.
...
By: md_5 <git@md-5.net>
2015-07-30 16:56:52 +10:00
CraftBukkit/Spigot
332e77d249
Update to Minecraft 1.8.8 (Pre-)Release.
...
By: md_5 <git@md-5.net>
2015-07-27 22:19:19 +10:00
CraftBukkit/Spigot
c0e326b62a
Add a sane limit for name length
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-25 22:33:25 +01:00
CraftBukkit/Spigot
e909dd95d8
Implement PlayerResourcePackStatusEvent.
...
By: Adam Thomas <aet2505@gmail.com>
2015-07-25 18:19:37 +10:00
CraftBukkit/Spigot
9a15d77433
SPIGOT-1068: Limit the number of patterns on banners
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-23 20:50:53 +01:00
CraftBukkit/Spigot
059a14a3a5
Correctly update the last location for a player on teleport
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-23 20:37:58 +01:00
CraftBukkit/Spigot
ca6bbcbdc9
Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-20 22:31:49 +01:00
CraftBukkit/Spigot
d9663c5e2b
Fix handling of changes to PlayerVelocityEvent.velocity by event callers.
...
By: Antony Riley <antony@cyberiantiger.org>
2015-07-20 22:42:30 +03:00
CraftBukkit/Spigot
ba5443ae84
SPIGOT-1058: Fix lost player list capping to 60.
...
Went missing in the 1.8 update.
By: md_5 <git@md-5.net>
2015-07-18 12:39:45 +10:00
CraftBukkit/Spigot
3bfbbcafa3
SPIGOT-1055: Send empty string when RCON command is cancelled.
...
Drops the RemoteControlSession patch as the decompiled code is a mess.
By: md_5 <git@md-5.net>
2015-07-17 21:18:48 +10:00
CraftBukkit/Spigot
2dc238689f
SPIGOT-1047: Fix RCON.
...
Result of staging the file -> decompiler issues.
By: md_5 <git@md-5.net>
2015-07-13 16:45:38 +10:00
CraftBukkit/Spigot
6c1f679dd7
Implement ItemMergeEvent
...
By: Morphan1 <morphanone@gmail.com>
2015-06-26 05:55:33 -04:00
CraftBukkit/Spigot
b201f850d6
Server Commands and Remote Commands are now Cancellable.
...
By: Matt <mattbdev@outlook.com>
2015-07-12 19:54:34 +10:00
CraftBukkit/Spigot
fb20e9dc13
SPIGOT-1018: Fix isFromBonemeal always being false
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-08 22:50:32 +01:00
CraftBukkit/Spigot
e6c356ccec
SPIGOT-915: Remove the getEntities filter
...
Didn't fix the issue like i'd hoped and broke a few plugins in the process.
Ideally though plugins shouldn't be using it for large ranges because it
is inefficient
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-08 22:42:08 +01:00
CraftBukkit/Spigot
edf24d4fd6
Fix modified fireworks from dispenser event
...
By: chickeneer <emcchickeneer@gmail.com>
2015-06-13 22:50:04 -05:00
CraftBukkit/Spigot
a06700d1aa
SPIGOT-892: Set chicken egg baby age before adding it to world.
...
By: md_5 <git@md-5.net>
2015-06-12 16:00:08 +10:00
CraftBukkit/Spigot
90df5ef6df
Raise the limit slightly to account for colors
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-12 10:38:20 +01:00
CraftBukkit/Spigot
c2130ccb81
Apply strict limits on the length of sign text
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-12 10:23:05 +01:00
CraftBukkit/Spigot
c270f2389a
SPIGOT-970, MC-80484: Disallow NBT pick block on chests.
...
By: md_5 <git@md-5.net>
2015-06-12 15:30:12 +10:00
CraftBukkit/Spigot
3ad5a522b4
Allow for the jline console to be overriden in normally unsupported enviroments
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-06-11 12:59:36 +01:00