159 Commits

Author SHA1 Message Date
Doc
82f7b658aa
#1095: Add PlayerSpawnChangeEvent 2023-04-17 19:33:17 +10:00
Jishuna
5ee3419b79
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent 2023-04-10 08:26:45 +10:00
md_5
c4c0bb0e94
Show clean error for invalidly configured server.properties options 2023-04-07 08:14:11 +10:00
md_5
f92c945173
SPIGOT-7310: PlayerToggleSneakEvent is not called when a player sneaks while riding an entity 2023-03-25 11:33:49 +11:00
Doc
2d5209e8d9
#1153: Handle teleport reason in spreadplayers command 2023-03-23 20:52:34 +11:00
Doc
388d458a61
SPIGOT-7306: Fix reset of coords in default teleportTo in EntityPlayer 2023-03-22 14:43:49 +11:00
md_5
bcedf28a1b
Update to Minecraft 1.19.4 2023-03-15 03:30:00 +11:00
md_5
8ba5e399ec
SPIGOT-7262: Improve visibility API 2023-02-16 19:45:56 +11:00
md_5
d67777f8ba
SPIGOT-7218: Player's outer layer of skin disappears after respawn 2022-12-27 16:04:45 +11:00
md_5
2ed3e3e6e5
SPIGOT-7210: Fix structures in custom worlds 2022-12-16 11:13:10 +11:00
md_5
585ab5ba1b
SPIGOT-7207: WorldCreator creates world as super flat even when normal is specified 2022-12-14 13:47:32 +11:00
md_5
b402824ea7
SPIGOT-7204: Add TeleportCause#DISMOUNT 2022-12-13 19:22:46 +11:00
Doc
c18668be3d
SPIGOT-7192: Call PlayerInteractEvent with Action.LEFT_CLICK_AIR if the entity interacted is hidden to the player 2022-12-13 18:54:22 +11:00
md_5
19e6be0209
Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
Doc
300e7448f5
SPIGOT-7179: PortalCreateEvent doesn't fire for players 2022-11-06 18:14:38 +11:00
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