[FUN] ToolExplode v1.0.2 Make Explosions with items! [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by Milkywayz, Feb 26, 2012.

  1. Offline

    Milkywayz

    ToolExplode - Create explosions with items! - Configurable!
    Version v1.0.2 - Download || BukkitDev

    Notice: This plugin is being completely rewritten for a lot of new features!
    Brief description:
    ToolExplode is a lightweight plugin that creates an explosion around the player when they left click anything with the tool that is specified in the config. The player first uses /te toggle, to enable the tool to start exploding, then they can use /te toggle again to turn off the explosions. Total size of the plugin is 6kb!

    Features:
    • Use any item id in the game as a tool!
    • Customize the explosion power to your liking
    • Can be set to 0, so no blocks or people get damaged
    • Permissions support
    Permissions (open)

    - toolexplode.toggle - Allows player to /toggle the tool for themselves, allows them to explode.
    - toolexplode.reload - Allows player to reload the config in game, so no server reload needed.

    Commands (open)

    - /toolexplode toggle - Toggles if ToolItem explodes when left clicking.
    - /toolexplode reload - Reloads config. Both commands use /te also.

    Configuration (open)

    Code:yaml
    1. # ToolExplode Configuration v1.0 written by milkywayz
    2. # The ToolItem: is the ID of the block or tool (tool suggested) you use to explode
    3. # Default ToolItem is 262, which is an arrow. You can use any item id in the game.
    4. # The ExplosionPower: is the power of the explosion (obviously), there is 4 levels
    5. # 0.0 will cause no block damage, and no damage to entities (animals or players).
    6. # 1.0,2.0,3,0 will cause both damage to players and blocks, 3.0 is most block damage.
    7. # After editing this configuration, use /toolexplode reload for your changes to occur.
    8. ExplosionPower: 0.0 <-- This must be either 0.0, 1.0, 2.0, or 3.0
    9. ToolItem: 262 <--- This is an Item Id, if you don't want to change it, leave it on Arrow
    10.  



    Installation:
    1. Download latest version at top of page
    2. Drag the jar into plugin directory
    3. Reload or restart the server
    4. Edit the config.yml (optional)
    5. Use /te reload to reload config.
    To do list:
    1. Change /toggle to /te toggle to avoid any possible plugin conflicts. -Done!
    2. Add a cooldown in between explodes.
    3. Add more features if possible.
    Change Log:


    Version 1.0.2 - Fixed bug where error was thrown if player left clicked with hand when toggled. Added messages if you try to use your hand. :)

    Version 1.0.1 - Changed the toggle command to /te toggle, lots of code clean up.

    Version 1.0 - Initial Release.
     
  2. Offline

    IownYourFinger

    nice idea :D i'll try it
     
  3. Offline

    Milkywayz

    Thanks, tell me what you think about it, I'm always open to add more features

    Version v1.0.2 released. Fixed a bug if you left clicked with your hand when the explode was enabled. md_5 could please check out this thread :) ?, thanks

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

    md_5

    Approved
     
    Milkywayz likes this.
  5. Offline

    number1_Master

    Seems like my plugin. The binding-to-tool thing is being released in my next version...
     
  6. Offline

    Milkywayz

    Wow. Just wow, i thought i found something that hasn't been done before. and just when i was going to add binding to tool, you have the entire thing already done. I'm gonna add more features. Im not letting both my plugins die because others have similar things..
     
  7. Offline

    number1_Master

    Maybe we can team up and make one awesome plugin. Sorta like how LogBlock, HawkEye, and BigBrother are coming together. Or at least they were. They are taking a long time...
    I haven't made the binding to tool thing yet. That is just what I am using for my next feature.
     
  8. Offline

    Milkywayz

    Hey, I have both exploding arrows and bind tool already set up, i just have problems with command arguments (noobish i know) I guess teaming up would be the best solution. Pm me if you are interested.
     
  9. Offline

    number1_Master

    Exploding arrows too!
    I was going to set that up before the binding to tool!!! ... I want to team up *pms*
     
  10. Offline

    md_5

    Long time no see Milkywayz. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     
  11. Offline

    Milkywayz

    0.0, This has been dead for so long. This was like the 2nd java plugin I ever made and I don't plan on supporting it since theres others already available.
     

Share This Page