Advertisement
Guest User

groups.yml

a guest
Jul 19th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #
  2. # Used to setup discount groups for your DynamicMarket shop
  3. #
  4. # Example
  5. #
  6. # groups:
  7. # vip:
  8. # node: 'vip'
  9. # discount: 20
  10. #
  11. # Node: The permission node that represents this group
  12. # i.e. 'vip' means the permission node would be:
  13. # 'DynamicMarket.groups.vip'
  14. #
  15. # Discount: The percentage discount to give to members of
  16. # this group.
  17. #
  18. groups:
  19. IronDonators:
  20. node: IronDonators
  21. discount: 10
  22. GoldDonators:
  23. node: GoldDonators
  24. discount: 25
  25. DiamondDonators:
  26. node: DiamondDonators
  27. discount: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement