Problems (Again) with permissions

Discussion in 'Bukkit Help' started by baffu, Jun 10, 2011.

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

    baffu

    Im not sure whats wrong with this but it won't add me to the admins group?
    Code:
    users:
    Here is the groups:
    [CODE]groups:
    And here is what shows up in the server window
    [CODE]148 recipes
    16 achievements
    13:39:36 [INFO] Starting minecraft server version Beta 1.6.6
    13:39:36 [INFO] Loading properties
    13:39:36 [INFO] Starting Minecraft server on *:25565
    13:39:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-789-g252cb8f-b839jnks (MC: 1.6.6)
    13:39:37 [INFO] Preparing level "world"
    13:39:37 [INFO] Preparing start region for level 0
    13:39:38 [INFO] LWC    Loading shared objects
    13:39:38 [INFO] Cache    Protection cache: 0/10000
    13:39:38 [INFO] LWC    Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    13:39:38 [INFO] [MCStats] Loading MCStats
    13:39:38 [INFO] [MCStats] Restoring player statistics.
    13:39:38 [INFO] [Permissions] (Yeti) was initialized.
    13:39:38 [INFO] BorderGuard version 3.1 is enabled!
    13:39:38 [INFO] Clans: Config Loaded!
    13:39:38 [INFO] Clans: 0 Team(s) Loaded!
    13:39:38 [INFO] Clans version 1.6 is enabled!
    13:39:39 [INFO] Loaded Essentials build 2.3.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:39:39 [INFO] Loaded EssentialsSpawn build 2.3.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:39:39 [INFO] LWC    Loaded 125 locale strings (0 overrides)
    13:39:39 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    13:39:39 [INFO] LWC    Using Permissions API...
    13:39:39 [INFO] LWC    Loading SQLite
    13:39:39 [INFO] SQLite    Using: Native
    13:39:39 [INFO] PhysDB    Precached 0 protections.
    13:39:39 [INFO] LWC    At version: v3.01
    13:39:39 [INFO] [MCStats] Enabling MCStats
    13:39:39 [INFO] [MCStats] iConomy detected.
    13:39:39 [INFO] Tossers: Loaded plugin version 1.1!
    13:39:39 [INFO] Done (0.242s)! For help, type "help" or "?"
    >
    
     
  2. Offline

    Avous

    @baffu

    add this to the groups folder... right under users: this is what it should look like.

    Code:
    users:
        baffu:
            groups:
                - Admins
            permissions:
    thats if your name is baffu and the groups name is Admins

    if it isnt just replace baffu with your name and Admins with your admin group name. spaces matter.

    and next time please include your full permissions files it makes it way easier i just took a shot in the dark because i never seen your permissions file.
     
  3. Offline

    baffu

    thanks ill try it tonight

    Thats weird I did post them , they dissapeared, I think that is my users thing, er ill re post the whole thing...

    Groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - 'essentials.spawn'
            - 'essentials.help'
            - 'essentials.compass'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.msg'
            - 'essentials.rules'
            - 'essentials.me'
            - 'essentials.list'
            - 'clans.create'
            - 'clans.invite'
            - 'clans.accept'
            - 'clans.leave'
            - 'clans.color'
            - 'clans.tag'
            - 'clans.teamchat'
            - 'lwc.protect'
        Admins:
            default: false
            info:
                prefix: '&c[Admin] &f'
                suffix: ''
                build: true
        inheritance:
        permissions:
            - '*'
    And the users:
    Code:
    users:
        baffu:
            groups:
                - Admins
            permissions:
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    Jeyge

    Your inheritance and permissions need to be moved over 4 spaces under Admins.
     
  5. Offline

    baffu

  6. Offline

    Jeyge

    Every level needs to be indented 4 spaces past the previous level but that really won't help you unless you know how the levels are set up. I would just follow the formatting of the previous groups and if they don't look the same, change them.
     
  7. Offline

    baffu

    ok thx
     
Thread Status:
Not open for further replies.

Share This Page