Multiverse/Pex Problem

Discussion in 'Bukkit Help' started by ChompShadow, Jun 22, 2012.

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

    ChompShadow

    Hi, I have a main world, and an adventure world. I want that in the adventure world, you have no permissions whatsoever, except /spawn and the regular /tpa commands. This is so that no one cheats. I also set in PEX that OPs get all permissions, so if something is wrong, I'll op myself through console, and fix it. I tried setting those permissions in PEX with all groups, and it works, but when I op myself to fix something, I still have no access to commands at all except Essentials. Here is how my perms are set up for multiverse support for Guests, but it applies to all groups.

    Code:
    groups:
      Guest:
        default: true
        permissions:
        - essentials.help
        - essentials.list
        - essentials.motd
        - essentials.rules
        - multiverse.access.chompcraft
        - hsp.command.spawn
        - -bukkit.command.plugins
        options:
          rank: '10000000'
          build: false
          destroy: false
        worlds:
          2Death:
            permissions:
            - -*
            - -bukkit.*
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
    So that works, everyone in that world has no permissions. However, when I turn myself to an op, I still have no access to any commands, except all Essentials Commands. I set in PEX that OPs get ALL permissions, so what's wrong? My multiworld plugin is Multiverse 2.4.

    bump

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

    ChompShadow

Thread Status:
Not open for further replies.

Share This Page