Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 2.36 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Supports "Default" and "GroupUsers"
  2. plugin:
  3.     permissions:
  4.         system: default
  5.  
  6. ##
  7. # Groups can contain inheritance.
  8. #   To make a group inherit the permissions from another
  9. #   group simply place the groups name in the "inheritance:"
  10. #   field seperated by commas.
  11. #
  12. #   Example: inheritance: Default,Admins,
  13. ##
  14. #   All permissions including the asterisks must be placed in single quotes.
  15. #   like so:
  16. #
  17. #       - 'general.spawn'
  18. #
  19. #   Otherwise errors will happen!
  20. ##
  21. #   Globalized Permission settings:
  22. #
  23. #       If a permission contains periods (.) you can denote a globalized parameter:
  24. #
  25. #           - 'general.*'
  26. #
  27. #       This will allow you to use all general commands.
  28. #
  29. ##
  30. #
  31. #   Single Asterisk denotes all commands:
  32. #
  33. #       - '*'
  34. ##
  35. groups:
  36.     Guest:
  37.         default: true
  38.         info:
  39.             prefix: '&7'
  40.             suffix: '&7'
  41.             build: false
  42.         inheritance:
  43.         permissions:
  44.             - 'general.spawn'
  45.             - 'general.player-info'
  46.     Citizen:
  47.         default: false
  48.         info:
  49.             prefix:
  50.             suffix:
  51.             build: true
  52.         inheritance: Guest
  53.         permissions:
  54.             - 'general.spawn'
  55.             - 'general.player-info'
  56.     Guards:
  57.         default: false
  58.         info:
  59.             prefix: '&6'
  60.             suffix: '&6'
  61.             build: true
  62.         inheritance: Citizen
  63.         permissions:
  64.             - 'general.spawn'
  65.  
  66.     Bauhelfer:
  67.         default: false
  68.         info:
  69.             prefix: '&2'
  70.             suffix: '&2'
  71.             build: true
  72.         inheritance: Guards
  73.         permissions:
  74.             - 'general.spawn'
  75.     Mods:
  76.         default: false
  77.         info:
  78.             prefix: '&1'
  79.             suffix: '&1'
  80.             build: true
  81.         inheritance: Bauhelfer
  82.         permissions:
  83.             - '*'
  84.     Admins:
  85.         default: false
  86.         info:
  87.             prefix: '&4'
  88.             suffix: '&4'
  89.             build: true
  90.         inheritance: Moderator
  91.         permissions:
  92.             - '*'
  93.  
  94. ##
  95. # DarkGrave has control over all commands.
  96. # sk89q can use /spawn & /time
  97. ##
  98. users:
  99.     Trivials:
  100.         group: Admins
  101.         permissions:
  102.     Lokykun:
  103.         group: Guest
  104.         permissions:
  105.     bobishierbobisda:
  106.         group: Admins
  107.         permissions: