Firework API is a library for easily launching fireworks. With this api, you can create fireworks with barely two (even one) lines of code.
Commands/Permissions
None
Installation
Upload the plugin to your plugins folder
Usage
FireworkAPI api = new FireworkAPI(); // instantiate the API api.create(p, Color.BLUE); // spawn a blue firework at player p's location api.create(p, Color.RED, Color.BLUE); // spawn a red firework that fades into blue at p's location

