ChickenBomb
What is this?
This is a fun plugin, which allows you to spawn Chicken Bombs. Chicken Bombs? Yes, Chicken Bombs! You will see what I mean when you install this.
Will this do any block damage?
No, it won't. Just be sure to have a proper server to handle all the chicken.
Commands?
There's just one to summon Chicken Bombs. Type /chickenbomb (or /cb) and use TAB for auto-completition.
Permissions?
- chickenbomb.bomb.* - Allow players to use all the bombs
- chickenbomb.bomb.(bombname) - Allow palyers to use the specific bomb
Bugs?
Yes, currently you shouldn't use reload while a bomb is running, or else the chicken have to be removed manually
Can I help you?
You can help me by helping me adding bombs. You can give me ideas which bombs I should add and if you're another Plugin Developer, you can directly write the class (credits will go for you obviously). The code should look like following:
public class YourChickenBomb implements Listener { public YourChickenBomb() { } public YourChickenBomb(Location loc) { // Your code for spawning the bomb here } // Add Events too if you wanna create a more complex bomb }
Then post me the class per PM and I will look over it.
TODO? And can I have the sources please?
- More bombs
- Reload compatible
- Options (and a config for that)
- Some kind of adding bombs in-the-go
The sources can be found here
Credits
Thanks to BigTeddy98 for the FireworkExplosionPlayer Util.
Comments