Configuration
Below is a table summarizing your main configuration parameters, followed by a code snippet for reference.
Config.Command
The chat command players can use to launch fireworks (if UseCommand = true
).
"firework"
Config.UseCommand
If true
, enables the /firework
command.
true
Config.UseItem
If true
, players can use an item (e.g., “firework_item”) to set off fireworks.
true
Config.ItemName
The item name in your inventory system.
"firework_item"
Config.soundRadius
How far the firework sound effect travels (in meters).
150.0
Config.Fireworks
A table defining multiple firework “types” (models, particle effects, shot delays, etc.).
(See snippet below.)
(Customize each firework entry to fit your server’s style, from quick fountains to multi-rocket bursts!)
Last updated