How to set ranks in PermissionsEx?

Discussion in 'Bukkit Help' started by zaka165, Jul 28, 2014.

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

    zaka165

    I have PermissionsEx as my basic permissions (ranks). I already have ranks and added the permissions. Everything works fine BUT:

    I want Ranks per worlds. So In creative i will be Carpenter, and Survival HiglyGifted. (with the same prefix).

    Please help me out! Thanks!

    Btw: this is my Permissions.yml : http://pastebin.com/UyAibw1j
     
  2. Offline

    LHammonds

    I was curious if I could make this work, gave it a shot and it worked 1st rattle outta the box!

    Here's what I did:

    Used CraftBukkit 1.7.9-R0.2 with Java 1.7.0_65 (64-bit) with the following plugins:
    • PermissionsEx 1.22.1
    • Essentials Pre2.14.1.2
    • EssentialsChat Pre2.14.1.2
    • Multiverse-Core 2.5-b691
    • Vault 1.4.1
    I started up the server, let the plugins generate their configs and then issued the following command on the console in order to have a different world with different permissions:
    Code:
    mv create pvp normal
    
    I then stopped the server.
    Opened the multiverse config.yml and set "prefixchat" to "false"
    Opened PermissionsEx/permissions.yml and set the following:
    Code:
    groups:
      default:
        permissions:
        - multiverse.teleport.self.*
        worlds:
          world:
            options:
              prefix: '[Spawn] '
          pvp:
            options:
              prefix: '[PvPWorld] '
        options:
          default: true
    schema-version: 1
    
    I started the server, then started Minecraft client, joined the server and typed Hello which showed my name with a prefix of "[Spawn]"
    I then typed "/mv tp pvp" and then typed Hello, which showed my name with a prefix of "[PvPWorld]

    After I typed this out and looked back over this, I didn't really need Multiverse to test this at all. I could have simply used the Nether or End worlds and it would have worked the same.

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page