ExplodePlayer
ExplodePlayer
Give players a nice treat
Description
The ExplodePlayer plugin allows administrators to explode a player at will. The plugin only currently adds one command and argument.
Soon I will add the ability to control the power of the explosion so that you can go from firecracker, to nuke.
To Do:
- Be able to control the size/power of the explosion with a power argument in command.
Usage
- /explode <player> Explodes a certain player
Permissions
- Explode player:
- explodeplayer.explode
- explodeplayer.explode
Changelog
- 09/03/2012 - Version 1.1.5
- Fixed small issue
- Fixed small issue
- 09/03/2012 - Version 1.1.4
- Added fixed permissions support.
- Added broadcast to target when exploded.
- Fixed error with only doing /explode without player argument.
- Tells player who exploded them.
- 08/03/2012 - Version 1.1.1
- Released
Quote:This is my first ever plugin and I'd only been learning Java for a day when I released this plugin, so I appreciate it if you can write a comment explaining your opinion on my plugin. Constructive criticism is good for anybody and will help me learn new Java techniques and build better plugins!
-
View User Profile
-
Send Message
Posted Apr 13, 2013@Vortex151
Try /explode on it's own - if that doesn't work try using your username in the command :)
-
View User Profile
-
Send Message
Posted Apr 13, 2013Pardon me, but how would your explode yourself? Just /explode, or /explode [playername] or somethin?
-
View User Profile
-
Send Message
Posted Mar 21, 2012@Cannonhead2
I know how to thanks :)
-
View User Profile
-
Send Message
Posted Mar 20, 2012@ToshNeox
Yeah... same here...
However, I made a few improvements on the wiki one. allowing for you to define the power of the explosion, heres how to do it.
replace the declaration of explosionPower with this:
explosionPower = Float.parseFloat(args[1]);
However, I also added a permission that tells if you are allowed to set the power to anything above 0 so that players dont set the power to 9001 and crash the server. how it works is it checks if you have the permission, if you do, than defines explosionPower the way i described earlier, otherwise, it sets it to 0. then it continues running normally.
-
View User Profile
-
Send Message
Posted Mar 13, 2012@Cannonhead2
I took the explode bit from the wiki :). Seemed an easy project for a first plugin.
-
View User Profile
-
Send Message
Posted Mar 12, 2012Quote:
This is my first ever plugin and I'd only been learning Java for a day when I released this plugin, so I appreciate it if you can write a comment explaining your opinion on my plugin. Constructive criticism is good for anybody and will help me learn new Java techniques and build better plugins!
Great minds think alike? Exact same story with me, exact same name. I was learning how to make bukkit plugins and this was the first thing i made. I even called it ExplodePlayer as well. :O