HELP: Permissions for Plugin "Survival Games"

Discussion in 'Bukkit Help' started by luddehh, Apr 3, 2013.

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

    luddehh

    So I installed all the player permissions for Survival Games. Everything works for all users EXCEPT joining the Arena (right clicking the sign). This is how my permissions.yml file looks like (the one in the main folder, with plugins, the world and crash reports):
    Code:
    server.basics:
          description: Basic permissions for Survival Games.
          default: true
          children:
              sg.arena.join.*: true
              sg.arenas.join.<1>: true
              sg.arena.vote: true
              sg.lobby.join: true
              sg.arena.spectate: true
              bukkit.command.kill: true
    So it's really weird because I can spectate, join lobbies, vote on starting the game, spectate. Everything except joining arenas (right clicking signs), without being OP.

    I would really appreciate a good answer.
    If you need some more information just tell me. :)

    I understand that this doesn't look very interesting. But this will help me alot. I will maybe even pay you (paypal) if you have a great answer.

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

    BrianGamesLOL

    Ok, I can help in this problem I think.
    Find your essentials folder open the config and search for something that looks like this.
    Code:
    enabledSigns:
      #- color
      #- balance
      #- buy
      #- sell
      #- trade
      #- free
      #- disposal
      #- warp
      #- kit
      #- mail
      #- enchant
      #- gamemode
      #- heal
      #- info
      #- spawnmob
      #- repair
      #- time
      #- weather 
      
    Try taking all the "#" from the code So it looks like this
    Code:
    enabledSigns:
      - color
      - balance
      - buy
      - sell
      - trade
      - free
      - disposal
      - warp
      - kit
      - mail
      - enchant
      - gamemode
      - heal
      - info
      - spawnmob
      - repair
      - time
      - weather 
      
    Then boot up your server and try it then. Please respond if it doesn't work.
     
  3. Offline

    luddehh

    I don't have Essentials installed. I installed it and did the thing you told me to but the I get two "no-perms" messages when I right clicked the sign. So that's not it.

    Code:
    You're not permitted to interact with WALL_SIGN (Essentials)
    No permission (Survival Games)
     
  4. Offline

    Super User

    Then you want to look at the EssentialsAntiBuild wiki and add respective permissions for interaction!
     
  5. Offline

    luddehh

    I don't have Essentials installed!
     
  6. Offline

    BrianGamesLOL

    Ok install is again you need to add the perms to group manager so people can use them it should look like
    - essentials.sign.us
    or something
     
  7. Offline

    TheMrzombie2

    You need to change it to "sg.arena.join.1" and nothing else...
     
  8. You guys are so confusing...:mad:
    Dude these are the perms
    Get a permission management plugin like PEX and give different groups there permissions.
    Player Permissions:

    • sg.arena.join.# - Allows the user to join a certain arena
    • sg.arena.join.* - Allows the user to join all arenas
    • sg.arena.vote - Allows the user to vote to start (/sg vote)
    • sg.arena.spectate - Allows a user to spectate a game
    • sg.lobby.join - Allows the use of /sg join to join the lobby
    Staff Permissions:

    • sg.arena.forcestart - Allows the user to Start Sg (/sg start)
    • sg.arena.disable - Allows the user to disable an arena
    • sg.arena.enable - Allows the user to enable an arena
    • sg.arena.nocmdblock - Allows user to bypass ingame cmd block
    Admin Permissions:

    • sg.arena.create - Allows the user to create an arena
    • sg.arena.setspawn - Allows user to set spawns
    • sg.arena.resetspawns - Allows the user to reset all spawnpoints
    • sg.arena.delete - Allows a user to delete an arena
    • sg.lobby.set - Allows the user to set the lobby spawn and wall
     
  9. Offline

    timtheninj

    Where do i put that stuff!!!!!!!! no one says where to put it!!!!
     
Thread Status:
Not open for further replies.

Share This Page