Firework API
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
-
View User Profile
-
Send Message
Posted Apr 1, 2014I'm actually working on something called ExtremeAPI you don't mind me using your ideas do you? It would really help me out!