Im_Turtlee

ArcticPolarRanksAndSuffixes1

Nov 24th, 2017
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. default: A
  2. ranks:
  3. A:
  4. permissions: # Add permissions to the player.
  5. - essentials.help
  6. - -essentials.helpop # Remove /helpop for going below the default rank
  7. description: '&7&oThis is the lowest rank.'
  8. price: 0
  9. refund: 0
  10. prefix: '&0[&7Guest&0]'
  11. suffix: ''
  12. group: 'Member' # You can configure permission groups that you can use.
  13. B:
  14. # The default rank does not inherit the permissions of the lower ranks if it is the default rank.
  15. permissions:
  16. - essentials.list
  17. - essentials.help
  18. description:
  19. - '&6This is the second rank, it lets you see who else is online'
  20. - '&7This rank costs: &a$100'
  21. - '&cYou can refund this rank for: &a$50'
  22. price: 100
  23. refund: 50
  24. prefix: '&0[&fGuest&0] '
  25. C:
  26. permissions:
  27. - essentials.weather
  28. - essentials.time
  29. description:
  30. - '&6You can now check the time.'
  31. - '&6You can also control the weather!'
  32. - '&7This rank costs: &a$200'
  33. - '&cYou can refund this rank for: &a$100'
  34. price: 200
  35. refund: 100
  36. prefix: '&0[&1Slayer&0] '
Add Comment
Please, Sign In to add comment