- Minor BugFix
Added new item:
- The Void Bucket: Similar to the “Infinite Water Bucket”, this is an infinite empty bucket, which is never filled.
Fixes:
-
General:
- Items that produce sound can now be heard by all players around them.
-
JumpItem:
- Updated playerHasJumpItem method in JumpItemListener class. Previously, it interfered with other players' flight commands by constantly disabling flight. Now, it only checks if the player has the jump item without altering flight status, in hopes of resolving the interference issue.
-
LightningItem:
- Now, water blocks that are not source blocks are correctly replaced, thanks to the addition of tags applied to barrier blocks. This enhancement ensures accurate handling of block replacements in the onPlayerMove method within the LightningAura class.
- Fixed improper usage of onEntityShootBow method
- Updated onEntityShootBow method in FunBow class to ensure it only processes shoots from FunBowItems, preventing unintended behavior.
- Removed unnecessary "player.sendMessage" from JumpItemListener