Server Permissions Help Needed

Discussion in 'Bukkit Help' started by robotv56, Feb 4, 2012.

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

    robotv56

    I have a bukkit server, but currently I have no permissions. I need four groups, the default one having the inability to build, and the next step up needs to be able to build, but not use any plug ins. How do I set this up?
     
  2. Offline

    ArrowToTheKnee

    Do you know what permissions plugin you will use? I strongly recommend bPermissions. It is easy to setup (as easy as it can be, trust me) and FULLY supports SuperPerms, unlike how PermissionsEx mirrors stuff...
    So, which? PEX or bPermissions? It's your choice.
    A plugin that would disallow building would be Antiguest--if using bPermissions. PermissionsEx has ModifyWorld, which has similar permissions. Both disallow building, if you'd like.
     
  3. Offline

    robotv56

    Anitguest sounds good. So I get both Antiguest and bPermissions? And also I assume there are commands to up rank and down rank players, how do I make that more specific when giving out permissions so the rank you are can only rank someone up to the rank below yours.

    I set up bpermissions and it isn't working, what am I doing wrong?

    Code:
    Users:
      robotv56:
        Permissions:
        Groups:
        - Cartographer
        Meta:
    Code:
    Default: Guest
    Groups:
      Guest:
        Permissions:
        - Antiguest.door
        - Antiguest.move
        - Antiguest.sneak
        - Antiguest.sprint
        - Antiguest.chat
        - Antiguest.lever
        - Antiguest.button
        - Antiguest.pressureplate
        Groups:
        Meta:
          prefix: '&8[&fGuest&8] '
          priority: '2'
      Citizen:
        Permissions:
        - Antiguest.*
        Groups:
        - Guest
        Meta:
          prefix: '&7[&fCitizen&7] '
          priority: '4'
      Sentinel:
        Permissions:
        - bukkit.command
        - essentials.*
        - ^essentials.ban
        - ^essentials.banip
        - ^essentials.ban.offline
        - ^essentials.ban.notify
        - ^essentials.god.others
        - ^bukkit.command.ban
        - ^bukkit.command.banip
        Groups:
        - Citizen
        Meta:
          prefix: '&f[&bSentinel&f] '
          priority: '8'
      God:
        Permissions:
        - '*'
        Groups:
        - Sentinel
        Meta:
          prefix: '&f[&6God&f] '
          priority: '16'
      Cartographer:
        Permissions:
        Groups:
        - God
        Meta:
          prefix: '&f[&9Cartographer&f] '
          priority: '32'
    I need help now

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

    codename_B

    Very simple, yaml error
    Code:
    Users:
      robotv56:
        permissions: []
        groups:
        - Cartographer
    
    Also don't capitalise yaml keys - GrouP is not the same as group
     
  5. Offline

    robotv56

    still isn't working... is there something I'm missing? is there something I need to do to the permissions file in the main folder?
     
  6. Offline

    codename_B

    no, you have lots of yaml errors. I'm not going to help you fix them all as I don't have all your files.

    HINT: use commands ONLY

    Best bet for you is to start from scratch
     
  7. Offline

    tshelton1232

    HELP!!!

    >00:24:54 [SEVERE] while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 7, column 23:
    group: Citizen
    ^
     
  8. Offline

    zipron

    You cannot use tabs in YML files, you need to use spaces =)

    zip
     
  9. Offline

    Sayshal

    If anyone needs one on one bPermissions ONLY help, feel free to private message me. If I get a message saying OMFG HLEP ME IM SO CONFUSED I wont reply. Post your ./bPermissions/worldname/groups.yml and users.yml and your server.log.
     
Thread Status:
Not open for further replies.

Share This Page