md_5
886e6d8c81
SPIGOT-7038: Setting title or subtitle to empty string causes the player to disconnect
2022-06-08 17:34:21 +10:00
md_5
6c302a5e3e
Make Leaves Waterlogged
2022-06-08 17:31:13 +10:00
md_5
53b681be5e
Downgrade dependency version
2022-06-08 09:01:13 +10:00
md_5
64c15270e7
Update to Minecraft 1.19
2022-06-08 02:00:00 +10:00
md_5
10ba1beb64
Remove outdated build delay.
2022-06-08 02:00:00 +10:00
DerFrZocker
b02801aa21
#1055 : Use correct tile entity for trapped chest in CraftBlockStates
2022-06-06 08:30:54 +10:00
Doc
a59dc59e88
SPIGOT-7025: Use existing item in hand for ranged Drowned attack
2022-06-05 16:30:03 +10:00
MartenM
e4cca0ca70
#1050 : Expose more information about advancements
2022-06-05 16:23:50 +10:00
DerFrZocker
9d46b56e26
SPIGOT-7009: Stuck on "Loading terrain..." after disconnecting on respawn screen
2022-06-03 09:19:53 +10:00
DerFrZocker
95d233dc5b
SPIGOT-1807: PlayerTeleportEvent is called twice
2022-05-24 20:45:57 +10:00
Yannick Lamprecht
d48f2d1a50
#1047 : Support setting individual Wither head targets
2022-05-17 19:27:01 +10:00
DerFrZocker
518f1beed0
SPIGOT-6948: Motion from Explosion after Respawn
2022-05-17 19:22:58 +10:00
Doc
f3c7a6ac7a
SPIGOT-7019: Add yaw in World#getSpawnLocation
2022-05-13 11:24:17 +10:00
md_5
2ac7fa7af6
SPIGOT-7014: getLootTable API should not persistently update loot table
2022-05-09 18:13:06 +10:00
pop4959
7fdd7941f6
#1046 : Make World implement Keyed
2022-05-09 18:07:51 +10:00
DerFrZocker
7bc728a6b8
#1045 : Revert changes to persistence required checks
2022-05-03 23:13:03 +10:00
md_5
9cc7d766dc
SPIGOT-7010: Changing dropper item results in using dispensing behaviour
2022-04-28 19:16:28 +10:00
Doc
e87f2e3ed1
SPIGOT-6992: Add LimitedLife/LifeTicks/Bound APIs to Vex
2022-04-21 06:45:42 +10:00
md_5
cf391b51c8
Pass in SpawnReason rather than boolean
2022-04-18 11:05:15 +10:00
Doc
098aecb04f
SPIGOT-7001: Fix entity already exists in CraftWorld#spawnFallingBlock
2022-04-18 11:05:12 +10:00
md_5
911bde181f
SPIGOT-6972: Root command nodes can leak to client
2022-04-17 18:57:35 +10:00
Doc
a459f4d4f5
#1033 : Add Villager#zombify
2022-04-15 13:48:55 +10:00
Parker Hawke
d65d14307b
#975 : Add method to read ItemStack input
2022-04-15 12:54:08 +10:00
Doc
b5559f8c4d
SPIGOT-6990: Fix setRepairCost(0) in Anvil
2022-04-09 09:42:11 +10:00
Parker Hawke
6c308e1b57
SPIGOT-6829: Add per-player world border API
2022-04-09 09:39:33 +10:00
md_5
2542945ef4
Remove broken quickMoveStack implementation
2022-04-04 20:17:00 +10:00
md_5
5631e8bf4e
SPIGOT-6973: Setting biome calls String#intern for every biome placed
2022-04-03 09:20:16 +10:00
md_5
10922194f4
Java 18 support
2022-03-28 08:10:25 +11:00
Martoph
d53c4fb65c
#1039 : Use correct ops in GeneratorSettings
2022-03-27 16:24:09 +11:00
blablubbabc
a567e4ae63
#1038 : Removed the no longer needed getChunkUnchecked method from ChunkProviderServer.
...
This method was added in 8c7d69fefca16aaaac0465dce30899bc74944838 to fix SPIGOT-5228. But since Minecraft 1.17 changed how entities are added and removed from chunks, this method has no longer been used.
2022-03-27 16:24:09 +11:00
blablubbabc
4ac8fcce8d
SPIGOT-6980: Since 1.18.2, World#isChunkLoaded returned false for chunks that have just been loaded (e.g. inside ChunkLoadEvent).
...
Some changes of the 1.18.2 update have been reverted to resolve this regression.
2022-03-27 16:24:06 +11:00
Doc
e6cc7c70d7
#1035 : Update README
2022-03-24 13:40:09 +11:00
Brokkonaut
3ec79a27d4
SPIGOT-5140: Call EntityChangeBlockEvent when a ChorusFlower is destroyed by a projectile
2022-03-21 13:17:54 +11:00
md_5
e9f972d674
Improve CreativeCategory conversion
2022-03-19 09:59:56 +11:00
Parker Hawke
c269824921
#1034 : Fix exception on init of CraftCreativeCategory
2022-03-19 09:59:56 +11:00
md_5
f48739cae8
Add tests for material creative categories
2022-03-19 09:59:55 +11:00
DerFrZocker
953d3ddc67
SPIGOT-3034: PlayerKickEvent.setLeaveMessage(String) doesn't actually do anything
2022-03-16 19:49:07 +11:00
blablubbabc
2c47af0cb0
SPIGOT-6963: CraftMetaBlockState#getBlockState applied TileEntity ids without the minecraft namespace prefix.
...
This was able to cause issues when ItemStacks are being compared.
2022-03-15 07:30:53 +11:00
DerFrZocker
9ed7e4fbe4
SPIGOT-6138, SPIGOT-6415: Don't call CreatureSpawnEvent after cross-dimensional travel
2022-03-13 07:48:22 +11:00
DerFrZocker
fc4ad813aa
SPIGOT-6895: Trees grown with applyBoneMeal() don't fire the StructureGrowthEvent
2022-03-13 07:47:56 +11:00
DerFrZocker
59733a2e9c
SPIGOT-6961: Actually return a copy of the ItemMeta
2022-03-13 06:58:41 +11:00
md_5
2d760831fd
Increase outdated build delay
2022-03-12 10:47:34 +11:00
Gero
e19ddabd08
#1011 : Add Item Unlimited Lifetime APIs
2022-03-12 09:26:16 +11:00
DerFrZocker
34d40b0eb7
SPIGOT-2942: give command fires PlayerDropItemEvent, cancelling it causes Item Duplication
2022-03-11 21:47:13 +01:00
BlackHole
74c0831230
SPIGOT-6962: Call EntityChangeBlockEvent when when FallingBlockEntity starts to fall
2022-03-11 16:24:02 +11:00
Doc
64db51267a
SPIGOT-6959: Make /loot command ignore empty items for spawn
2022-03-08 07:25:44 +11:00
Doc
808cb7ca5c
#1023 : Improve consistency of tag API
2022-03-06 16:24:58 +11:00
md_5
4ed5af5e63
SPIGOT-6956: Reduce differences caused by setKeepSpawnInMemory(false)
2022-03-04 18:53:19 +11:00
md_5
21fe78aa4f
SPIGOT-6957: Bad default value for WorldCreator#generatorSettings
2022-03-04 08:15:31 +11:00
Yannick Lamprecht
ce373be660
#1022 : Fix get HighestBlockAt in chunk snapshot
2022-03-04 08:12:00 +11:00