PermissionsEx

Discussion in 'Bukkit Help' started by Domica, Apr 1, 2014.

Thread Status:
Not open for further replies.

  1. The permisisons in the world 'world' work, but all other permissions in the other worlds don't work.
    No errors pop up.

    EDIT: I don't know why the spacing wont work, here's a screenshot
    http://prntscr.com/363e4a

    bump? :/

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

    JaguarJo

    Domica Try using this:
    Code:
    groups:
      Member:
        default: true
        permissions: []
        worlds:
          world:
            permissions:
            - multiverse.access.*
            - essentials.help
            - multiverse.portal.access.*
          factions:
            permissions:
            - essentials.help
            - modyfyworld.*
            - mcmmo.defaults
            - factions.kit.default
          minigames:
            permissions:
            - essentials.help
            - arena.join.paintball
            - arena.join.spleef
        prefix: '&0[&2Member&0] &r'
        options:
          build: true
    Also, double check that your other world names aren't capitalized. Pex is picky about letter case, so if your worlds have any caps in them, you need to have those same caps in the perms file.



    P.S. Please don't bump until 24 hours have passed. It's kind of one of those unwritten rules of the forums.
     
  3. Offline

    wdmc85

  4. Will that even work?
    Game version CB 1.4.7-R1.0

    And I'm sure there are different ways.


    Turns out it had to be capsed.
    Thanks!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
Thread Status:
Not open for further replies.

Share This Page