HELP No permission player

Discussion in 'Bukkit Help' started by BRYAN IS #1, Mar 22, 2012.

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

    BRYAN IS #1

    So i got a tekkit server 1.1 with


    these plugins

    ChopTree
    Essentials (ALL)
    Group manager
    Factions
    Iconomy
    Jobs
    Lockette
    LWC
    mcMMO
    RecipeManager
    Worldedit
    WorldGuard

    Real problem
    I allow my players stuff when they do ANY command it says they dont have permission to do so but they can its kinda annoying to the players soo please HELP!!!!


    Code:
    groups:
      Default:
        default: false
        permissions:
        inheritance:
        info:
          prefix: '&e'
          build: false
          suffix: ''
      user:
        default: true
        permissions:
        - essentials.sethome
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_moderator
        - g:essentials_default
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    Please Guys HELP

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

    Lolmewn

    GroupManager is a bit old, not sure if it uses the Bukkit Builtin permissions.
    Try PermissionsEX. Might work ;)
     
  3. Offline

    BRYAN IS #1

    Its not that even without permissions any type of permissions it does that
     
  4. Offline

    Lolmewn

    Please try PEX. Please.
     
  5. Offline

    BRYAN IS #1

    I just did still
     
  6. Offline

    Lolmewn

    I don't think you can use g:whatevernode with PEX, find out the right syntax and try again.
     
  7. Offline

    BRYAN IS #1

    Still D:< maybe its one of my other plugins???
     
  8. Offline

    Technobuffalos

    are all of your plugins up-to-date?
     
  9. Offline

    oifriendlyfire

    default: false
    permissions:********[]********* mine has brackets 1 space after permissions on all groups not able to exercise any extra permissions.
    inheritance:
    info:
    prefix: '&e'
    build: false
    suffix: ''

    Good luck. i hate the command syntax on this thing.
     
  10. Offline

    Wendo

    GroupManager works fine

    What group are the users in that are having trouble?

    If they are in the default group, then they don't have permission to do anything since no permissions are defined for that group. It doesn't inherit any global groups, or have any permissions specifically defined. In that case move them to the user group.

    If they still can't do something, tell us what command is failing, what group the user is in, and possibly the group.yml for the world they are trying to do it from from plugins\GroupManager\worlds\<world>
     
  11. Offline

    sylon11

    Group Manager is really easy when you know what too do.
    Just instead of the default and the othe names make your own.

    Add me on skype if you need more help:
    stefan.fougner1
     
  12. Offline

    zipron

    configure your PEX like it should, if you want to use EGM, that is also possible, check out the guides about YML and PEX I wrote if you're interested, maybe those can help you =)
     
Thread Status:
Not open for further replies.

Share This Page