Skip to content

Releases: GarlicRot/LightningPop

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 15 Jun 03:33

LightningPop v1.0.8

This release updates LightningPop for modern RusherHack / Minecraft support and refreshes the release pipeline.

Changes

  • Added Minecraft 1.21.11 support.
  • Updated the 1.21.x build target, mappings, Fabric Loader, and Gradle wrapper.
  • Fixed 1.21.11 API changes for projectile ownership checks and client-side level access.
  • Updated the GitHub Actions build and release workflow.
  • Fixed Gradle wrapper validation in the release workflow.

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:51
9a2fe91

LightningPop v1.0.7

Fixes

  • Fixed ConcurrentModificationException crash when lightning was spawned on the Netty thread.
  • Updated spawnLightning() to run on the main client thread using minecraft.execute(...), ensuring thread safety when adding entities.

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 10 Feb 21:47
533d2a7
  • Update Minecraft versions

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 14 Jan 20:58
1590c64

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.
  • 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

Choose a tag to compare

@github-actions github-actions released this 14 Jan 02:05

Commits

  • 9f5e45a: Merge branch 'temp-build' (GitHub Actions)

LightningPop

Choose a tag to compare

@GarlicRot GarlicRot released this 08 Jan 05:21

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

Choose a tag to compare

@GarlicRot GarlicRot released this 09 Sep 00:00
  • Updated Version 1.21.1

Full Changelog: v1.0.1...v1.0.2

LightningPop

Choose a tag to compare

@GarlicRot GarlicRot released this 09 Aug 04:42

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

Choose a tag to compare

@GarlicRot GarlicRot released this 30 Jul 06:12
2a5ed23
  • Initial Release