Guest User

Untitled

a guest
Nov 15th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ## THANK YOU FOR USING THIS PLUGIN!
  2. ##
  3. ##
  4. ## MESSAGE SECTION ##
  5. ## VARIABLES: %number% (number of items), %cost% (cost of repair), %balance% (balance the user has), %cooldown% (cooldown for repair)
  6. Prefix: '&6Custom Repair &8>> '
  7. ## The message used before all messages, you can leave this blank if you don't want to use it.
  8. ##
  9. Repair-all-Message: '&eYou have successfully repaired &aall &eitems!'
  10. Repair-hand-Message: '&eYou have successfully repaired the item in your hand!'
  11. ##
  12. Repair-no-items: '&cYou do not have any items to repair.'
  13. Repair-cant-do-this: '&cYou cannot repair this item.'
  14. Repair-no-cash-money: '&cYou have insufficient funds.'
  15. Repair-cooldown: '&cYou must wait &6%cooldown%&c before using that command again.'
  16. No-perms: '&cYou have no permission for this command.'
  17. ##
  18. ##
  19. ## VAULT SECION ##
  20. enable-economy: true
  21. ## Enable cost for repairing.
  22. Repair-all-cost: 5000
  23. Repair-hand-cost: 1000
  24. ##
  25. ##
  26. ## MISC. SECTION ##
  27. Sound-enabled: true
  28. Sound-type: ANVIL_USE
  29. ## LIST OF SOUNDS ARE HERE: http://goo.gl/IBEBKp
  30. ##
  31. Particle-enabled: true
  32. Particle-type: LAVA
  33. ## LIST OF PARTICLE TYPES ARE HERE: http://goo.gl/PX9nRK
  34. ##
  35. ##
  36. ## COOLDOWN SECTION ##
  37. ## IN TERMS OF SECONDS
  38. Cooldown-all: 60
  39. Cooldown-hand: 60
  40. ## SET TO 0 TO DISABLE!
Advertisement
Add Comment
Please, Sign In to add comment