Problem/Bug Multiverse/PermissionsEX

Discussion in 'Bukkit Help' started by Bryceisanerd, Jun 10, 2017.

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

    Bryceisanerd

    I have permissions set up and they work, but not in all worlds.

    This is my permissions.yml file:

    Code:
    groups:
      Pleb:
        options:
          default: 'false'
          prefix: '&8Pleb&f '
        permissions:
        - modifyworld.*
        - backpack.user
        - backpack.craft.large
        - backpack.craft.small
        - backpack.recover
        - backpack.link
        - essentials.hat
        - essentials.kit
        - essentials.workbench
        - essentials.afk
        - essentials.help
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.msg.color
        - essentials.nick
        - essentials.msg
        - essentials.recipe
        - essentials.rules
        - essentials.spawn
        - essentials.keepxp
        - essentials.worlds*
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.protect
        - kits.spawn.pleb
        - multiverse.teleport.self
        worlds:
          Spawn:
            options:
              default: 'false'
          wild:
            options:
              default: 'false'
          wild2:
            options:
              default: 'false'
      niBBa:
        options:
          default: false
          prefix: '&0ni&4&lBB&0a&f '
        inheritance:
        - Pleb
        permissions:
        - modifyworld.*
        - essentials.fly
        - essentials.nick.color
        - kits.spawn.nibba
      Fuckass:
        options:
          default: false
          prefix: '&5&lFuckass&f '
        inheritance:
        - niBBa
        permissions:
        - modifyworld.*
        - '*'
    schema-version: 1
    users:
      7631782a-7295-435e-a48a-6625b6f06e6b:
        group:
        - Fuckass
        options:
          name: Bryceisanerd
          last-login-time: '1497116623'
    worlds:
      wild:
        inheritance:
        - spawn
      wild2:
        inheritance:
        - spawn
     
    Last edited by a moderator: Jun 11, 2017
  2. Offline

    sbwoods123

    Can I see your plugin list? Some plugins like PerWorldPlugin can alter the logistics in this instance.
     
Thread Status:
Not open for further replies.

Share This Page