Survival Games Problem

Discussion in 'Bukkit Help' started by moe097, Aug 19, 2013.

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

    moe097

    Non ops cant join survival games arena. It says:
    You cannot interact with WALL_SIGN.

    Here is my groups.yml file:
    Code:
    # 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: 
        sg.arena.join.<1>
        sg.arena.join
        sg.player.vote
        sg.lobby.join
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&e[Member] '
          build: false
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&d[Builder] '
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&2[Mod] '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c[Admin] '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&1[Owner] '
          build: true
          suffix: ''
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  2. Offline

    xTrollxDudex

    moe097
    You need a build permission I believe

    moe097 set default from build false to build true. also, dont double post, use edit button to edit your posts.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 5, 2019
  3. Offline

    moe097

    Okay thanks!
     
  4. Offline

    moe097

    necrodoom I set build to true and did all the survival games permissions and it still is not working.
    It still says: You are not allowed to interact with wall sign.
    Then it says: You don't have permission to join arena 1.
     
  5. Offline

    moe097

    xTrollxDudex Here is my Permissions it still isn't working
    # 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
    sg.arena.join.<'2'>
    sg.arena.join
    sg.player.vote
    sg.lobby.join
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e[Member] '
    build: true
    suffix: ''
    Builder:
    default: false
    permissions: []
    sg.arena.join.<'2'>
    sg.arena.join
    sg.player.vote
    sg.lobby.join
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2[STAFF] '
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    sg.arena.join.<'2'>
    sg.arena.join
    sg.player.vote
    sg.lobby.join
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5[Moderator]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    sg.arena.join.<'2'>
    sg.arena.join
    sg.player.vote
    sg.lobby.join
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c[Admin] '
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    sg.arena.join.<'2'>
    sg.arena.join
    sg.player.vote
    sg.lobby.join
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&1[Owner] '
    build: true
    suffix: ''
    I also tried getting rid of the ' ' in the arena # and it still didnt work
     
  6. Offline

    Necrodoom

    moe097 Paste startup log, please.
     
  7. add modifyworld.* To It and Dont Put The <> Put It Like This
    Code:
    sg.join.1 
     
  8. Offline

    moe097

    mpattrick it still didn't work. For some reason I don't have a arena 1 I only have 2. Here is the error in the log:
    Code:
            ... 12 more
    Caused by: while scanning a simple key
    in "<reader>", line 16, column 1:
        sg.arena.join.2
        ^
    could not found expected ':'
    in "<reader>", line 17, column 1:
        sg.arena.join
        ^
     
            at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(Scanne
    rImpl.java:398)
            at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.jav
    a:229)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    8)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.pro
    duce(ParserImpl.java:535)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
            at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    I also got a few more errors
     
  9. Offline

    xTrollxDudex

    moe097
    Paste please. On pastebin or pastie or code tags.
     
  10. Offline

    moe097

  11. Offline

    Necrodoom

    Paste broken file plugins\GroupManager\worlds\world\groups.yml using www.pastebin.com
     
  12. Offline

    moe097

  13. Offline

    Necrodoom

  14. Offline

    moe097

  15. Offline

    Necrodoom

    moe097 Are you sure you pasted file plugins\GroupManager\worlds\world\groups.yml ? because i dont see the nodes it tells in the server.log in your paste.
     
  16. Offline

    moe097

    Last edited by a moderator: Jun 3, 2016
Thread Status:
Not open for further replies.

Share This Page