Survival Games "No permission"

Discussion in 'Bukkit Help' started by Hbakid, Sep 8, 2012.

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

    Hbakid

    I'm trying to run a Survival games server but for some reason only people who are ops can join. When a normal player try's to join they get the message. "No permission" Does anyone know a way to fix this?
     
  2. Offline

    JWhy

    Which plugin are you talking about?
     
  3. Offline

    Hbakid

  4. Offline

    midnightfang22

    Do you have a permissions plugin? Give them permission to play it...
     
  5. Offline

    owningprodsmc

    if you have permissionsex then there should be something you could easily search on google to allow it
     
  6. Offline

    JWhy

    sg.arena.join
    sg.arena.vote
    sg.arena.spectate
    sg.lobby.join
     
    wowzersam and Appsum like this.
  7. Offline

    Hbakid

    I have the permissions bukkit plugin, but I only downloaded that to see if the problem would be solved which it still has not. Also the commands you listed only work for op.
     
  8. Offline

    midnightfang22

    Those aren't commands. Those are permission nodes that you add to the group of users that you want to be able to use the commands associated with them. For example, sg.arena.vote allows the person to use /sg vote
     
  9. Offline

    Hbakid

    Ok I'll try doing that.

    I tried adding it like this but still doesn't work am I entering it wrong?
    groups:
    default:
    permissions: sg.arena.join sg.arena.vote sg.srena.spectate

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

    midnightfang22

    Code:
    groups:
      default:
        default: true
        permissions:
          sg.arena.join: true
          sg.lobby.join: true
          sg.arena.vote: true
          sg.arena.spectate: true
    Its something like that. I haven't used permissionsbukkit so the format might be a little different.
     
  11. Offline

    Hbakid

    Nope still nothing

    It seems like no commands that I gave to default work.

    Here is my essentials plugin yml file
    http://pastebin.com/p3g66v3q
    and bukkit permissions yml file
    http://pastebin.com/LG2KbmDN
    Please help me.

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

    Own1ng

    yml is casesensitive. you are declaring Default in system and in groups you call it default ;-)

    This should fix the issue: http://pastebin.com/zXkxfmt4 let me know if it worked
     
  13. Offline

    Hbakid

    At first it didn't work but as op I said
    /permissions group setperm default sg.arena.join true
    Then de-oped myself and it worked and now I feel dumb ):
     
  14. Offline

    Xingan18

    ????

    i don t understand

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

    Hbakid

    I said that in chat
     
  16. Offline

    mouseman17

    Same happened with me except im using pex, someone please help me :[
     
  17. Offline

    ustatennis

    BAAAAAAHHHH HELP!!!!!!!!!
     
  18. Offline

    JWhy

    RAAAAAIIIINBOOOOOW
     
    Niknea likes this.
  19. Offline

    Bonkedy

    Ok, So I went through like 15 different blogs trying to resolve this issue and still couldn't find a fix. I finally figured out a fix. This is using the Permissions EX plugin.
    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - sg.arena.join
            - sg.arena.vote
            - sg.arena.spectate
            - sg.lobby.join
            - modifyworld.chat
            - modifyworld.blocks.(destroy|place).(1-4|12)
        Member:
            prefix: '&0(&8M&7ember&0)&7 '
            permissions:
            - modifyworld.*
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7 '
            inheritance:
            - Member
            permissions:
            - -modifyworld.mobtarget.monster.creeper
            options:
                rank: '800'
        Moderator:
            prefix: '&0(&1Moderator&0)&7 '
            inheritance:
            - VIP
            permissions:
            - -modifyworld.mobtarget.*
            - sg.arena.forcestart
            - sg.arena.disable
            - sg.arena.enable
            - sg.arena.nocmdblock
            options:
                rank: '100'
        Admins:
            prefix: '&0(&4Admins&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - modifyworld.*
            - permissions.*
            - sg.arena.create
            - sg.arena.setspawn
            - sg.arena.resetspawns
            - sg.arena.delete
            - sg.lobby.set
            options:
                rank: '1'
    users:
        anyplayername:
            group:
            - default
        YourPlayerName:
            group:
            - Admins
    
    Just make sure to pay specific attention to the sg. entries, those are the entries allowing the survival games commands for users.
     
  20. Offline

    JWhy

    That's what i put in later
     
  21. Offline

    vito2772

    ya same here doesnt work :p
     
  22. Offline

    mikester

    Thats what happens to me
     
  23. Offline

    Iroh

    U need to read the documentation for the plugins are using and read up on permissionsEx and command nodes.
     
  24. Offline

    Necrodoom

    Survival games has a problem with the permissions as of dev 0.5.0, you should wait for a fix.
     
  25. Offline

    Appsum

    Thanks that really helped
     
  26. Offline

    97WaterPolo

    If that is the case necro, is their ANY permissions plugin that works with HungerGames permisions? Just tried bPermissions, still same effect.
     
  27. Offline

    Necrodoom

    changing a permission plugin will do nothing.
     
  28. Offline

    97WaterPolo

    necrodoom Why not? I mean why isn't it working? Something to do with the permissions through the Survival Games?If that's the case, why is their server working fine with it, is it that the yare using a dev that hasn't been released yet?
     
  29. Offline

    Necrodoom

    i dont know what build they use there, but, basically, the problem here is that it seems that the documentation doesnt report the correct node, as it seems. for example, if you look at the plugin.yml, it shows a whole different set of permissions, which some are not actually correct.
     
  30. Offline

    TheBreadman134

    I am also having trouble with the permissions for survival games. I use permissionsEX and the code for my default group goes as followed
    groups:
    Guest:
    default: true
    prefix: '&0(&7Guest&0)&f'
    permissions:
    - sg.arena.join
    - sg.lobby.join
    - sg.arena.vote
    - sg.arena.spectate
    - modifyworld.chat
    - modifyworld.blocks.interact.63
    - modifyworld.blocks.interact.68
    That is one of 7 groups that I have, and as of right now, the main 4 (excluding owner, admain, and developer) are written the same way, and none can join a survival games lobby. I have tried the fancy modifyworld.destroyplace1-4 thing, but all I get there is an internal server error. And by putting :true next to the code doesn't do anything. Someone please help!
     
Thread Status:
Not open for further replies.

Share This Page