Solved Need some help in GroupManager

Discussion in 'Bukkit Help' started by mrsagency, Jun 2, 2013.

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

    mrsagency

    I encounter a problem is I can't use any commands even the default commands in my server, whenever I am in any of the groups.

    The console shows no problems, here is my globalgroups.yml and groups.yml
    globalgroups.yml: http://pastebin.com/42JR5khN
    groups.yml: http://pastebin.com/DPMat8NG
    (The docs will be despawn after 1 month)

    Please help me a.s.a.p. thanks.
     
  2. Offline

    agastopia

    try using this and tell me if it works

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:premission_default
        info:
          prefix: '&e[Member]&f'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - Default
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:premission_moderator
        info:
          prefix: '&c[Moderator]&f'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - Moderator
        info:
          prefix: '&a[Owner]&f'
          build: true
          suffix: ''
     
  3. Offline

    Trevor1134

    mrsagency Hmm, that is rather odd. I see no errors in your codes. Maybe try removing the -bukkit.command.kill from default and add [] after permissions just to see if thats the error? I believe that was the error for my server previously. Please tag me with an update.
     
  4. Offline

    mrsagency

    Trevor1134 I do what you say but the problem still exists.
    I post some examples when I use some commands in my server.

    Working Commands:
    /login <password>
    /register

    Unworking Commands:
    All the remaining commands are not working!

    EDIT: Authme got problems?

    I found an interesting part that only the commands listed in Authme permission list can be used, so strange...

    I can't take items on the floor, use throwable items(can be thrown out, no effects), even I'm oped.

    EDIT: I fixed this, I was lagging at that moment :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  5. Offline

    Trevor1134

    Please list me your plugins, odds are something is interfering with it.
     
  6. Offline

    mrsagency

  7. Offline

    Trevor1134

    mrsagency I have no experience with AuthMe, however considering that it is the only operational plugin, try removing it and either reloading or restarting.
     
  8. Offline

    mrsagency

    I need that plugin very much, is there another option?

    Trevor1134 I tried that but it won't works, I don't thnik it is the Authme's problem
    And some previous problem has been fixed(Lag cause it)

    Major problem: Can't use command!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  9. Offline

    Necrodoom

    paste startup log, and keep authme removed. you dont need authme for online mode server.
     
  10. Offline

    mrsagency

  11. Offline

    Necrodoom

     
  12. Offline

    mrsagency

    Wait a second, is there any problem in the CraftBukkit? I downloaded the Dev Build

    necrodoom http://pastebin.com/ky6KeGJ8

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  13. Offline

    Necrodoom

  14. Offline

    mrsagency

    necrodoom No. It won't work, I still encounter the problem :(
     
  15. Offline

    Necrodoom

    so you still have only permissions for /login and /regsiter?
     
  16. Offline

    mrsagency

    No, now I can't use all commands except become oped.

    necrodoom I removed Authme, how come I got /login and /register commands?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  17. Offline

    Necrodoom

    il wait until you actually remove authme.
     
  18. Offline

    mrsagency

  19. Offline

    Necrodoom

  20. Offline

    mrsagency

    No I really deleted it already = =
     
  21. Offline

    Necrodoom

     
  22. Offline

    mrsagency

    I HAVE UNINSTALL THE AUTHME COMPLETELY!

    When i type a command, the console shows this up:
    22:50:56 [INFO] mrsagency issued server command: /help
    22:50:56 [WARNING] ºcmrsagency º4was denied access to command.

    necrodoom
    necrodoom Help pls?

    necrodoom I UNINSTALL THE AUTHME ALREADY, WHAT YOU WANT ME TO DO RATHER THAN WAITING YOUR REPLY?

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

    Greengreengene

    He obviously doesn't know the answer to your problem, so he doesn't want to post again.
     
  24. Offline

    mrsagency

    Anyone can help me solve please~
     
  25. Offline

    Necrodoom

    because you said you still have /login and /register, which means you still have authme.
    how about you give your server IP, and il test it from there?

    im guessing i cant go AFK over the internet for a few minutes?
     
  26. Offline

    mrsagency

    Actually, I don't know why, the problem doesn't exists anymore after I recreate the default GroupManager folder.
    Anyways thanks for all of you to help me :D
     
Thread Status:
Not open for further replies.

Share This Page