
Striking Entrance
Who among us hasn't admired the power and beauty of lightning in Minecraft? This unique plugin adds stunning lightning strike effects during key gameplay moments, transforming ordinary events into spectacular visual displays.
Main Features
Lightning Effects
The plugin automatically creates lightning strike effects in the following situations:
- When a player dies
- When a new player joins the server
- When a player leaves the server
Each lightning strike adds drama and visual appeal to the events.
Dependency Installation
For Windows
Use the scoop package manager to install required components:
scoop bucket add extras
scoop bucket add java
scoop install maven openjdk vscode
For Linux
On Linux systems, execute the following commands:
sudo snap install vscode
sudo apt install default-jdk maven
Project Compilation
Open the project in VSCode and run the build commands:
mvn eclipse:eclipse
mvn package