CraftBukkit/Spigot
4f394499b7
SPIGOT-7316: Cancelling EntityUnmountEvent does not stop the all effects of the unmounting
...
By: md_5 <git@md-5.net>
2023-03-25 11:26:10 +11:00
CraftBukkit/Spigot
2a51332a0c
#1153 : Handle teleport reason in spreadplayers command
...
By: Doc <nachito94@msn.com>
2023-03-23 20:52:34 +11:00
CraftBukkit/Spigot
bc7c41cfbc
SPIGOT-7308: Fix NullPointerException when calling Jukebox#setRecord()
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2023-03-22 14:21:06 -04:00
CraftBukkit/Spigot
c7648eb04e
#1150 : Add Sniffer API and handle EntityItemDropEvent
...
By: Doc <nachito94@msn.com>
2023-03-20 19:03:53 +11:00
CraftBukkit/Spigot
33e9c807c6
SPIGOT-7294: Call EntityDamageEvent for Interaction entity
...
By: md_5 <git@md-5.net>
2023-03-16 07:15:33 +11:00
CraftBukkit/Spigot
4b03485bd2
SPIGOT-7295: Fix Sniffer data defined in incorrect position
...
By: md_5 <git@md-5.net>
2023-03-16 06:48:37 +11:00
CraftBukkit/Spigot
28c4b7531f
Fix crash with juke boxes
...
By: md_5 <git@md-5.net>
2023-03-15 18:14:15 +11:00
CraftBukkit/Spigot
71f7114fdb
SPIGOT-7291: Fix spurious invert in ender pearl disconnect check
...
By: md_5 <git@md-5.net>
2023-03-15 04:14:08 +11:00
CraftBukkit/Spigot
40076782ed
Update to Minecraft 1.19.4
...
By: md_5 <git@md-5.net>
2023-03-15 03:30:00 +11:00
CraftBukkit/Spigot
7bf6f20cec
SPIGOT-7220: TNT drop rate isn't 100%
...
By: md_5 <git@md-5.net>
2023-03-04 11:47:05 +11:00
CraftBukkit/Spigot
b6f6246c5d
#1136 : Add API to allow entities to be invisible by default
...
Designed to make creating per-player entities easier
By: md_5 <git@md-5.net>
2023-03-04 09:15:52 +11:00
CraftBukkit/Spigot
14206127d6
#1119 : Add HopperInventorySearchEvent to select the Inventory that the Hopper pulls/pushes into
...
By: James Peters <email@jamesdpeters.com>
2023-03-04 09:05:17 +11:00
CraftBukkit/Spigot
c8aa873369
SPIGOT-7261: Add AsyncStructureSpawnEvent
...
By: Lauriichan <laura.endress@syntaxphoenix.com>
2023-03-04 08:36:00 +11:00
CraftBukkit/Spigot
ed2f6b4efc
#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.
By: Jacob Martin <jjm_223@hotmail.com>
2023-02-27 20:34:19 +11:00
CraftBukkit/Spigot
db08041df9
SPIGOT-7224: Add events for brewing stands and campfires starting their actions
...
By: FreeSoccerHDX <freesoccerhdx@gmail.com>
2023-02-05 11:06:25 +11:00
CraftBukkit/Spigot
c3fa9fc5b8
SPIGOT-7248: Bone mealing grass triggers piston block update detector
...
By: md_5 <git@md-5.net>
2023-01-31 19:44:37 +11:00
CraftBukkit/Spigot
fed3e5b5bc
SPIGOT-7239: Getter/setter for player's enchantment seed
...
By: FreeSoccerHDX <freesoccerhdx@gmail.com>
2023-01-28 11:55:40 +11:00
CraftBukkit/Spigot
3b6d547a25
SPIGOT-7244: Unable to open Shulker Inventory when more than 8 blocks away
...
By: md_5 <git@md-5.net>
2023-01-28 11:43:55 +11:00
CraftBukkit/Spigot
a7effc38ed
SPIGOT-7236: Bone meal doesn't increase use statistic
...
By: md_5 <git@md-5.net>
2023-01-21 11:00:43 +11:00
CraftBukkit/Spigot
a5b2050ee5
#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.
By: Jacob Martin <jjm_223@hotmail.com>
2022-12-29 14:06:51 +11:00
CraftBukkit/Spigot
be664f5cc4
#1125 : Add support for NoteBlock sounds in Skulls
...
By: Doc <nachito94@msn.com>
2022-12-23 12:26:06 +11:00
CraftBukkit/Spigot
bd71072036
SPIGOT-7210: Fix structures in custom worlds
...
By: md_5 <git@md-5.net>
2022-12-16 11:13:10 +11:00
CraftBukkit/Spigot
4fcfe1390d
#1123 : Add PrepareGrindstoneEvent
...
By: FreeSoccerHDX <freesoccerhdx@gmail.com>
2022-12-13 19:28:47 +11:00
CraftBukkit/Spigot
0cb9e6122e
SPIGOT-7200: CreatureSpawnEvent is called with incorrect SpawnReason when using spawn eggs
...
By: md_5 <git@md-5.net>
2022-12-10 21:48:22 +11:00
CraftBukkit/Spigot
8b26bb8f3e
Update to Minecraft 1.19.3
...
By: md_5 <git@md-5.net>
2022-12-08 03:00:00 +11:00
CraftBukkit/Spigot
7daeaa49a5
SPIGOT-7191: TNT minecart explosions crash the server
...
By: md_5 <git@md-5.net>
2022-12-02 08:52:54 +11:00
CraftBukkit/Spigot
fb99448954
SPIGOT-7184: ExplosionPrimeEvent not called for ExplosiveMinecart
...
By: md_5 <git@md-5.net>
2022-11-20 12:10:31 +11:00
CraftBukkit/Spigot
a8d96f30a4
SPIGOT-7177: Certain blocks don't call BlockCanBuildEvent
...
By: md_5 <git@md-5.net>
2022-10-28 20:07:09 +11:00
CraftBukkit/Spigot
159ae52462
#1107 : Add getHand() to all relevant events
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2022-10-02 09:07:14 +11:00
CraftBukkit/Spigot
34ab403aa0
SPIGOT-7045: Ocelots never spawn with babies with spawn reason OCELOT_BABY
...
By: DerFrZocker <derrieple@gmail.com>
2022-09-28 20:09:43 +10:00
CraftBukkit/Spigot
7d96f4be6d
SPIGOT-3842: Add Player#fireworkBoost() and expand Firework API
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2022-09-12 19:04:24 +10:00
CraftBukkit/Spigot
d41367ee6d
#1100 : Add methods to get sounds from entities
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2022-09-11 22:24:15 +10:00
CraftBukkit/Spigot
75dd67a23b
SPIGOT-7112: Mobs added 1.17 and after do not create an EntityTargetEvent properly
...
By: Doc <nachito94@msn.com>
2022-08-16 20:00:57 +10:00
CraftBukkit/Spigot
cfd23ec524
SPIGOT-7079: Allays don't call EntityTargetEvent on ground items
...
By: Doc <nachito94@msn.com>
2022-08-16 19:53:20 +10:00
CraftBukkit/Spigot
8b2749a446
SPIGOT-7137: StructureGrowEvent isFromBonemeal and getPlayer have incorrect values
...
By: md_5 <git@md-5.net>
2022-08-14 10:54:23 +10:00
CraftBukkit/Spigot
ba6d980d80
SPIGOT-7122: New Allay Methods from 1.19.1
...
By: Doc <nachito94@msn.com>
2022-08-08 21:39:21 +10:00
CraftBukkit/Spigot
f8db65033c
Update to Minecraft 1.19.1
...
By: md_5 <git@md-5.net>
2022-07-28 04:00:00 +10:00
CraftBukkit/Spigot
7c33b52741
#1091 : Fix exit position in entity travel with portals
...
By: Doc <nachito94@msn.com>
2022-07-25 18:00:57 +10:00
CraftBukkit/Spigot
35388a73b0
SPIGOT-7095: StructureGrowEvent doesn't fire for mangrove propagules growing to a tree
...
By: md_5 <git@md-5.net>
2022-07-10 14:12:30 +10:00
CraftBukkit/Spigot
2f0d31aa17
SPIGOT-7083: Add Boat.WoodenType, Boat.Status; deprecate TreeSpecies
...
By: Doc <nachito94@msn.com>
2022-07-05 20:40:35 +10:00
CraftBukkit/Spigot
60fb93349f
SPIGOT-1729, SPIGOT-7090: Keep precision in teleportation between worlds
...
By: Doc <nachito94@msn.com>
2022-07-02 12:26:55 +10:00
CraftBukkit/Spigot
23815db283
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
...
By: Doc <nachito94@msn.com>
2022-06-23 20:34:34 +10:00
CraftBukkit/Spigot
c6f488dfd5
SPIGOT-7072: Call events for stepping on sculk sensors and sculk shriekers
...
By: BlackHole <black-hole@live.com>
2022-06-23 20:25:36 +10:00
CraftBukkit/Spigot
6e92592b55
SPIGOT-7068: SKULK and SKULK_VEIN BlockSpreadEvents Still do not reference the correct source (SKULK_CATALYST)
...
By: DerFrZocker <derrieple@gmail.com>
2022-06-19 21:48:24 +10:00
CraftBukkit/Spigot
30fe2b464e
SPIGOT-2420: Can't set exp drops for EnderDragon death
...
By: DerFrZocker <derrieple@gmail.com>
2022-06-18 20:59:19 +10:00
CraftBukkit/Spigot
0d983f9b9a
SPIGOT-7060: SCULK and SCULK_VEIN BlockSpreadEvents do not reference the correct source
...
By: md_5 <git@md-5.net>
2022-06-14 21:21:46 +10:00
CraftBukkit/Spigot
8a00d6f5d1
#1070 : Add SpawnReason and TransformReason for Tadpole metamorphosis into Frog
...
By: Doc <nachito94@msn.com>
2022-06-13 15:24:58 +10:00
CraftBukkit/Spigot
52f9281656
#1065 : Add missing calls for BlockSpreadEvent when Sculk spreads
...
By: Brokkonaut <hannos17@gmx.de>
2022-06-11 13:20:38 +10:00
CraftBukkit/Spigot
766668f0db
SPIGOT-7041: Custom BiomeProvider not used when world set to type FLAT
...
By: md_5 <git@md-5.net>
2022-06-10 11:08:00 +10:00
CraftBukkit/Spigot
d9d74754ba
SPIGOT-7043: EnderChest does not implement Lidded
...
By: md_5 <git@md-5.net>
2022-06-10 10:57:43 +10:00