Advertisement
Pyroprogramer

my yml file not working

Apr 27th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.37 KB | None | 0 0
  1. Groups:
  2.      Default:
  3.         default: true
  4.         info:
  5.             prefix: ''
  6.             suffix: ''
  7.             build: true
  8.         inheritance:
  9.         permissions:
  10.            - '- multiverse.tp'
  11.             - '- multiverse.world.spawn'
  12.             - '- multiverse.world.list'
  13.             - '- multiverse.portal.list'
  14.             - '- multiverse.world.list'
  15.             - 'myhome.home.*'
  16.             - 'mywarp.warp.*'
  17.             - 'plugman.list'
  18.             - 'plugman.describe'
  19.             - 'wolfpound.adopt'
  20.             - 'commandbook.motd'
  21.             - 'commandbook.rules'
  22.             - 'commandbook.time'
  23.             - 'commandbook.spawn'
  24.             - 'commandbook.teleport'
  25.             - 'commandbook.msg'
  26.             - 'commandbook.say'
  27.             - 'commandbook.say.*'
  28.             - 'commandbook.whereami'
  29.             - 'commandbook.whereami.*'
  30.      Moderator:
  31.         default: false
  32.         info:
  33.             prefix: ''
  34.             suffix: ''
  35.             build: true
  36.         inheritance:
  37.            - Default
  38.         permissions:
  39.            - '- multiverse.world.setspawn'
  40.             - '- multiverse.portal.create'
  41.             - '- multiverse.portal.select'
  42.             - '- multiverse.portal.remove'
  43.             - '- multiverse.portal.destination'
  44.             - '- multiverse.portal.rename'
  45.             - 'myhome.*'
  46.             - 'mywarp.*'
  47.             - 'plugman.admin'
  48.             - 'commandbook.give'
  49.             - 'commandbook.give.*'
  50.             - 'commandbook.debug.*'
  51.             - 'commandbook.kick'
  52.             - 'commandbook.bans.*'
  53.             - 'commandbook.weather'
  54.             - 'commandbook.weather.*'
  55.             - 'commandbook.teleport.*'
  56.             - 'commandbook.time.*'
  57.      Admins:
  58.         default: false
  59.         info:
  60.             build: true
  61.         inheritance:
  62.         permissions:
  63.            - '*'
  64.  
  65. ##
  66. # Users denote which users are included in which group.
  67. # TheNo1Yeti is in the Admin group
  68. # Herpina is a member of the Moderator group but also has access
  69. # to the herp.derp permissions
  70. # Derpina is a member of the admin group but does not have access
  71. # to the derp.derp permission node
  72. # Users can also have a prefix and suffix as seen with Herpina
  73. ##
  74. users:
  75.      Eearslya:
  76.         group: Moderator
  77.         permissions: null
  78.      Pyroprogramer:
  79.         group: Admins
  80.         permissions: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement