13
0
geforkt von Mirrors/Paper
Commit graph

1861 Commits

Autor SHA1 Nachricht Datum
CraftBukkit/Spigot
071897746d Backport a bug fix from the pre-release
A mistake in the buffer size calculation caused the buffer for chunk
packets to be around 16 times the size they should have been.

By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-10 19:46:12 +00:00
CraftBukkit/Spigot
8eb667c8b4 SPIGOT-1847: Maps in non default worlds
By: md_5 <git@md-5.net>
2016-03-10 16:42:07 +11: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
51207b52a7 Missing diff effecting frost walker ignoring entities
By: BlackHole <black-hole@live.com>
2016-03-09 19:53:01 +01:00
CraftBukkit/Spigot
84bc13a366 Call EntityChangedBlockEvent for water splash potions extinguishing fire
By: BlackHole <black-hole@live.com>
2016-03-09 19:21:29 +01: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
cfc9d7d858 SPIGOT-1845: Use correct hand for interact events
By: BlackHole <black-hole@live.com>
2016-03-08 19:00:23 +01:00
CraftBukkit/Spigot
9357e77b84 SPIGOT-1841: Implement some of the missing EnderDragon events.
By: md_5 <git@md-5.net>
2016-03-08 18:50:44 +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
1fec65442b SPIGOT-1831: Chicken / sheep not dropping items correctly.
By: md_5 <git@md-5.net>
2016-03-08 17:58:52 +11:00
CraftBukkit/Spigot
ced78d5d27 SPIGOT-1816: Rework drop capture.
By: md_5 <git@md-5.net>
2016-03-07 19:51:42 +11:00
CraftBukkit/Spigot
406b2d6204 SPIGOT-1820: Fix custom travel agent search radius.
By: md_5 <git@md-5.net>
2016-03-07 19:13:41 +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
ba14876843 SPIGOT-1788: Correctly teleport the player back to their old location
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-06 22:17:32 +00:00
CraftBukkit/Spigot
266f69b8a9 SPIGOT-1611: Make vehicles use the same speed checks as players
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-06 21:33:27 +00:00
CraftBukkit/Spigot
1ea9b3c75f Fix issue with last patch.
By: md_5 <git@md-5.net>
2016-03-06 21:42:34 +11:00
CraftBukkit/Spigot
f4888a28c5 SPIGOT-1762: Call EntityChangeBlockEvent for boats destroying lily pads
By: BlackHole <black-hole@live.com>
2016-03-06 03:05:59 +01:00
CraftBukkit/Spigot
08c51b4278 SPIGOT-1790: Fix bucket behaviour
By: md_5 <git@md-5.net>
2016-03-06 16:41:13 +11:00
CraftBukkit/Spigot
6a2a8d0d3f Remove redundant syncInventory on world change
By: md_5 <git@md-5.net>
2016-03-06 16:25:50 +11:00
CraftBukkit/Spigot
1a382d5c02 SPIGOT-1727: Fix ShulkerBullet.setTarget
By: md_5 <git@md-5.net>
2016-03-06 14:56:09 +11:00
CraftBukkit/Spigot
5b0dae1d7c SPIGOT-1573: Fix command blocks after respawning
By: md_5 <git@md-5.net>
2016-03-06 14:35:33 +11:00
CraftBukkit/Spigot
cd40ed3908 SPIGOT-1775: Pass in unshifted block for PlayerBucketEmptyEvent
By: md_5 <git@md-5.net>
2016-03-06 12:42:45 +11:00
CraftBukkit/Spigot
675bcf3b80 SPIGOT-1749 / MC-99075: Call updateInventory as a temporary workaround for cancelled BlockPlaceEvent
By: md_5 <git@md-5.net>
2016-03-06 12:34:51 +11: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
9da0e8f2d2 SPIGOT-1663: Fix WorldBorder displaying in secondary worlds.
By: md_5 <git@md-5.net>
2016-03-06 12:13:07 +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
a622bf51b2 SPIGOT-1764: Perform drops regardless of loot table
By: md_5 <git@md-5.net>
2016-03-06 11:30:03 +11:00
CraftBukkit/Spigot
451511ebed Update chorus fruit tele event destination.
By: md_5 <git@md-5.net>
2016-03-06 09:57:59 +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
CraftBukkit/Spigot
6cf567a47a SPIGOT-1773: Chorus fruit teleport reason
By: md_5 <git@md-5.net>
2016-03-06 09:46:57 +11:00
CraftBukkit/Spigot
6d76250ec1 SPIGOT-1613: Fix missed use of scaled health
By: md_5 <git@md-5.net>
2016-03-06 08:38:01 +11:00
CraftBukkit/Spigot
819131cad1 SPIGOT-1772: Use correct statistics for entities
By: BlackHole <black-hole@live.com>
2016-03-05 20:58:48 +01:00
CraftBukkit/Spigot
2af4470275 SPIGOT-1755: CommandBlock doesn't run on empty world
By: Oliver Dunk <oliver@oliverdunk.com>
2016-03-05 22:36:13 +11:00
CraftBukkit/Spigot
db997edc76 Fix typo in README.md
By: Oliver Dunk <oliver@oliverdunk.com>
2016-03-05 22:35:39 +11:00
CraftBukkit/Spigot
52a2a37b2f SPIGOT-1626 / MC-98994: Fix slow chunk performance
Please see https://bugs.mojang.com/browse/MC-98994 for full explanation.

