CraftBukkit/Spigot
ef17571a38
SPIGOT-6851: removeRecipe not unregistering recipe ID
...
By: md_5 <git@md-5.net >
2021-12-13 11:25:22 +11:00
CraftBukkit/Spigot
667cb32115
Update to Minecraft 1.18.1
...
By: md_5 <git@md-5.net >
2021-12-11 00:11:02 +11:00
CraftBukkit/Spigot
aa726a99dc
Remove outdated build delay.
...
By: md_5 <git@md-5.net >
2021-12-11 00:11:02 +11:00
CraftBukkit/Spigot
9f768b5caf
SPIGOT-6840: Fire resistance potion effect does not prevent melt damage of snow golem
...
By: Doc <nachito94@msn.com >
2021-12-10 09:01:47 +11:00
CraftBukkit/Spigot
6b9458a6a7
Disable log4j message formatting
...
By: md_5 <git@md-5.net >
2021-12-10 07:31:27 +11:00
CraftBukkit/Spigot
4d40ab4eec
Increase outdated build delay
...
By: md_5 <git@md-5.net >
2021-12-09 16:02:04 +11:00
CraftBukkit/Spigot
35fdc9103d
SPIGOT-6831: Fix llama strength crash
...
By: md_5 <git@md-5.net >
2021-12-06 15:15:09 +11:00
CraftBukkit/Spigot
24b8f3c641
#971 : Remove strong chunk reference in PDC
...
A previous fix for SPIGOT-6814 implemented a callback function for the
PDC implementation that could be set to actively define a chunk as
unsaved, allowing chunks that have not been mutated through block
changes to still require saving if the chunks pdc was mutated.
This implementation however would pass a callback that references the
chunk access internally, meaning the PDC now actively holds onto a
callback that holds a reference to the entire chunk.
Aditionally, this change also impacted the pdc for item metas and
entities for really no reason whatsoever.
This commit re-implements the fix by introducing a new child of the pdc
implementation that the chunk now uses as its pdc. This specific
implementation maintains a dirty flag that is set to `true` on any form
of mutation and set back to false by the chunk that owns the PDC
whenever the chunk itself is flag as no longer dirty.
By: Bjarne Koll <lynxplay101@gmail.com >
2021-12-05 08:52:51 +11:00
CraftBukkit/Spigot
14215fdadd
Add Player#openSign API to edit a placed sign
...
By: md_5 <git@md-5.net >
2021-12-05 08:34:54 +11:00
CraftBukkit/Spigot
6646c417c5
Purge hidden entities on unload too
...
By: md_5 <git@md-5.net >
2021-12-04 08:23:26 +11:00
CraftBukkit/Spigot
4f6a5feac8
#967 : Store last lava contact location for events
...
By: Rafael S. M. Santos <eu@rafaelsms.com >
2021-12-04 08:06:32 +11:00
CraftBukkit/Spigot
d07de3d840
Fix when bundler directory is a symlink
...
By: md_5 <git@md-5.net >
2021-12-03 16:24:34 +11:00
CraftBukkit/Spigot
05d379a339
Release POIs when villagers are removed by plugins
...
By: md_5 <git@md-5.net >
2021-12-03 15:05:20 +11:00
CraftBukkit/Spigot
ea74321d65
SPIGOT-6823: Fix loading custom world in combination with superflat
...
By: md_5 <git@md-5.net >
2021-12-03 08:34:38 +11:00
CraftBukkit/Spigot
2492a39911
Update to Minecraft 1.18
...
By: md_5 <git@md-5.net >
2021-12-01 03:00:00 +11:00
CraftBukkit/Spigot
4dbb83e45d
SPIGOT-6817: Revert back to old block state behaviour again
...
By: md_5 <git@md-5.net >
2021-11-29 11:03:16 +11:00
CraftBukkit/Spigot
6b0484122e
SPIGOT-6814: (Chunk) PersistentData is lost after restart
...
By: DerFrZocker <derrieple@gmail.com >
2021-11-29 09:28:19 +11:00
CraftBukkit/Spigot
95ab0e27a8
Add hideEntity / showEntity API
...
By: md_5 <git@md-5.net >
2021-11-29 09:18:52 +11:00
CraftBukkit/Spigot
f734d4eaf6
SPIGOT-6816: Fix ChunkSnapshot#getBiome
...
By: md_5 <git@md-5.net >
2021-11-29 08:52:41 +11:00
CraftBukkit/Spigot
62b59aece9
#959 : Fix World#refreshChunk
...
By: Gero <gecam59@gmail.com >
2021-11-28 11:54:00 +11:00
CraftBukkit/Spigot
e55f7f5dc4
#962 : Make PotionEffectType implement Keyed
...
By: coll1234567 <joshl5324@gmail.com >
2021-11-28 11:49:42 +11:00
CraftBukkit/Spigot
4b8394a81b
SPIGOT-6810: Improve / fix biome setting code
...
By: md_5 <git@md-5.net >
2021-11-27 16:42:28 +11:00
CraftBukkit/Spigot
27643e5df2
Update to Minecraft 1.18-rc3
...
By: md_5 <git@md-5.net >
2021-11-27 08:00:00 +11:00
CraftBukkit/Spigot
96d5854b53
#960 : Add Player#showDemoScreen
...
By: coll1234567 <joshl5324@gmail.com >
2021-11-26 10:13:36 +11:00
CraftBukkit/Spigot
1618dd945f
SPIGOT-6808: Fix RegionAccessor#getBiome
...
By: md_5 <git@md-5.net >
2021-11-25 17:04:58 +11:00
CraftBukkit/Spigot
799bfc92e2
Update to Minecraft 1.18-pre8
...
By: md_5 <git@md-5.net >
2021-11-25 08:00:00 +11:00
CraftBukkit/Spigot
0d839e926c
Fix crash with composters
...
By: md_5 <git@md-5.net >
2021-11-24 09:33:28 +11:00
CraftBukkit/Spigot
f3b1f97464
Remove unnecessary CraftBlock creation in CraftRegionAccessor#setBlock
...
By: md_5 <git@md-5.net >
2021-11-24 08:16:10 +11:00
CraftBukkit/Spigot
c8802f0a64
Fix upgrading worlds with custom generators
...
By: md_5 <git@md-5.net >
2021-11-23 20:00:10 +11:00
CraftBukkit/Spigot
731158e521
SPIGOT-6781: Add Block#canPlace
...
By: coll1234567 <joshl5324@gmail.com >
2021-11-23 18:49:13 +11:00
CraftBukkit/Spigot
3e7bd2643c
Improve multi-dimension code
...
By: md_5 <git@md-5.net >
2021-11-23 18:39:43 +11:00
CraftBukkit/Spigot
33d40b06c2
#956 : Add getHideOnlinePlayers
...
By: Doc <nachito94@msn.com >
2021-11-22 22:29:50 -03:00
CraftBukkit/Spigot
6992843028
Fix serializing unhandled NBT + add unit test with unhandled NBT
...
By: md_5 <git@md-5.net >
2021-11-23 12:35:42 +11:00
CraftBukkit/Spigot
683f54a1e7
#954 : Add "Allow Server Listings" API
...
By: Noah van der Aa <ndvdaa@gmail.com >
2021-11-23 08:56:35 +11:00
CraftBukkit/Spigot
ba1c4ea9b7
Remove Player#sendChunkChange
...
Method is specified according to an obsolete internal format and has not been implemented for nearly 10 years.
By: md_5 <git@md-5.net >
2021-11-22 15:08:57 +11:00
CraftBukkit/Spigot
df75572760
#953 : Add Player#sendEquipmentChange
...
By: Parker Hawke <hawkeboyz2@hotmail.com >
2021-11-22 15:03:21 +11:00
CraftBukkit/Spigot
a10c0a6823
Correct displayed Java version in warning
...
By: md_5 <git@md-5.net >
2021-11-22 11:47:01 +11:00
CraftBukkit/Spigot
43702a9e10
Update to Minecraft 1.18-pre5
...
By: md_5 <git@md-5.net >
2021-11-22 09:00:00 +11:00
CraftBukkit/Spigot
a852b81a69
Remove outdated build delay.
...
By: md_5 <git@md-5.net >
2021-11-22 09:00:00 +11:00
CraftBukkit/Spigot
68ead41759
SPIGOT-6790: Mimic structure block behaviour and do not save STRUCTURE_VOID
...
By: md_5 <git@md-5.net >
2021-11-11 18:40:15 +11:00
CraftBukkit/Spigot
e4cce46e63
SPIGOT-6436: Add Player#stopAllSounds
...
By: Doc <nachito94@msn.com >
2021-11-05 21:02:22 +11:00
CraftBukkit/Spigot
148964d14e
SPIGOT-6783: Items do not appear in custom anvil inventories
...
By: md_5 <git@md-5.net >
2021-11-04 18:17:58 +11:00
CraftBukkit/Spigot
fda316b6eb
SPIGOT-6779: Fix LivingEntity#attack for Player entities
...
By: Doc <nachito94@msn.com >
2021-11-02 18:33:35 +11:00
CraftBukkit/Spigot
9e3a0e859f
SPIGOT-6772: Use entity mailbox and re-schedule entities if they get unloaded
...
By: DerFrZocker <derrieple@gmail.com >
2021-11-01 18:54:44 +11:00
CraftBukkit/Spigot
1f5735df63
#947 : Add missing spawn eggs for SpawnEggMeta
...
By: Doc <nachito94@msn.com >
2021-10-30 18:34:04 +11:00
CraftBukkit/Spigot
0136af37a5
SPIGOT-6768: Remove upper bound on setFreezeTicks
...
By: md_5 <git@md-5.net >
2021-10-23 18:29:53 +11:00
CraftBukkit/Spigot
55f4d6c7cb
SPIGOT-6760: Chest#getInventory only returns one half of a double chest when one or both halves are blocked
...
By: md_5 <git@md-5.net >
2021-10-16 18:48:21 +11:00
CraftBukkit/Spigot
02cdd23003
SPIGOT-6759: Chest#getInventory() no longer returns double chest inventories
...
By: blablubbabc <lukas@wirsindwir.de >
2021-10-16 18:48:21 +11:00
CraftBukkit/Spigot
f9c1420daf
#940 : Fixed a NPE during CraftBlockEntityState#update.
...
When the BlockState's block type was changed, #update may have removed
the TileEntity, causing #isApplicable to fail with a NPE.
By: blablubbabc <lukas@wirsindwir.de >
2021-10-15 18:03:01 +11:00
CraftBukkit/Spigot
571ec764a6
#937 : Fixes related to unplaced BlockStates and the recent world generation changes.
...
* CraftBlockState#getWorldHandle() would previously run into a NPE when being invoked for a non-placed BlockState. It now returns null in this case.
* CraftChest#getInventory() would previously encounter this NPE when being called for a non-placed BlockState. It will now automatically forward the call to #getBlockInventory() when it is being called for either a non-placed BlockState, or during world generation.
* CraftStructureBlock#applyTo was able to run into a NPE when being called for non-placed BlockStates (this is for example called by #getSnapshotNBT()).
* Replaced all no-world-generation preconditions with a general 'ensureNoWorldGeneration' method.
* Removed a few superfluous #isPlaced() calls. If getWorldHandle() reutrns a World, this already implies that the BlockState is placed.
By: blablubbabc <lukas@wirsindwir.de >
2021-10-10 07:55:53 +11:00