PLEASE HELP WITH PEX!

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

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

    zaka165

    How do you make per group, ranks? So rank with prefix: [SUVIVE] in Survival, and rank with the prefix [CREATOR] in Creative.. Is that possible? PLEASEE HELP MEE!
     
  2. Offline

    JWhy

     
  3. Offline

    ajm51

    JWHY is correct. You can only specify per-world permission. Thats why i recommend GroupManger. Each of your worlds has there own permissions folder. Download it here: http://ess.khhq.net/wiki/Downloads
     
  4. Offline

    LHammonds

    Prefix is associated by rank but can also be associated by rank per world if only considering a permission and chat plugin.

    They cannot (afaik) be associated to your gamemode unless there is some specialized plugin that does that for you.

    Here is an example (for PEX 1.22.1) of a default rank that has a different prefix based on which world they are currently in:
    Code:
    groups:
      default:
        options:
          default: true
        permissions:
        - bukkit.command.tell
        worlds:
          world:
            options:
              prefix: '[Overworld] '
          world_nether:
            options:
              prefix: '[Hell] '
          world_the_end:
            options:
              prefix: '[GameOverMan] '
    schema-version: 1
    
    LHammonds
     
  5. Offline

    zaka165

Thread Status:
Not open for further replies.

Share This Page