✨ E-Fireworks ✨
A Dynamic Firework Show Plugin for Minecraft Servers
Features
- Custom Firework Shows: Automatically launches beautiful fireworks at specified locations
- Randomized Effects: Colorful explosions with random patterns, heights, and speeds
- Easy Configuration: Control flight height, speed, delay, and more via config.yml
- Real-Time Management: Add/remove firework locations without server restart
- Permission-Based Access: Secure commands for admins
Commands
Command
Description
Permission
Code (Text):
/efirework reload Reload config & restart shows efireworks.admin
/efirework add Add firework at your location efireworks.admin
/efirework remove Remove nearest firework spot efireworks.admin
/efirework help Show command help (All players)
⚙️ Configuration
Code (Text):
UpdateCheck:
# Whether update checking is enabled
Enable: true
# Update check interval (in minutes)
Interval: 30
# Whether to display update information
ShowNewestVersionInfo: true
fireworks:
# Flight height control (explosion altitude)
min_flight_height: 25 # Minimum explosion height (Y coordinate)
max_flight_height: 55 # Maximum explosion height
# Ascension speed control
min_speed: 0.8 # Minimum ascent velocity
max_speed: 1.5 # Maximum ascent velocity
# Launch delay control (ticks, 20 ticks = 1 second)
min_delay_ticks: 5 # Minimum delay between launches
max_delay_ticks: 60 # Maximum delay between launches
# Toggle control
enabled: true # Whether fireworks system is active
Permissions
Node
Description
Code (Text):
efireworks.admin Access to all firework commands
efireworks.bypass Bypass firework restrictions (future use)
Installation
- Drop the into your folder.jarplugins/
- Start/Restart server to generate config
- Use to create launch points/firework add
- Enjoy the show!
"Turn night skies into dazzling displays with just a few commands!"
Note: Works on Spigot/Paper 1.12+. For best results, use in open areas!