[FUN] iBoom v1.6.2 - Very easy way to make explosions. Uses permissions [1337]

Discussion in 'Inactive/Unsupported Plugins' started by pyraetos, Jun 30, 2011.

  1. Offline

    pyraetos

    [tnt][ iBoom ][tnt]- One of the most fun plugins ever!
    Version: v1.6 Revision 2
    Allows you to create an explosion (size fully customizable as of 1.1) at the cursor position with a simple, short command!
    Uses permissions or defaults to OP, very easy to use.
    What about anti-griefing plugins?
    • iBoom is recommended for use and tested with SimpleAntiGrief
    • It is configurable such that tnt won't explode, but this plugin will still work fine.
    Downloads:
    Standard Jar
    Developer Java

    Commands and Permissions Nodes:
    • /boom [radius as int] - Causes a customizable explosion at the cursor position. - iboom.boom
    • /boom ver - Displays version information, the author, and website. - iboom.version
    • /boom player [player name] - Turn a player into a creeper! - iboom.playerboom
    Use the properties file this plugin now creates to set the maximum explosion radius, so you dont accidently hit boom 100 when you meant to do 10.
    It's set to 25 by default.
    There is currently a problem with Towny, such that it produces an error on the console, but it probably doesn't actually mean anything.
    TO DO:
    Nothing, give me suggestions!
    Customizable Radii?

    choose 4 for a regular explosion, higher numbers make it larger.
    CHANGELOG:
    Show Spoiler

    Changelog:
    Version 1.6(current)
    • Added max radius property
    Version 1.5
    • Added support to boom players
    • Fixed bugs
    Version 1.3
    • Removed the properties file
    • Added ingame customizable radii
    Version 1.2

    • Changed [iBoom] to [ iBoom ]
    • Updated version info
    • changed /iboom to /boom ver
    Version 1.1
    • Added customizable explosion radii
    Version 1.0
    • Released on bukkit.org.
    Version 0.3
    • Explodes at cursor.
    Version 0.2
    • Uses permissions.
    Version 0.1
    • Explodes.
     
  2. Offline

    nubpro

    Nice simple plugin
    try to make it
    /iboom to /boom help
    to display version information, the author, and website. - iboom.version
     
  3. Offline

    pyraetos

    thanks, ill do that soon, i also need to make customizable explosion radii
     
  4. Offline

    captainawesome7

    Do you need any help in that area?
     
  5. Offline

    pyraetos

    i dont think so, but hey! aren't you the person who made simple anti grief? thats the thing that works the best with iBoom!
     
  6. Offline

    captainawesome7

    Yep it took me 4 seconds to modify ur plugin to work with a custom explosion radius. If you want the file just let me know
     
  7. Offline

    pyraetos

    not at all, im trying my best to do everything myself.
    By the way, when does this show up on the list and/or they make me a plugin developer? just asking, i see alot of developers who dont have the title thingy

    ok i updated it for customizable radii!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  8. Offline

    Azurago

    Its so fun!!
     
  9. Offline

    pyraetos

    Thanks, haha
     
  10. Offline

    Azurago

  11. Offline

    Plague

    another one of those iPeople that iThink iEverything is iCool that begins with iI?
     
  12. Offline

    pyraetos

    iGuess so iPlague!

    besides, your mister conceited over there, every one of your plugins begins with your name! rawr

    id have v1.2 out already, but my conscience is getting to me over using WinRAR past my license :O

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  13. Offline

    pyraetos

    1.2 release
     
  14. Offline

    pyraetos

    im starting my secong plugin too, tradechat
     
  15. Offline

    pyraetos

    1.3 is released
     
  16. Offline

    pyraetos

    1.5 release

    any suggestions for additions?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  17. Offline

    Waterflames

    Perhaps you could add a timer.
     
  18. Offline

    TNOMCat

    Awesome plugin :D
     
  19. Offline

    pyraetos

    Version 1.6(current)

    • Added max radius property
     
  20. Offline

    cvxx7q

    im having trouble with this plugin,

    i use OPS not permissions (not that its related but how wu di know? :p)

    RB 1000

    so i put the plugin in load up server etc i run /boom it gives me some verbose/help

    if i run any of the 3 commands i get red text about an internal error thats it

    EDIT: oops how could i forget this..

    Code:
    18:06:24 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'boom
    ' in plugin iBoom v1.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    38)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:727)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
            at me.pyraetos.iBoom.iBoom.onCommand(iBoom.java:141)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 14 more
    Switch to 7-zip XD

    http://www.7-zip.org/download.html

    u probably already are aware it exists but i really like 7zip (i used to have winrar)

    :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  21. Offline

    eagle198

    Could you explain what becoming a creeper does exactly?
     
  22. Offline

    cvxx7q

    isnt that an SP mod?

    if ur making a sarcastic metaphor, well this is for fun and sometimes its just fun to blow up everything (w/backup of course)

    also this has great ptoential to test out terrain regen protections

    even a great protection plugin can be overwhelmed very easily (if its not up to the challenge)

    EDIT: dont forget it makes great griefer payback XD (so long as u hav, said protections)
     
  23. Offline

    TangoFox4

    Code:
    14:19:29 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'boom' in plugin iBoom v1.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at me.pyraetos.iBoom.iBoom.onCommand(iBoom.java:141)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 14 more
    
    I get this everytime I want to use any of the commands. :(
     
  24. Offline

    pyraetos

    yeah, ill have a revision out shortly to fix the OP problem
     
  25. Offline

    cvxx7q

    great! :D
     
  26. Offline

    pyraetos

    PATCHED! Should now function properly
     
  27. Offline

    cvxx7q

    You may not have squashed that bug :eek:

    Code:
    12:48:26 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'boom
    ' in plugin iBoom v1.6.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    38)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:727)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:87)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
            at org.nerdycast.iBoom.iBoom.onCommand(iBoom.java:141)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 14 more
    
     
  28. Offline

    Exor

    I get this error in server using "/boom 25".

    When I type "/boom" it just show help options.

    Code:
    2011-08-14 01:17:52 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'boom' in plugin iBoom v1.6.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at org.nerdycast.iBoom.iBoom.onCommand(iBoom.java:141)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 14 more
     
  29. Offline

    cvxx7q

    its permissions related bug, still being worked on it seems
     
  30. Offline

    pyraetos

    works fine for me, try redownloading it, make sure its the 4.21KB one
     

Share This Page