Solved Problem with pex.

Discussion in 'Bukkit Help' started by MrJenteZ, Dec 22, 2016.

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

    MrJenteZ

    Hi there.

    I'm willing to convert my groupmanager permissions to pex.
    I can do this myself but i was testing pex first.

    I ran into a problem with the prefixes. The permissions work in both world, but the prefixes don't.
    Any idea?
    PHP:
    groups:
      default:
        
    prefix'&7[Normal World Prefix]&7'
        
    options:
          default: 
    true
        permissions
    :
        - 
    modifyworld.*
        
    worlds:
            
    world_nether:
                
    prefix'&7[Nether Prefix] &7'
                
    permissions:
                - 
    worldedit.*
    schema-version1


     
    Last edited: Dec 22, 2016
  2. Offline

    MrGeneralQ

    You have to set this in essentials config. If that doesn't work try other version of essentials
     
  3. Offline

    MrJenteZ

    But i want to have prefixes for admins, mods, owner, etc. Seperate prefixes.

    But i want to have prefixes for admins, mods, owner, etc. Seperate prefixes.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  4. Offline

    MrGeneralQ

    In essentials you can set a chat syntax. So it will have The groupname
     
  5. Offline

    MrJenteZ

    Got an example?

    EDIT: Found the solution, if someone has the same problem.
    http://wiki.ess3.net/wiki/Chat_Formatting -> GOTO group Formatting.

    If have this:

    PHP:
    group-formats:
        
    Owner'&f[&4God&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        
    Admin'&f[&4God&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        
    Moderator'&f[&5Mod&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        
    VIP'&f[&2ViP&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        
    Builder'&f[&1Builder&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        
    default: '&f[Hi] {DISPLAYNAME}&7:&f {MESSAGE}'
     
    Last edited: Dec 22, 2016
  6. Offline

    DoggyCode™

    groups:
    Admin: '[Admin] playername > message'
    Mod: '[Moderator] playername: message '


    Sent from my iPhone using Tapatalk
     
  7. Offline

    MrGeneralQ

    The answer is commented out
     
Thread Status:
Not open for further replies.

Share This Page