CraftBukkit/Spigot
50503fd516
Update to Minecraft 1.16.1
...
By: md_5 <git@md-5.net>
2020-06-25 10:00:00 +10:00
CraftBukkit/Spigot
0e142c7f03
Update to Minecraft 1.15
...
By: md_5 <git@md-5.net>
2019-12-11 09:00:00 +11:00
CraftBukkit/Spigot
a4b8e8ce68
Update to Minecraft 1.14.4
...
By: md_5 <git@md-5.net>
2019-07-20 09:00:00 +10:00
CraftBukkit/Spigot
a8155d2399
Update to Minecraft 1.14.3-pre4
...
By: md_5 <git@md-5.net>
2019-06-21 20:00:00 +10:00
CraftBukkit/Spigot
569660215f
Update to Minecraft 1.14.2
...
By: md_5 <git@md-5.net>
2019-05-28 06:30:00 +10:00
CraftBukkit/Spigot
e2b8949bf3
SPIGOT-4752: Fixed inconsistency between isChunkLoaded and chunk load/unload events
...
By: blablubbabc <lukas@wirsindwir.de>
2019-05-16 01:11:20 +02:00
CraftBukkit/Spigot
788fd7eedc
Update to Minecraft 1.14.1
...
By: md_5 <git@md-5.net>
2019-05-14 10:00:00 +10:00
CraftBukkit/Spigot
badc255efc
Update to Minecraft 1.14
...
By: md_5 <git@md-5.net>
2019-04-25 12:00:00 +10:00
CraftBukkit/Spigot
a0f2b74c8d
Update to Minecraft 1.14-pre5
...
By: md_5 <git@md-5.net>
2019-04-23 12:00:00 +10:00
CraftBukkit/Spigot
d7e312278d
Mappings Update
...
By: md_5 <git@md-5.net>
2018-12-26 08:00:00 +11:00
CraftBukkit/Spigot
7114dbbb9d
SPIGOT-4534: Only call event for new chunks
...
By: md_5 <git@md-5.net>
2018-12-17 21:36:21 +11:00
CraftBukkit/Spigot
0d2bc86153
SPIGOT-4534: CreatureSpawnEvent not being called for CHUNK_GEN
...
By: md_5 <git@md-5.net>
2018-12-17 12:30:16 +11:00
CraftBukkit/Spigot
83baf22bde
Mappings Update
...
By: md_5 <git@md-5.net>
2018-12-13 11:00:00 +11:00
CraftBukkit/Spigot
102dee7d4f
Mappings Update
...
By: md_5 <git@md-5.net>
2018-12-06 10:00:00 +11:00
CraftBukkit/Spigot
c3d18995c4
SPIGOT-4433: Always generate ProtoChunk
...
By: md_5 <git@md-5.net>
2018-10-28 11:30:35 +11:00
CraftBukkit/Spigot
a194267323
Update to Minecraft 1.13.2
...
By: md_5 <git@md-5.net>
2018-10-23 06:00:00 +11:00
CraftBukkit/Spigot
1e3bfc15de
SPIGOT-4405: Chunk generation problem
...
By: md_5 <git@md-5.net>
2018-10-02 23:00:16 +10:00
CraftBukkit/Spigot
d5f782996e
SPIGOT-4400: Populators running on existing chunks
...
By: md_5 <git@md-5.net>
2018-09-27 21:41:24 +10:00
CraftBukkit/Spigot
56743ea614
MC-134115: Fix issues converting tile entities
...
By: md_5 <git@md-5.net>
2018-09-27 11:11:53 +10:00
CraftBukkit/Spigot
844b70144f
SPIGOT-4316: Do even less processing when block placement without physics requested
...
By: md_5 <git@md-5.net>
2018-08-27 18:27:59 +10:00
CraftBukkit/Spigot
f578d94680
Update to Minecraft 1.13.1
...
By: md_5 <git@md-5.net>
2018-08-26 12:00:00 +10:00
CraftBukkit/Spigot
e3f89384f6
SPIGOT-4190: Move ChunkLoadEvent call
...
By: md_5 <git@md-5.net>
2018-07-30 13:09:04 +10:00
CraftBukkit/Spigot
d68bc14852
Always return captured tiles from chunks as well.
...
Missed in 4a691031e7
Fixes replacing tile entities in BlockPlaceEvent (or calling setBlockData on them)
By: md_5 <git@md-5.net>
2018-07-22 19:35:42 +10:00
CraftBukkit/Spigot
7e0a66fdd5
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net>
2018-07-15 10:00:00 +10:00
CraftBukkit/Spigot
40c8954e17
Update to Minecraft 1.12-pre2
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
CraftBukkit/Spigot
4e412ab4e3
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net>
2016-11-17 12:41:03 +11:00
CraftBukkit/Spigot
26aaa4aceb
SPIGOT-2439: Consistently fire Chunk(Load|Unload)Event
...
Clean up implementation and firing of both of these events by routing
both unload and load behaviors to consistent method calls.
This fixes issues where a few places would not call Load or Unload events
when it should have.
Additionally, reduces diff by moving the neighbor marking code into these
consistent points.
Additional benefits of the change include improving the neighbor marking
methods to use getChunkIfLoaded instead of getLoadedChunkAt in some places,
as the latter will cause chunks to be marked active and not unload.
Finally, this also updates CraftWorld.loadChunk to use the new methods, as the
previous logic did not properly handle the new unload queue.
By: Aikar <aikar@aikar.co>
2016-06-21 19:08:09 -04:00
CraftBukkit/Spigot
a39b7e5f3a
Update to Minecraft 1.10
...
By: md_5 <git@md-5.net>
2016-06-09 11:43:49 +10:00
CraftBukkit/Spigot
d506c12c07
Minecraft 1.9.4
...
By: md_5 <git@md-5.net>
2016-05-10 21:47:39 +10: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
58abe21c5a
[SPIGOT-946] Begin making use of access transforms to simplify patching.
...
By: md_5 <git@md-5.net>
2015-06-06 19:33:48 +10:00
CraftBukkit/Spigot
6c1c28bd14
Cut fluff from patch headers.
...
By: md_5 <git@md-5.net>
2015-05-25 20:37:24 +10:00
CraftBukkit/Spigot
c52ea50ad9
SPIGOT-729: Revert the entity slice move
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-22 19:01:30 +00:00
CraftBukkit/Spigot
3b09feddb2
Capture tile entities and only place them in the event succeeds
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-16 09:48:01 +00:00
CraftBukkit/Spigot
605de3306b
SPIGOT-705: Fix possible CME
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-03-15 21:38:05 +00:00
CraftBukkit/Spigot
85be409b13
Update to Minecraft 1.8.3
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-02-26 22:41:06 +00:00
CraftBukkit/Spigot
24da745633
Remove the delayed tile entity removal, fixes issues with recursive removal of comparators
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-12-21 17:32:35 +00:00
CraftBukkit/Spigot
6956c3298f
Revert "Remove patch headers"
...
This reverts commit a8ddf37419
.
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 23:02:15 +00:00
CraftBukkit/Spigot
a8ddf37419
Remove patch headers
...
By: GunfighterJ <joseph.jenniges@gmail.com>
2014-11-28 16:54:14 -06:00
CraftBukkit/Spigot
ba8312ff89
Use the right name for the AsyncPlayerPreLoginEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 17:43:48 +00:00
CraftBukkit/Spigot
2443e912f8
Fix eating food whilst not facing a block
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 11:23:19 +00:00
CraftBukkit/Spigot
a419776f3c
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-26 08:32:16 +11:00