please help

Discussion in 'Bukkit Help' started by Aaron8059, May 12, 2012.

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

    Aaron8059

    Can someone make these permissions so no one has access to group manager kill command smite command and any etc annoying commands besides owner and co-owner

    Owner:
    default: false
    permissions:
    - '*'
    - 'jobs join'
    inheritance:
    - admin
    info:
    prefix: '&4Owner&f> &c'
    build: true
    suffix: '&f&6'
    Mod:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_mod
    - g:essentials_vip
    - g:bukkit_default
    info:
    prefix: '&5Mod&f> &c'
    build: true
    suffix: ''
    Head-Admin:
    default: false
    permissions: - Kill: false
    inheritance:
    - default
    - g:essentials_mod
    - g:essentials_admin
    - g:bukkit_default
    info:
    prefix: '&2Head-Admin&f> &c'
    build: true
    suffix: ''
    Trusted:
    default: false
    permissions: []
    inheritance:
    - g:essentials_Trusted
    - g:essentials_default
    - g:bukkit_default
    info:
    prefix: '&bTrusted&f> &c'
    build: true
    suffix: ''
    Elder:
    default: false
    permissions: []
    inheritance:
    - g:essentials_elder
    - g:essentials_regular
    - g:bukkit_default
    info:
    prefix: '&9Elder&f> &c'
    build: true
    suffix: ''
    Co-Owner:
    default: false
    permissions: []
    inheritance:
    - g:essentials_vip
    - g:bukkit_default
    info:
    prefix: '&2Co-Owner&f> &c'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:[]
    inheritance:
    - mod
    - g:essentials_admin
    info:
    prefix: '&2Admin&f> &c'
    build: true
    suffix: ''

    I have group manager that i want restricted to owner only and the kill commands to owner only

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

    BeastlyGreg

    if you are using group manager, you dont do this,

    Code:
    - 'jobs join'
    You have to do this,

    Code:
    - jobs.join
    Make sure you put 4Spaces in front of the code.

    If you have any other problems send me a PM and I will try to get back to you.

    Oh and with your real problem, "Can someone make these permissions so no one has access to group manager kill command smite command and any etc annoying commands besides owner and co-owner" take of the inheritance like "g:essentials_mod" for all of the other groups and do it by hand, makes for a more efficient and easy to get around group manager.

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

    Aaron8059

    could you fix it please?

    and send it back to me

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

    Aaron8059

    close thread please
     
Thread Status:
Not open for further replies.

Share This Page