Need Help with Permissions.yml File

Discussion in 'Bukkit Help' started by tooncool64, Apr 7, 2014.

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

    tooncool64

    Ok, please look at my permissions.yml file.
    I cannot use any other thing like dropbox or anything like that.
    Here it is
    plugin:
    permissions :
    system: default
    copies:0

    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: false
    inheritance:
    permissions:
    -'commandbook.rules'
    -'commandbook.spawn'
    -'commandbook.warp.warp'
    -'commandbook.warp.list'
    -'commandbook.say.me'
    -'commandbook.msg'
    -'commandbook.pong'
    -'commandbook.kit.starter'
    -'multiverse.core.list.worlds'
    Member:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    -'craftbukkit.command.tell'
    -'commandbook.motd'
    -'craftbukkit.command.help
    -'commandbook.away'
    -'commandbook.call'
    -'commandbook.home.other'
    -'commandbook.home.teleport'
    -'commandbook.home.set'
    -'multiverse.help'
    -'netherliquids.place'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Member
    permissions:
    -'craftbukkit.command.tp'
    -'commandbook.weather'
    -'commandbook.warp.set'
    -'commandbook.warp.remove'
    -'commandbook.warp.remove.other'
    -'commandbook.mute'
    -'commandbook.thor'
    -'commandbook.freeze'
    -'commandbook.kick'
    -'multiverse.core.info'
    -'multiverse.teleport.self.NAME'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Moderator
    permissions:
    -'craftbukkit.command.time'
    -'craftbukkit.command.give'
    -'craftbukkit.command.gamemode'
    -'craftbukkit.command.say'
    -'craftbukkit.command.deop'
    -'craftbukkit.command.op'
    -'craftbukkit.command.ban'
    -'craftbukkit.command.pardon'
    -'craftbukkit.command.stop'
    -'craftbukkit.command.save-off'
    -'worldguard.locate'
    -'worldguard.stack'
    -'worldguard.stack.illegitimate'
    -'worldguard.stack.damaged'
    -'worldguard.halt-activity'
    -'worldguard.region.claim'
    -'worldguard.region.list'
    -'pTweaks.pTweaks'
    -'pTweaks.ram'
    -'commandbook.who'
    -'commandbook.motd'
    -'commandbook.setspawn'
    -'commandbook.weather'
    -'commandbook.teleport'
    -'commandbook.home.set.other'
    -'commandbook.flight.toggle'
    -'commandbook.broadcast'
    -'commandbook.slap'
    -'commandbook.slap.other'
    -'commandbook.barrage.other'
    -'commandbook.god'
    -'multiverse.core.create'
    -'multiverse.core.spawn.set'
    -'multiverse.teleport.other.NAME'
    -'multiverse.core.delete'
    -'multiverse.core.confirm'
    -'multiverse.core.silent'
    - '*'



    users:
    tooncool64:
    groups:
    - Admins
    permissions:
    adventureman4:
    groups:
    - Moderator
    permissions:
    apilot0404:
    groups:
    - Member
    permissions:
    joecooltoon1:
    groups:
    - Member
    permissions:
    adventuredad15:
    groups:
    - Member
    permissions:

    Please help!

    Any help?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  2. Offline

    xzile609

    It may be difficult to help you with a permissions file posted in a comment the formatting will be off and hard to correct. If you cant even use pastebin you wont get much help. http://pastebin.com/
     
  3. Offline

    tooncool64

  4. Offline

    JaguarJo

    tooncool64 Which permissions plugin is this? It isn't formatted like any of the ones that I am familiar with.
     
  5. Offline

    tooncool64

    I use the default craftbukkit permission setup.
     
  6. Offline

    JaguarJo

    tooncool64 Okay...so the default permissions.yml that comes with Bukkit isn't intended to be your main permissions manager. You still need to have a permissions plugin. The default permissions.yml is a place to group permission nodes together from your plugins and make them into like super-nodes. Then you can use the super-nodes with your permissions plugin to keep it from getting all bulky and confusing if you have a whole lot of plugins. This page: http://wiki.bukkit.org/Permissions.yml kind of explains what that default permissions.yml file can do.

    It is not a permissions manager for the whole server though. Your groups/ranks setup and user groups need to be handled by a permissions plugin (bPermissions, PermissionsEx, GroupManager, etc.). So at this point, you need to install a permissions plugin. Once you pick one, look at the documentation for it to see how it likes to be formatted. They all are set up a little different but basically can all do that same things. Then if you have any problems with formatting after you've got it set up, just let us know what plugin you chose to use and we'll help you find the errors if we can.
     
Thread Status:
Not open for further replies.

Share This Page