Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # --------------
  2. # BlockDestroyer
  3. # --------------
  4. # By JackThePanda
  5. # Set to -1 if you want to disable the feature.
  6. # If a block is listed in BlockBypassDrop it wont have a chance to drop if it is blown up.
  7.  
  8. Settings:
  9. BlastRadius: 2
  10. DurabilityChecker: '392'
  11. DropChance: 20
  12. VoidProtector: true
  13. Liquid: false
  14. Regeneration:
  15. Time: 100000
  16. Amount: 1
  17. ExplosionSources:
  18. PRIMED_TNT: 1
  19. CREEPER: 1
  20. GHAST: 1
  21. WITHER: 1
  22. MINECART_TNT: 1
  23. Messages:
  24. Header: "&2&lBlockDestroyer"
  25. NoPermission: "&cYou do not have permission to do that!"
  26. NoArgument: "&cPlease add more arguments!"
  27. ReloadConfig: "&7[&fBlockDestroyer&7] &aConfig Reloaded!"
  28. Durability: "&aDurability - &f{0} &aof &f{1}"
  29. Unlimited: "&3Unlimited"
  30. Void: "&cUnlimited (Void Protection)"
  31. BlockBypassDrop:
  32. - '7'
  33. Blocks:
  34. '7': 20
  35. '49': 5
  36. '116': 2
  37. '130': 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement