Fireworker
WHAT IS IT?
NOTICE: This will only work with CraftBukkit dev 1.4.6-R0.2 or newer
You want a big firework event? No problem! Whith this plugin you can create some really cool things to do that :D
FEATURES:
- create Firework Stars
- create Firework Rockets
- create Fireworks Batteries
- better than dispensers
- start Fireworks Batteries with lighters
- create big fireworks with many batteries!
INSTALLATION:
CREATE FIREWORK STARS:
Do /fw createstar <name> <type> <flicker> <trail> <color> [<color> ...]
| option | description | arguments |
| <name> | the name of this Firework Star | a custom name |
| <type> | the type of this Firework Star | ball, largeball, star, creeper, burst |
| <flicker> | should the particles flicker? | true or false |
| <trail> | should the particles have a trail? | true or false |
| <color> | a color | black, red, green, brown, blue, purple, cyan, silver, gray, pink, lime, yellow, lightBlue, magenta, orange, white |
Infos
- You can add as many colors as you want.
CREATE FIREWORK ROCKETS:
Do /fw createrocket <name> <fightheight> <star> [<star> ...]
| option | description | arguments |
| <name> | the name of this Firework Rocket | a custom name |
| <fightheight> | how high should the rocket fly? | 0, 1, 2, 3, 4, 5 |
| <star> | a star | the stars you've created with /fw createstar |
Infos
- The flightheight is not measured in blocks; 0 will explode directly when it's spawned, 4 will fly up about 45 blocks
- You can add as many stars as you want.
CREATE FIREWORKS BATTERIES:
Do /fw createbattery <name> <delay> <loop> <random> <rocket> [<rocket> ...]
| option | description | arguments |
| <name> | the name of this Firework Rocket | a custom name |
| <delay> | the waiting time to the ignition of the next rocket | the time in ticks (20 = 1 second) |
| <loop> | should the battery spawn its rockets endlessly? | true or false |
| <random> | should the battery spawn its rockets in a random sequence? | true or false |
| <rocket> | a rocket | the rockets you've created with /fw createrocket |
Infos
- Each rocket can be added as often as you want.
- You can use 0 to add a pause.
- If you want to add more rocktes than you can write in the chat, you can edit the batteries/<name>.fwbattery (it's very easy)
USE FIREWORKS BATTERIES:
- Do /fw loadbattery <name> to load a batterie into your inventory.
- Place it anywhere.
- Ignite it with a lighter
- Enjoy the firework :D
PERMISSIONS:
| Permission | Command | Description |
| fireworker.create.star | /fw createstar | Create a Firework Star. |
| fireworker.create.rocket | /fw createrocket | Create a Firework Rocket. |
| fireworker.create.battery | /fw createbattery | Create a Firework Battery. |
| fireworker.get.star | /fw getstar | Load a Firework Star into your inventory. |
| fireworker.get.rocket | /fw getrocket | Load a Firework Rocket into your inventory. |
| fireworker.get.battery | /fw getbattery | Load a Fireworks Battery into your inventory. |
| fireworker.list.star | /fw stars | Get a list of all Firework Stars. |
| fireworker.list.rocket | /fw rockets | Get a list of all Firework Rockets. |
| fireworker.list.battery | /fw batteries | Get a list of all Fireworks Batteries. |
| fireworker.reload | /fw reload | Reload config.yml. |
| fireworker.lang | /fw lang | Change language. |
| fireworker.help | /fw help | Show the help. |
| fireworker.placeBattery | none | Let you place/destroy Fireworks Batteries. |
you can also use /fireworker instead of /fw
CHANGE LANGUAGE:
Fireworker is available in two languages (German and English).
If you want to change the language type in /fw lang <DE|EN>
| DE | German | Deutsch |
| EN | English | English |
CHANGELOG:
v0.6
- added 'batteries can now spawn the given rockets randomly'
- added 'batteries can now repeat their rocktets endlessly'
- fixed 'some text are totaly wrong placed'
- fixed 'batteries drop items when you destroy them in creativemode'
- new storage system
- litte bugfixes
beta v0.4
- fixed 'not loading placed batteries on server start'
- fixed 'can't load new stars/rocktes/batteries before reload'
- fixed 'error on start when there are no placed batteries'
beta v0.3
- first beta release
- added languages
- fixed many bugs
- rewrote the half code *.*
alpha v0.2
- added commands to create and load Firework Rockets
- added commands to create and load Firework Batteries
- added placeable Fireworks Batteries
- added custom itemnames
- bugfixes
alpha v0.1
- added commands to create and load Firework Stars
- added some other commands
KNOWN BUGS:
If you find a bug, please write a comment or a PM.
TODO:
add fireworks batteries
save/load FireworkRockets
some other things
rewrite the half code
- add some gadgets
