NOTE: if you wish to use this to mine blocks, please make sure you have WorldGuard6 with block-break : allow 

This plugin allows a player to throw an item as a grenade.  Server owners can define their own grenade (different items, different explosion size, different tick length).  You also have an option of treating the exploded blocks as "mined" blocks.

For a player to throw a grenade, s/he needs to have a permission node for the particular grenade.  For instance, in order to throw an Eye_of_Ender as a Grenade_Large, you need to give grenade.use.grenade_large permission node to a player.

You can also configure the appearance of the grenade (name and lore).

Video demo:




Commands:
 
  • /grenade list : lists available grenade types (you can create your own grenade types in config.yml)
  • /grenade give  <player> <type> <num> : gives <num> of grenades (of <type>) to <player>."

Permissions:
 
  • grenade.give : allows you to use /grenade give command
  • grenade.relload : allows you to reload config.yml file
  • grenade.use.<grenade_id> : allows you to use the grenade type <grenade_id>  (for example, in the sample config, <grenade_id> are "grenade_small", "grenade_medium", and "grenade_large" : all lowercase of grenade types defined in the config.yml)

Installation:
Just install Grenade.jar in the plugin folder. Then you can either "restart the server" or "reload the plugin.

Sample Configuration:
  Dropdown