1. ##        
  2. # AntiBuild is included with this.  To disable a group from being able to build then
  3. # set the build: flag to false (build: false).  If you want a group to be able to build
  4. # then set it to true.
  5. ##
  6. # Groups can contain inheritance.
  7. #   To make a group inherit the permissions from another
  8. #   group simply place the groups name in the "inheritance:" like so:
  9. #
  10. #   Example:
  11. #       inheritance:
  12. #           - Default
  13. ##
  14. #   Globalized Permission settings:
  15. #
  16. #       If a permission contains periods (.) you can denote a globalized parameter:
  17. #
  18. #           - 'foo.*'
  19. #
  20. #       This will allow you to use all general commands.
  21. #
  22. ##
  23. #   Single Asterisk denotes all commands:
  24. #
  25. #       - '*'
  26. ##
  27. #   To exempt a node use the - prefix like so:
  28. #       - '-foo.bar'
  29. ##
  30. #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
  31. #   such as iChat or HeroChat in order for these to do anything.
  32. groups:
  33.     Everyone:
  34.         default: true
  35.         info:
  36.             prefix: '&f'
  37.             suffix: ''
  38.             build: false
  39.         inheritance:
  40.         permissions:
  41.          - 'help'
  42.           - 'version'
  43.           - 'motd'
  44.           - 'servertime'
  45.           - 'accept'
  46.           - 'players'
  47.     Regulars:
  48.         default: False
  49.         info:
  50.             prefix: '&a'
  51.             suffix: ''
  52.             build: True
  53.         inheritance:
  54.          - Everyone
  55.         permissions:
  56.          - 'join'
  57.           - 'invite'
  58.           - 'lastseen'
  59.           - 'ping'
  60.           - 'towny.town.claim'
  61.           - 'towny.spawntp'
  62.           - 'iconomy.access'
  63.     Moderators:
  64.         default: False
  65.         info:
  66.             prefix: '&1'
  67.             suffix: ''
  68.             build: True
  69.         inheritance:
  70.          - Regulars
  71.         permissions:
  72.          - 'delplayerdata'
  73.           - 'kick'
  74.           - 'ban'
  75.           - 'ban-ip'
  76.           - 'give'
  77.           - 'giveme'
  78.           - 'giveto'
  79.           - 'goto'
  80.           - 'summon'
  81.           - 'lookup'
  82.           - 'pardon'
  83.           - 'pardon-ip'
  84.           - 'save-all'
  85.           - 'say'
  86.           - 'stats'
  87.           - 'tp'
  88.           - 'whois'
  89.           - 'towny.admin'
  90.           - 'towny.town.new'
  91.           - 'towny.nation.new'
  92.           - 'towny.wild.*'
  93.           - 'towny.wild.build'
  94.           - 'towny.wild.destroy'
  95.           - 'towny.wild.switch'
  96.           - 'towny.publicspawntp'
  97.           - 'iConomy.admin.grant'
  98.           - 'iConomy.admin.set'
  99.     Administrators:
  100.         default: False
  101.         info:
  102.             prefix: '&4'
  103.             suffix: ''
  104.             build: True
  105.         permissions:
  106.          - '*'