Releases: GarlicRot/LightningPop
v1.0.7
LightningPop v1.0.7
Fixes
- Fixed
ConcurrentModificationExceptioncrash when lightning was spawned on the Netty thread. - Updated
spawnLightning()to run on the main client thread usingminecraft.execute(...), ensuring thread safety when adding entities.
Full Changelog: v1.0.6...v1.0.7
v1.0.6
- Update Minecraft versions
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Release Notes for v1.0.5
This release introduces a major change in how the plugin is built and distributed:
-
Branching for Java Versions:
- Two separate branches have been created to support different Java versions:
- Java 17: Supports Minecraft versions 1.20.4 and below.
- Java 21: Supports Minecraft versions 1.20.5 and up.
- Two separate branches have been created to support different Java versions:
-
Provided JAR Files:
- LightningPop-1.20.4.jar: Built from the Java 17 branch for use on 2b2t and older Minecraft versions.
- LightningPop-1.21.4.jar: Built from the Java 21 branch, compatible with the latest version of RusherHack and newer Minecraft versions.
By separating the branches and providing dedicated JARs, we ensure better compatibility and stability across different Minecraft versions and environments.
Make sure to use the correct version of the plugin based on your Minecraft version:
- For 1.20.4 and below: Use LightningPop-1.20.4.jar.
- For 1.20.5 and above: Use LightningPop-1.21.4.jar.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
LightningPop
New Features
-
Mobs Section Enhanced:
The "Mobs" section now fully supports kills by projectiles (arrows and tridents) and End Crystals.- AttackMob: Triggers lightning when you kill a mob, including with melee, arrows, tridents, or End Crystals.
- AnyMob: Triggers lightning when any player in your render distance kills a mob using any method.
-
TotemPop Sub-Settings:
The "TotemPop" section has been updated to include two new sub-settings:- Self: Triggers lightning when you pop a totem.
- Player: Triggers lightning when another player pops a totem.
Improvements
- Enhanced Projectile Support:
Lightning now properly triggers for kills using:- Bows (arrows)
- Tridents
- End Crystals
Acknowledgments
- Special thanks to y.a.g.a. for the valuable feedback and contributions to this update.
Full Changelog: v1.0.3
LightningPop
- Updated Version 1.21.1
Full Changelog: v1.0.1...v1.0.2
LightningPop
Release Notes
LightningPop Plugin - New Features & Improvements
Added Sub-Settings for PlayerDeath:
- AttackDeath: Option to trigger lightning on player deaths caused by attacks.
- AnyDeath: Option to trigger lightning on any player death within visual range.
Full Changelog: v1.0.0...v1.0.1
LightningPop
- Initial Release