490 Commits

Author SHA1 Message Date
md_5
98b4d2ff88
SPIGOT-7372, SPIGOT-7373: Signs can't be edited, issues with SignChangeEvent 2023-06-08 12:19:59 +10:00
md_5
5f7bd4d78a
SPIGOT-7371: Sign does not open edit text on placement 2023-06-08 08:03:24 +10:00
md_5
e1188ed3a2
Update to Minecraft 1.20 2023-06-08 01:30:00 +10:00
Doc
dbc70bed55
SPIGOT-7195, SPIGOT-7197: Add DataPack API 2023-05-30 19:05:48 +10:00
Parker Hawke
01b2e1af41
SPIGOT-7346: Disallow players from executing commands after disconnecting 2023-05-11 07:03:53 +10:00
Jishuna
563d422268
SPIGOT-519: Add TNTPrimeEvent
Thanks to Pokechu22 for an earlier implementation
2023-05-03 20:46:43 +10:00
FreeSoccerHDX
bfd8b1ac82
SPIGOT-7209: Accessors and events for player's exp cooldown 2023-04-21 18:46:56 +10:00
Doc
f92a41c396
#1181: Consolidate Location conversion code 2023-04-19 19:59:19 +10:00
Doc
82f7b658aa
#1095: Add PlayerSpawnChangeEvent 2023-04-17 19:33:17 +10:00
Martoph
b421af7e44
#808: Expand the FishHook API 2023-04-16 10:10:27 +10:00
Parker Hawke
818582f409
#1169: Add damage methods to FallingBlock 2023-04-13 07:08:26 +10:00
Jishuna
5ee3419b79
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent 2023-04-10 08:26:45 +10:00
DerFrZocker
19de3550d8
SPIGOT-7315: Bed placement duplicates crops if cancelled 2023-04-07 10:56:58 +02:00
md_5
c4c0bb0e94
Show clean error for invalidly configured server.properties options 2023-04-07 08:14:11 +10:00
Phoenix616
3ae90697f3
Fix UUID not being updated when changing world of MapView 2023-04-04 19:44:29 +01:00
Jishuna
e43000601d
#1164, MC-227255, MC-253819: Fix rotation of beehives and bells 2023-04-04 07:01:54 +10:00
Parker Hawke
187bdd463f
#1160: Add more bell API 2023-04-02 14:35:13 +10:00
Parker Hawke
bcbb61b369
#1144: Add more Guardian API, particularly for its laser 2023-04-02 13:49:05 +10:00
Parker Hawke
80998277cb
#1159: Add missing API for explosive minecarts 2023-04-02 13:21:31 +10:00
DerFrZocker
1fddefce1c
#1155: Allow getting chunks without generating them and optimize chunk data request for ungenerated chunks 2023-04-02 13:06:59 +10:00
Parker Hawke
eff1743b9c
SPIGOT-7313: More accurately edit data on Jukeboxes 2023-03-29 19:23:41 +11: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
md_5
b5714184db
SPIGOT-7316: Cancelling EntityUnmountEvent does not stop the all effects of the unmounting 2023-03-25 11:26:10 +11:00
Doc
2d5209e8d9
#1153: Handle teleport reason in spreadplayers command 2023-03-23 20:52:34 +11:00
Parker Hawke
f5b61387e1
SPIGOT-7308: Fix NullPointerException when calling Jukebox#setRecord() 2023-03-22 14:21:06 -04:00
Doc
388d458a61
SPIGOT-7306: Fix reset of coords in default teleportTo in EntityPlayer 2023-03-22 14:43:49 +11:00
Doc
40b87e1af6
#1150: Add Sniffer API and handle EntityItemDropEvent 2023-03-20 19:03:53 +11:00
md_5
cef8bd9933
SPIGOT-7294: Call EntityDamageEvent for Interaction entity 2023-03-16 07:15:33 +11:00
md_5
55056ad803
SPIGOT-7295: Fix Sniffer data defined in incorrect position 2023-03-16 06:48:37 +11:00
md_5
04dfb921de
Fix crash with juke boxes 2023-03-15 18:14:15 +11:00
md_5
703575fc77
SPIGOT-7291: Fix spurious invert in ender pearl disconnect check 2023-03-15 04:14:08 +11:00
md_5
bcedf28a1b
Update to Minecraft 1.19.4 2023-03-15 03:30:00 +11:00
md_5
f150cfbd45
SPIGOT-7220: TNT drop rate isn't 100% 2023-03-04 11:47:05 +11:00
md_5
e8010dc93f
#1136: Add API to allow entities to be invisible by default
Designed to make creating per-player entities easier
2023-03-04 09:15:52 +11:00
James Peters
2cdd5883b5
#1119: Add HopperInventorySearchEvent to select the Inventory that the Hopper pulls/pushes into 2023-03-04 09:05:17 +11:00
Lauriichan
7b11c7ba0f
SPIGOT-7261: Add AsyncStructureSpawnEvent 2023-03-04 08:36:00 +11:00
Jacob Martin
b56426c7ae
#1142: Calculate explosion damage separately for each affected EntityComplexPart
Currently the Ender Dragon takes roughly 3x the explosion damage when compared to vanilla 1.19.3. This is caused by a single damage value being calculated for the EntityEnderDragon and then being uniformly applied to every EntityComplexPart belonging to that dragon.

This is resolved by restoring the vanilla behavior of calculating explosion damage separately for each EntityComplexPart.
2023-02-27 20:34:19 +11:00
md_5
8ba5e399ec
SPIGOT-7262: Improve visibility API 2023-02-16 19:45:56 +11:00
FreeSoccerHDX
7c44152eba
SPIGOT-7224: Add events for brewing stands and campfires starting their actions 2023-02-05 11:06:25 +11:00
md_5
39462a8985
SPIGOT-7248: Bone mealing grass triggers piston block update detector 2023-01-31 19:44:37 +11:00
FreeSoccerHDX
7cd3244d3d
SPIGOT-7239: Getter/setter for player's enchantment seed 2023-01-28 11:55:40 +11:00
md_5
1b70687960
SPIGOT-7244: Unable to open Shulker Inventory when more than 8 blocks away 2023-01-28 11:43:55 +11:00
md_5
ab8ace6857
SPIGOT-7236: Bone meal doesn't increase use statistic 2023-01-21 11:00:43 +11:00
Jacob Martin
a0d3dfaf28
#1129: Fix state corruption while handling explosion damage on EntityComplexPart
An IllegalStateException may occur when an entity is damaged by fire or a potion effect immediately after an EntityComplexPart is damaged by an explosion.

This is fixed by performing the instanceof EntityComplexPart check prior to setting CraftEventFactory.entityDamage.
2022-12-29 14:06:51 +11:00
md_5
d67777f8ba
SPIGOT-7218: Player's outer layer of skin disappears after respawn 2022-12-27 16:04:45 +11:00
Doc
ae8f5fc025
#1125: Add support for NoteBlock sounds in Skulls 2022-12-23 12:26:06 +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
FreeSoccerHDX
ab1586c2fb
#1123: Add PrepareGrindstoneEvent 2022-12-13 19:28:47 +11:00
md_5
b402824ea7
SPIGOT-7204: Add TeleportCause#DISMOUNT 2022-12-13 19:22:46 +11:00