 
                GUI | Fully Configurable | Custom Bolt
The Lightning Wand is a special item made of a stick that interacts with creepers in unique ways:
Commands
Permissions
settings:
  cooldown: 3
bolts:
  bolt:
    material: 'STICK'
    name: '&6&lLightning Wand'
    lore:
      - '&e&l+ &7Use this wand on creepers!'
      - ''
      - '&eUses:'
      - '&6┃ &f{uses} uses left on the wand!'
      - ''
      - '&eAbilities:'
      - '&7┃ &fRight-Click'
      - '&e┃ &fCharge the creeper up!'
      - ''
      - '&7┃ &fLeft-Click'
      - '&e┃ &fKnock the creeper back!'
      - '&e┃ &fAuto-Blow the creeper (3 sec. to blow)!'
      - ''
      - '&eTraits:'
      - '&6┃ &fKnockback Power: 1'
      - '&6┃ &fAuto-Blow Power: 2'
    charge:
      enabled: true
      lightning: true
    knockback:
      enabled: true
      power: 1
    autoblow:
      enabled: true
      time: 3
      entity-name: '&c⚠ &eBlowing up in &4{time}s&e!'
      explosion-power: 2
    glow: false
messages:
  no-permission: '&cYou don''t have permission to use this command!'
  bolt-not-exist: '&7That bolt doesnt exist!'
  player-not-found: '&cPlayer is not online!'
  sender-give: '&7You have given a &b{type} to &7{player}'
  target-give: '&7You have been given a &b{type}'
  broken-your-wand: '&cYour wand has been broken because your uses reached &b0&c!'
  cooldown: '&cPlease wait &e{cooldown} &cto use this ability again!'
  bolt-no-permission: '&cYou dont have permission to use that wand!'
  bolt-inventory:
    title: '&8Bolt'
  infinite-uses: 'Infinite'
commands:
  descriptions:
    admin:
      give: '<player> <bolt> <uses> &f&oGive a player a bolt'
      list: '&f&oOpen bolt list gui'
      reload: '&f&oReloads the plugin'
  reload-success: '&aSuccessfully reloaded!'
errors:
  reload-fail: '&cA serious error occurred during reloading'
# Format: '{sound},{pitch},{volume}' (I wish you a pleasant config fix)
invalid-sound-replace: true
invalid-sound-replace-approximate: true
invalid-sound: 'none,0f,0f'
sounds:
  action:
    no-permission: 'ENDERMAN_TELEPORT,1.0f,0.5f'
    destory: 'ANVIL_BREAK,1.0f,1.0f'

