ImageFireworksPro is a Spigot plugin that enables the creation of custom fireworks that display images as particle effects in Minecraft.
- Place
ImageFireworksPro.jarinto the server'spluginsdirectory. - Restart the server or load using Plugman.
- Put
.pngor.jpgimage files into theplugins/ImageFireworksPro/imagesdirectory on your server. Make sure images are no larger then 100x100 pixels to avoid performance issues due to the large number of particles. - Define each image in the
config.ymlin theImageFireworksProplugin directory with the appropriatecustomModelData.
Example entry in config.yml:
Fireworks:
identifier:
name: "Display Name"
imageName: "filename.png"
customModelData: 1234
flightDuration: 1 # 0-3
displayTime: 3 # in seconds- Reload the config with command
/ifp reload - Done!
In-game, use command /ifp give <player> <firework> [amount] to obtain the image firework or launch a firework rocket with the same customModelData to display the image.
Fireworks work with dispensers & crossbows too!
Report issues or request features by opening an issue on the GitHub repository.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