By: md_5 <git@md-5.net>
2016-03-05 18:50:38 +11:00
CraftBukkit/Spigot
4fc9890f64 SPIGOT-1758: Apply correct ItemMeta to new CommandBlock types
By: md_5 <git@md-5.net>
2016-03-05 15:52:44 +11:00
CraftBukkit/Spigot
637b5fb592 SPIGOT-1751: Add missed PlayerFishEvent for FAILED_ATTEMPT
By: md_5 <git@md-5.net>
2016-03-05 15:46:56 +11:00
CraftBukkit/Spigot
3cb5dd22bb SPIGOT-1549: Fix custom String sounds.
By: Lukas Hennig <lukas@wirsindwir.de>
2016-03-04 15:55:40 +11:00
CraftBukkit/Spigot
2e03112d2d SPIGOT-1721: Handle Enderman.getCarriedMaterial when not carrying.
By: md_5 <git@md-5.net>
2016-03-04 15:50:35 +11:00
CraftBukkit/Spigot
b3cf0dfe0a SPIGOT-1666: Expand Team option API
By: md_5 <git@md-5.net>
2016-03-03 19:12:48 +11:00
CraftBukkit/Spigot
a15545299d SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events
By: md_5 <git@md-5.net>
2016-03-04 15:24:51 +11:00
CraftBukkit/Spigot
f668c8bc0e Treat ShulkerBullet as Projectile
By: md_5 <git@md-5.net>
2016-03-03 17:30:03 +11:00
CraftBukkit/Spigot
4cd50efad7 Enable support of PotionMeta on SPLASH_POTION, LINGERING_POTION and TIPPED_ARROW.
By: Melair <melair@caldonia.net>
2016-03-02 17:51:36 +00:00
CraftBukkit/Spigot
a64de09934 SPIGOT-1646: Capture the previous location earlier
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2016-03-03 11:15:04 +00:00
CraftBukkit/Spigot
4dd9f419ec SPIGOT-1683: Arrows are not projectiles
By: md_5 <git@md-5.net>
2016-03-03 20:59:10 +11:00
CraftBukkit/Spigot
6310bf54cb SPIGOT-1679: Shulker bullets are not projectiles.
By: md_5 <git@md-5.net>
2016-03-03 17:17:42 +11:00
CraftBukkit/Spigot
926a6270b9 SPIGOT-1634: Fix cancelling ServerCommandEvent
By: md_5 <git@md-5.net>
2016-03-03 16:56:07 +11:00
CraftBukkit/Spigot
5d588f6f5d SPIGOT-1676: Launch projectiles with velocity
By: md_5 <git@md-5.net>
2016-03-03 16:52:19 +11:00
CraftBukkit/Spigot
4ca4351148 SPIGOT-1677: Fix attributes with only single underscore.
By: md_5 <git@md-5.net>
2016-03-03 16:38:57 +11:00