/
ImageFireworksPro is a Spigot plugin that enables the creation of custom fireworks that display images as particle effects in Minecraft.
!preview
ImageFireworksPro.jar into the server's plugins directory..png or .jpg image files into the plugins/ImageFireworksPro/images directory on your server. Make sure images are no larger then 100x100 pixels to avoid performance issues due to the large number of particles.config.yml in the ImageFireworksPro plugin directory with the appropriate customModelData.Example entry in config.yml:
Fireworks:
identifier:
name: "Display Name"
imageName: "filename.png"
customModelData: 1234
flightDuration: 1 # 0-3
displayTime: 3 # in seconds
/ifp reloadIn-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.
