A simple Minecraft Paper plugin that adds special ability sticks with configurable cooldowns and ranges.
- Strike lightning at the block you are looking at.
- Configurable maximum range.
- Individual player cooldown.
- Freeze entities by disabling their gravity temporarily.
- Snowflake particle effect when freezing.
- Configurable freeze duration and range.
- Individual player cooldown.
| Command | Description |
|---|---|
/lightningstick |
Gives you a Lightning Stick |
/freezestick |
Gives you a Freeze Stick |
Example config.yml:
lightningRange: 50
freezeRange: 20
cooldownTime: 1
freezeTime: 3| Setting | Description |
|---|---|
lightningRange |
Maximum lightning targeting distance |
freezeRange |
Maximum freeze targeting distance |
cooldownTime |
Cooldown between ability uses (seconds) |
freezeTime |
Duration of freeze effect (seconds) |
- Minecraft Paper Server
- Java 21+
- Minecraft verision 26.1.2+
- Download the latest release.
- Place the plugin
.jarinside your server'spluginsfolder. - Start or restart the server.
- Configure the plugin through
config.yml.
Created by RensJAM as a learning project while exploring Java and Paper plugin development.