error with permissions

Discussion in 'Bukkit Help' started by DevilNiceshot, Nov 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    DevilNiceshot

    I keep getting
    ERROR:

    while parsing a block collection
    in "<unicode string>", line 238, column 13:
    - 'essentials.gamemode'
    ^
    expected <block end>, but found '<scalar>'
    in "<unicode string>", line 313, column 16:
    - 'essentials.kick.notify'
    ^
    please help me fix it, here is my .yml
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:
    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    User:
    default: true
    info:
    prefix: '&f'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'foo.bar'
    Moderator:
    default: false
    info:
    prefix: '&b'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.give'
    - 'essentials.give.item-[itemid]'
    - 'essentials.help'
    - 'essentials.give.item-[itemname]'
    - 'essnetials.give.item-all'
    - 'essentials.heal'
    - 'essnetials.heal.cooldown.bypass'
    - 'essentials.heal.others'
    - 'essentials.item'
    - 'essentials.itemspawn.exempt'
    - 'essentials.itemspawn.item-[itemid]'
    - 'essentials.itemspawn.item-all'
    - 'essentials.kit'
    - 'essentials.kit.*'
    - 'essentials.kit.'
    - 'essentials.ptime'
    - 'essentials.ptime.others'
    - 'essentials.repair'
    - 'essentials.repar.armor'
    - 'essentials.time'
    - 'essentials.time.set'
    - 'essentials.tree'
    - 'essentials.unlimited'
    - 'essnetials.unlimited.item-[itemid]'
    - 'essentials.unlimited.item-all'
    - 'essentials.unlimited.item-bucket'
    - 'essnetials.unlimited.others'
    - 'essentials.balance'
    - 'essentials.balance.others'
    - 'essentials.balancetop'
    - 'essentials.eco'
    - 'essentials.eco.loan'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.setworth'
    - 'essentials.afk'
    - 'essentials.afk.kickexempt'
    - 'essentials.compass'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.help.[pluginname]'
    - 'essentials.helpop'
    - 'essentials.helpop.receive'
    - 'essentials.ignore'
    - 'essentials.info'
    - 'essentials.list'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.motd'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.rules'
    - 'essentials.nick'
    - 'essentials.nickothers'
    - 'essentials.powertool'
    - 'essentials.powertooltoggle'
    - 'essentials.spawner'
    - 'essentials.whois'
    - 'essentials.suicide'
    - 'essentials.banip'
    - 'essentials.ban.exempt'
    - 'essentials.ban.notify'
    - 'essentials.burn'
    - 'essentials.clearinventory.others'
    - 'essentials.deljail'
    - 'essentials.clearinventory'
    - 'essentials.essentials'
    - 'essentials.ext'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.ping'
    - 'essentials.mute.exempt'
    - 'essentials.reloadall'
    - 'essentials.setjail'
    - 'essentials.socialspy'
    - 'essentials.gc'
    - 'essentials.spawnmob'
    - 'essentials.back'
    - 'essentials.backondeath'
    - 'essentials.home'
    - 'essentials.jump'
    - 'essentials.tempban'
    - 'essentials.jail'
    - 'essentials.tempban.offline'
    - 'essentials.tempban.exempt'
    - 'essentails.thunder'
    - 'essentials.unban'
    - 'essentials.unbanip'
    - 'essentials.weather'
    - 'essentials.tp'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tpall'
    - 'essentials.tphere'
    - 'essentials.tpohere'
    - 'essentials.warp'
    - 'essentials.tptoggle'
    - 'essentials.warp.[warpname]'
    - 'essentials.portal'
    - 'essentials.tpa'
    - 'essentials.world'
    - 'worldedit.clipboard.cut'
    - 'worldedit.clipboard.paste'
    - 'worldedit.clipboard.copy'
    - 'worldedit.history.undo'
    - 'worldedit.forestgen'
    - 'worldedit.wand'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.pos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.wand.toggle'
    - 'worldedit.worldedit.selection.outset'
    - 'worldedit.selection.inset'
    - 'worldedit.superpickaxe'
    - 'worldedit.superpickaxe.rescursive'
    - 'worldedit.superpickaxe.area'
    - 'worldedit.tool.tree'
    - 'worldedit.tool.replacer'
    - 'worldedit.fill'
    - 'worldedit.drain'
    - 'worldedit.fill.rescursive'
    - 'worldedit.fixlava'
    - 'worldedit.fixwater'
    - 'worldedit.removeabove'
    - 'worldedit.removebelow'
    - 'worldedit.removenear'
    - 'worldedit.replacenear'
    - 'worledit.snow'
    - 'worldedit.removenear'
    - 'worldedit.butcher'
    - 'worldedit.extinguish'
    - 'worldedit.region.replace'
    - 'worldedit.selection.expand'
    - 'worldedit.region.move'
    - 'worldedit.region.set'
    - 'worldedit.navigation.jumpto'
    - 'worldedit.navigation.thru'
    - 'worldedit.history.clear'
    Owner:
    default: false
    info:
    prefix: '&9'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    GlobalMod:
    default: false
    info:
    prefix: '&6'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.gamemode'
    - 'essentials.give'
    - 'essentials.give.item-[itemid]'
    - 'essentials.help'
    - 'essentials.give.item-[itemname]'
    - 'essnetials.give.item-all'
    - 'essentials.god'
    - 'essentials.god.others'
    - 'essentials.heal'
    - 'essnetials.heal.cooldown.bypass'
    - 'essentials.heal.others'
    - 'essentials.item'
    - 'essentials.itemspawn.exempt'
    - 'essentials.itemspawn.item-[itemid]'
    - 'essentials.itemspawn.item-all'
    - 'essentials.kit'
    - 'essentials.kit.*'
    - 'essentials.kit.'
    - 'essentials.ptime'
    - 'essentials.ptime.others'
    - 'essentials.repair'
    - 'essentials.repar.armor'
    - 'essentials.time'
    - 'essentials.time.set'
    - 'essentials.tree'
    - 'essentials.unlimited'
    - 'essnetials.unlimited.item-[itemid]'
    - 'essentials.unlimited.item-all'
    - 'essentials.unlimited.item-bucket'
    - 'essnetials.unlimited.others'
    - 'essentials.balance'
    - 'essentials.balance.others'
    - 'essentials.balancetop'
    - 'essentials.eco'
    - 'essentials.eco.loan'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.setworth'
    - 'essentials.afk'
    - 'essentials.afk.kickexempt'
    - 'essentials.compass'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.help.[pluginname]'
    - 'essentials.helpop'
    - 'essentials.helpop.receive'
    - 'essentials.ignore'
    - 'essentials.info'
    - 'essentials.list'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.motd'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.rules'
    - 'essentials.nick'
    - 'essentials.nickothers'
    - 'essentials.powertool'
    - 'essentials.powertooltoggle'
    - 'essentials.spawner'
    - 'essentials.whois'
    - 'essentials.suicide'
    - 'essentials.antioch'
    - 'essentials.banip'
    - 'essentials.ban.exempt'
    - 'essentials.ban.notify'
    - 'essentials.burn'
    - 'essentials.clearinventory.others'
    - 'essentials.deljail'
    - 'essentials.clearinventory'
    - 'essentials.essentials'
    - 'essentials.ext'
    - 'essentials.fireball
    - 'essentials.kick.notify'
    - 'essentials.kickall'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.ping'
    - 'essentials.mute.exempt'
    - 'essentials.reloadall'
    - 'essentials.setjail'
    - 'essentials.socialspy'
    - 'essentials.gc'
    - 'essentials.spawnmob'
    - 'essentials.back'
    - 'essentials.backondeath'
    - 'essentials.home'
    - 'essentials.jump'
    - 'essentials.tempban'
    - 'essentials.jail'
    - 'essentials.tempban.offline'
    - 'essentials.tempban.exempt'
    - 'essentails.thunder'
    - 'essentials.unban'
    - 'essentials.unbanip'
    - 'essentials.weather'
    - 'essentials.tp'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tpall'
    - 'essentials.tphere'
    - 'essentials.tpohere'
    - 'essentials.warp'
    - 'essentials.tptoggle'
    - 'essentials.warp.[warpname]'
    - 'essentials.portal'
    - 'essentials.tpa'
    - 'essentials.world'
    - 'worldedit.clipboard.cut'
    - 'worldedit.clipboard.paste'
    - 'worldedit.clipboard.copy'
    - 'worldedit.history.undo'
    - 'worldedit.forestgen'
    - 'worldedit.wand'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.pos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.wand.toggle'
    - 'worldedit.worldedit.selection.outset'
    - 'worldedit.selection.inset'
    - 'worldedit.superpickaxe'
    - 'worldedit.superpickaxe.rescursive'
    - 'worldedit.superpickaxe.area'
    - 'worldedit.tool.tree'
    - 'worldedit.tool.replacer'
    - 'worldedit.fill'
    - 'worldedit.drain'
    - 'worldedit.fill.rescursive'
    - 'worldedit.fixlava'
    - 'worldedit.fixwater'
    - 'worldedit.removeabove'
    - 'worldedit.removebelow'
    - 'worldedit.removenear'
    - 'worldedit.replacenear'
    - 'worledit.snow'
    - 'worldedit.removenear'
    - 'worldedit.butcher'
    - 'worldedit.extinguish'
    - 'worldedit.region.replace'
    - 'worldedit.selection.expand'
    - 'worldedit.region.move'
    - 'worldedit.region.set'
    - 'worldedit.navigation.jumpto'
    - 'worldedit.navigation.thru'
    - 'worldedit.history.clear'
    Admin:
    default: false
    info:
    prefix: '&a'
    suffix: ''
    build: true
    inheritance: Moderator
    permissions:
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    DevilNiceshot:
    group: GlobalMod
    permissions:
    Herpina:
    group: Moderator
    info:
    prefix: 'Moo'
    suffix: 'Cow'
    permissions:
    - 'herp.derp'
    Derpina:
    group: Admins
    permissions:
    - '-derp.derp'
     
  2. Offline

    c0mp

    Lines like this:
    Basically anything with [ ] is supposed to be replaced with something. So in the above example, you're supposed to put the name of a specific warp to give permission to that warp specifically. Likewise:
    The [itemid] part needs to be replaced with an actual ID (and essentials is misspelled):
    to allow unlimited glowstone.

    Under your GlobalMod group, you also have:
    Which should be:
    Note the misspelling of essentials in both cases, and also the missing single quote at the end of fireball.

    It's also complaining about essentials.gamemode, but I can't see anything visibly wrong with that line or any of the ones around it, so check for tabs or any other whitespace character that doesn't belong.
     
  3. Offline

    DevilNiceshot

    Thank you!!

    I have another error,
    ERROR:

    while parsing a block collection
    in "<unicode string>", line 93, column 13:
    - 'titan.all'
    ^
    expected <block end>, but found '<scalar>'
    in "<unicode string>", line 230, column 16:
    - 'essentials.give'
    -----------------------------------------------------------------------------
    config
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:
    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    User:
    default: true
    info:
    prefix: '&f'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'demigods.forsake'
    - 'phantom.teleport'
    - 'demigods.warp'
    - 'essentials.help'
    - 'essentials.home'
    - 'essentials.list'
    - 'essentials.sethome'
    - 'essentials.tpa'
    - 'essentials.pay'
    - 'essentials.eco'
    - 'essentials.afk'
    - 'essentials.suicide'
    - 'essentials.msg'
    - 'essentials.sell'
    - 'essentials.spawn'
    Moderator:
    default: false
    info:
    prefix: '&b'
    suffix: ''
    build: true
    inheritance:
    - User
    permissions:
    - 'titan.all'
    - 'essentials.help'
    - 'essnetials.give.item-all'
    - 'essentials.heal'
    - 'essnetials.heal.cooldown.bypass'
    - 'essentials.heal.others'
    - 'essentials.item'
    - 'essentials.itemspawn.exempt'
    - 'essentials.itemspawn.item-all'
    - 'essentials.kit'
    - 'essentials.kit.*'
    - 'essentials.kit.'
    - 'essentials.ptime'
    - 'essentials.ptime.others'
    - 'essentials.repair'
    - 'essentials.repar.armor'
    - 'essentials.time'
    - 'essentials.time.set'
    - 'essentials.tree'
    - 'essentials.unlimited'
    - 'essentials.unlimited.item-all'
    - 'essentials.unlimited.item-bucket'
    - 'essnetials.unlimited.others'
    - 'essentials.balance'
    - 'essentials.balance.others'
    - 'essentials.balancetop'
    - 'essentials.eco'
    - 'essentials.eco.loan'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.setworth'
    - 'essentials.afk'
    - 'essentials.afk.kickexempt'
    - 'essentials.compass'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.helpop'
    - 'essentials.helpop.receive'
    - 'essentials.ignore'
    - 'essentials.info'
    - 'essentials.list'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.motd'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.rules'
    - 'essentials.nick'
    - 'essentials.nickothers'
    - 'essentials.powertool'
    - 'essentials.powertooltoggle'
    - 'essentials.spawner'
    - 'essentials.whois'
    - 'essentials.suicide'
    - 'essentials.banip'
    - 'essentials.ban.exempt'
    - 'essentials.ban.notify'
    - 'essentials.burn'
    - 'essentials.clearinventory.others'
    - 'essentials.deljail'
    - 'essentials.clearinventory'
    - 'essentials.essentials'
    - 'essentials.ext'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.ping'
    - 'essentials.mute.exempt'
    - 'essentials.reloadall'
    - 'essentials.setjail'
    - 'essentials.socialspy'
    - 'essentials.gc'
    - 'essentials.spawnmob'
    - 'essentials.back'
    - 'essentials.backondeath'
    - 'essentials.home'
    - 'essentials.jump'
    - 'essentials.tempban'
    - 'essentials.jail'
    - 'essentials.tempban.offline'
    - 'essentials.tempban.exempt'
    - 'essentails.thunder'
    - 'essentials.unban'
    - 'essentials.unbanip'
    - 'essentials.weather'
    - 'essentials.tp'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tpall'
    - 'essentials.tphere'
    - 'essentials.tpohere'
    - 'essentials.warp'
    - 'essentials.tptoggle'
    - 'essentials.portal'
    - 'essentials.tpa'
    - 'essentials.world'
    - 'worldedit.clipboard.cut'
    - 'worldedit.clipboard.paste'
    - 'worldedit.clipboard.copy'
    - 'worldedit.history.undo'
    - 'worldedit.forestgen'
    - 'worldedit.wand'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.pos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.wand.toggle'
    - 'worldedit.worldedit.selection.outset'
    - 'worldedit.selection.inset'
    - 'worldedit.superpickaxe'
    - 'worldedit.superpickaxe.rescursive'
    - 'worldedit.superpickaxe.area'
    - 'worldedit.tool.tree'
    - 'worldedit.tool.replacer'
    - 'worldedit.fill'
    - 'worldedit.drain'
    - 'worldedit.fill.rescursive'
    - 'worldedit.fixlava'
    - 'worldedit.fixwater'
    - 'worldedit.removeabove'
    - 'worldedit.removebelow'
    - 'worldedit.removenear'
    - 'worldedit.replacenear'
    - 'worledit.snow'
    - 'worldedit.removenear'
    - 'worldedit.butcher'
    - 'worldedit.extinguish'
    - 'worldedit.region.replace'
    - 'worldedit.selection.expand'
    - 'worldedit.region.move'
    - 'worldedit.region.set'
    - 'worldedit.navigation.jumpto'
    - 'worldedit.navigation.thru'
    - 'worldedit.history.clear'
    - 'demigods.admin
    - 'essentials.give'
    - 'god.all'
    Owner:
    default: false
    info:
    prefix: '&9'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    GlobalMod:
    default: false
    info:
    prefix: '&6'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.gamemode'
    - 'essential.gamemode.others'
    - 'essentials.give'
    - 'essentials.help'
    - 'essnetials.give.item-all'
    - 'essentials.god'
    - 'essentials.god.others'
    - 'essentials.heal'
    - 'essnetials.heal.cooldown.bypass'
    - 'essentials.heal.others'
    - 'essentials.item'
    - 'essentials.itemspawn.exempt'
    - 'essentials.itemspawn.item-all'
    - 'essentials.kit'
    - 'essentials.kit.*'
    - 'essentials.kit.'
    - 'essentials.ptime'
    - 'essentials.ptime.others'
    - 'essentials.repair'
    - 'essentials.repar.armor'
    - 'essentials.time'
    - 'essentials.time.set'
    - 'essentials.tree'
    - 'essentials.unlimited'
    - 'essentials.unlimited.item-all'
    - 'essentials.unlimited.item-bucket'
    - 'essnetials.unlimited.others'
    - 'essentials.balance'
    - 'essentials.balance.others'
    - 'essentials.balancetop'
    - 'essentials.eco'
    - 'essentials.eco.loan'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.setworth'
    - 'essentials.afk'
    - 'essentials.afk.kickexempt'
    - 'essentials.compass'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.helpop'
    - 'essentials.helpop.receive'
    - 'essentials.ignore'
    - 'essentials.info'
    - 'essentials.list'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.motd'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.rules'
    - 'essentials.nick'
    - 'essentials.nickothers'
    - 'essentials.powertool'
    - 'essentials.powertooltoggle'
    - 'essentials.spawner'
    - 'essentials.whois'
    - 'essentials.suicide'
    - 'essentials.antioch'
    - 'essentials.banip'
    - 'essentials.ban.exempt'
    - 'essentials.ban.notify'
    - 'essentials.burn'
    - 'essentials.clearinventory.others'
    - 'essentials.deljail'
    - 'essentials.clearinventory'
    - 'essentials.essentials'
    - 'essentials.ext'
    - 'essentials.kick.notify'
    - 'essentials.fireball'
    - 'essentials.kickall'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.ping'
    - 'essentials.mute.exempt'
    - 'essentials.reloadall'
    - 'essentials.setjail'
    - 'essentials.socialspy'
    - 'essentials.gc'
    - 'essentials.spawnmob'
    - 'essentials.back'
    - 'essentials.backondeath'
    - 'essentials.home'
    - 'essentials.jump'
    - 'essentials.tempban'
    - 'essentials.jail'
    - 'essentials.tempban.offline'
    - 'essentials.tempban.exempt'
    - 'essentails.thunder'
    - 'essentials.unban'
    - 'essentials.unbanip'
    - 'essentials.weather'
    - 'essentials.tp'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tpall'
    - 'essentials.tphere'
    - 'essentials.tpohere'
    - 'essentials.warp'
    - 'essentials.tptoggle'
    - 'essentials.portal'
    - 'essentials.tpa'
    - 'essentials.world'
    - 'worldedit.clipboard.cut'
    - 'worldedit.clipboard.paste'
    - 'worldedit.clipboard.copy'
    - 'worldedit.history.undo'
    - 'worldedit.forestgen'
    - 'worldedit.wand'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.pos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.selecting.hpos'
    - 'worldedit.wand.toggle'
    - 'worldedit.worldedit.selection.outset'
    - 'worldedit.selection.inset'
    - 'worldedit.superpickaxe'
    - 'worldedit.superpickaxe.rescursive'
    - 'worldedit.superpickaxe.area'
    - 'worldedit.tool.tree'
    - 'worldedit.tool.replacer'
    - 'worldedit.fill'
    - 'worldedit.drain'
    - 'worldedit.fill.rescursive'
    - 'worldedit.fixlava'
    - 'worldedit.fixwater'
    - 'worldedit.removeabove'
    - 'worldedit.removebelow'
    - 'worldedit.removenear'
    - 'worldedit.replacenear'
    - 'worledit.snow'
    - 'worldedit.removenear'
    - 'worldedit.butcher'
    - 'worldedit.extinguish'
    - 'worldedit.region.replace'
    - 'worldedit.selection.expand'
    - 'worldedit.region.move'
    - 'worldedit.region.set'
    - 'worldedit.navigation.jumpto'
    - 'worldedit.navigation.thru'
    - 'worldedit.history.clear'
    - 'demigod.give'
    - 'demigods'forsake'
    - 'phantom.teleport'
    - 'demigods.warp'
    - 'demigods.admin
    - 'god.all'
    - 'titan.all'
    Admin:
    default: false
    info:
    prefix: '&a'
    suffix: ''
    build: true
    inheritance:
    - Moderator
    - User
    permissions:
    - 'essentials.god'
    - 'essentials.gamemode'
    - 'god.all'
    - 'titan.all
    - 'demigods.admin'
    Trusted:
    default: false
    info:
    prefix: '&'
    suffix: ''
    build: true
    inheritance:
    - User
    permissions: -'essentials.nick'

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    DevilNiceshot:
    group: GlobalMod
    permissions:
    soursyrup:
    group: Moderator
    permissions:
    DevilMarkes:
    group: Owner
    permissions:
    DevilNico:
    group: Owner
    permissions:
    Ted2010:
    group: Owner
    permissions:
    Alcaztrul:
    group: GlobalMod
    permissions:
    Excillaince:
    group: GlobalMod
    permissions:
    ^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  4. Offline

    c0mp

    Notice how the formatting (whitespace) is gone when you paste it like that? Well the problem is likely in the formatting, which is very important when it comes to yaml documents. Please use pastebin.com and provide the link.
     
  5. Offline

    DevilNiceshot

  6. Offline

    c0mp

    And here it is scrubbed clean, all properly formatted yaml. I fixed a bunch of typos as well, mostly 'essentails' or 'essnetials', although there may be some that I might have missed, so you'll probably want to comb through it for any additional ones.
     
  7. Offline

    BCTsurvival

    what permissions are u using?
     
Thread Status:
Not open for further replies.

Share This Page