md_5
48f3a2258b
SPIGOT-7171: Ability to get the IP/hostname players are requesting status of
2022-10-28 20:19:11 +11:00
md_5
5cc9c022a0
SPIGOT-7152: Handle hand item changing during air interact event
2022-09-12 19:27:14 +10:00
md_5
4ffa1acf64
SPIGOT-7154: Players get kicked when interacting with a conversation
2022-09-12 19:15:46 +10:00
DerFrZocker
dd0a218300
SPIGOT-5607: PlayerInteractEvent Left-Click Bug
2022-08-30 21:50:53 +10:00
DerFrZocker
6c8a096118
SPIGOT-5761: initSettings is not a recognized option
2022-08-30 21:50:50 +10:00
md_5
ead719a65b
SPIGOT-7136: Cancelling PlayerInteractEntityEvent with the Allay desyncs
2022-08-14 11:27:22 +10:00
md_5
d45057c597
SPIGOT-7089: Crash when command blocks attempt to load worlds
2022-08-14 10:46:41 +10:00
md_5
ec2b5d4cd1
Update to Minecraft 1.19.2
2022-08-06 07:40:00 +10:00
md_5
8f3647242a
SPIGOT-7127: /say doesn't work from console
2022-08-01 22:07:48 +10:00
md_5
6da82662bb
Update to Minecraft 1.19.1
2022-07-28 04:00:00 +10:00
Doc
ef09464094
#1091 : Fix exit position in entity travel with portals
2022-07-25 18:00:57 +10:00
Doc
c882f38ea9
SPIGOT-7066: Fix custom END worlds not generating DragonBattle
2022-06-18 21:06:59 +10:00
Doc
9dcd46530f
#1067 : Add preview chat option in ServerListPingEvent
2022-06-18 20:55:26 +10:00
DerFrZocker
cc7edd6bc5
SPIGOT-7051: Worldgen API does not run vanilla noise generation when shouldGenerateNoise is true
2022-06-10 19:08:36 +10:00
md_5
b2557f6acd
SPIGOT-7041: Custom BiomeProvider not used when world set to type FLAT
2022-06-10 11:08:00 +10:00
md_5
6209029ea8
SPIGOT-7048: addPassenger() not working when vehicle is player
2022-06-10 10:39:19 +10:00
Doc
576a037044
SPIGOT-7003: Add missing PlayerAnimationType
2022-06-09 21:30:25 +10:00
md_5
64c15270e7
Update to Minecraft 1.19
2022-06-08 02:00:00 +10:00
DerFrZocker
95d233dc5b
SPIGOT-1807: PlayerTeleportEvent is called twice
2022-05-24 20:45:57 +10:00
DerFrZocker
518f1beed0
SPIGOT-6948: Motion from Explosion after Respawn
2022-05-17 19:22:58 +10:00
Parker Hawke
6c308e1b57
SPIGOT-6829: Add per-player world border API
2022-04-09 09:39:33 +10: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
DerFrZocker
953d3ddc67
SPIGOT-3034: PlayerKickEvent.setLeaveMessage(String) doesn't actually do anything
2022-03-16 19:49:07 +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
34d40b0eb7
SPIGOT-2942: give command fires PlayerDropItemEvent, cancelling it causes Item Duplication
2022-03-11 21:47:13 +01:00
Doc
64db51267a
SPIGOT-6959: Make /loot command ignore empty items for spawn
2022-03-08 07:25:44 +11:00
md_5
4ed5af5e63
SPIGOT-6956: Reduce differences caused by setKeepSpawnInMemory(false)
2022-03-04 18:53:19 +11:00
md_5
05a38da190
Update to Minecraft 1.18.2
2022-03-01 02:00:00 +11:00
Doc
62d976242c
SPIGOT-6900, SPIGOT-6330: Make /difficulty command per-world
2022-02-21 11:59:30 +11:00
md_5
af4d848ffd
SPIGOT-6934: Bring plugin chunk tickets back in line with forceload tickets
2022-02-20 08:55:27 +11:00
DerFrZocker
cc5ddd7936
#1010 : Add PDC to World
2022-02-15 09:36:00 +11:00
Doc
febaa1c6f5
SPIGOT-6918: Add SpawnCategory API and configurations for Axolotls
2022-02-07 18:52:16 +11:00
md_5
9dafd1092f
Don't send updates over large distances
2022-02-07 08:35:20 +11:00
md_5
e5f8a7672e
SPIGOT-6917: Use main scoreboard for /trigger
...
Restores pre-1.13 behaviour. See linked ticket for further discussion.
2022-02-02 08:59:18 +11:00
md_5
a672a53151
Clean up callBlockDamageEvent
2022-02-02 08:56:24 +11:00
FreeSoccerHDX
8e1bdeef50
SPIGOT-6910: Add BlockDamageAbortEvent
2022-02-02 08:56:23 +11:00
DerFrZocker
507e2f6512
#1004 : Call WorldInitEvent before any chunks are generated
2022-02-01 08:13:13 +11:00
pop4959
eb7a2dcc51
#1003 : Fix cancellation of TradeSelectEvent
2022-01-29 09:27:01 +11:00
DerFrZocker
aeaeb35931
SPIGOT-6496: /time functions affect entire server, not just the origin world
2022-01-03 08:29:31 +11:00
Doc
c59b0ca13d
SPIGOT-6859: PlayerInteractEntityEvent#setCancelled desync with Axolotls
2021-12-22 08:04:07 +11:00
md_5
c2e0bbda4e
Update to Minecraft 1.18.1
2021-12-11 00:12:31 +11:00
md_5
1825cc0b04
Purge hidden entities on unload too
2021-12-04 08:23:26 +11:00
md_5
748ea518b1
SPIGOT-6833: Do not drop items into unrestricted world during world generation
2021-12-04 07:19:56 +11:00
md_5
03b7252338
SPIGOT-6823: Fix loading custom world in combination with superflat
2021-12-03 08:34:38 +11:00
md_5
110492932a
Fix per-world worldborder command
2021-12-03 07:34:39 +11:00
md_5
581df1846f
Better preserve broken PlayerMoveEvent behaviour
2021-12-02 12:45:58 +11:00
md_5
2ccb6a9b9f
SPIGOT-6828: <player> fell off a ladder/vines death message not supported
2021-12-02 12:29:35 +11:00
md_5
37fd1917e7
Add hideEntity / showEntity API
2021-11-29 09:18:52 +11:00
md_5
c98abfb0ff
Update to Minecraft 1.18-rc3
2021-11-27 08:00:00 +11:00