Permissions Won't Override OPs...

Discussion in 'Bukkit Help' started by Zane_Uloth, Oct 14, 2012.

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

    Zane_Uloth

    I have everything setup on my server, i have around 20 plugins, and my only problem is....I cant have everyone OP and i want my permissions to be used instead of OPs. You know, i cant have everybody spawning in stuff or stopping my server. Im useing Essentials GroupManager for my perms..idk what else to post (plugins ,code) So if you need more info feel free to ask
    -Zane
     
  2. Offline

    JWhy

    Whether ops can do things or don't is handled by each plugin, not EssGM... so just take op from them and give them proper permissions
     
  3. Offline

    Zane_Uloth

    i have it where they have the correct permissions but they HAVE to be OP to talk,place blocks or hurt stuff. OP overrides my Perms
     
  4. Offline

    Jade

    OP does /not/ take over perms. I have bPermissions and a small subset of Ops, it's working fine. Your permissions are probably incorrectly formatted and/or don't have the players assigned to each group.
     
  5. Offline

    JWhy

    Can you read my post again? It disproves the statement... Darky1126 said the same.
    Deop anyone and give proper permissions

    By the way:
    build: true
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    Zane_Uloth

    Tell me whats wrong then please:

    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    - modifyworld.*
    info:
    prefix: '&f[Peasant]&f'
    build: false
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    - modifyworld.*
    info:
    prefix: '&2[Re-Former]&f'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    - modifyworld.*
    info:
    prefix: '&c[Jester]&f'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    - modifyworld.*
    info:
    prefix: '&6[King]&f'
    build: true
    suffix: ''
    Co-Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    - modifyworld.*
    info:
    prefix: '&5[Legend]&f'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - Co-Owner
    - modifyworld.*
    info:
    prefix: '&5[Myth]&f'
    build: true
    suffix: ''

    Ok ty ill try it later

    wait did you even change anything?

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

    Zane_Uloth

    Yea it still wont work, i have GM is Bpermissions better?
     
  8. Offline

    Omnitv

    Plugin list please, and if there is any errors coming from youre console or GUI please post them
    Please post youre permissions.yml (Groups and Users) at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  9. Offline

    Zane_Uloth

    Im not getting any errors ecxpet the [This is Ofllinemode] but im having errors with the plugins apperently
     
  10. Offline

    JWhy

    Lol this thread is closed within some hours, I tell you :p
     
  11. Offline

    Zane_Uloth

    Oh....im new to this so....sorry
     
  12. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    you'll have better luck if you set online-mode=true
     
  13. Offline

    JWhy

    Oh i was wrong...
     
  14. Offline

    Necrodoom

    you are trying to inherit permissions.. permissions belong to permissions section, not inheritance section.
    and default still have build: false set.
     
Thread Status:
Not open for further replies.

Share This Page