permissions ex group stays default

Discussion in 'Bukkit Help' started by mainly, Dec 5, 2019.

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

    mainly

    hey i have download permissionsex and chat manager
    but when i do /pex user <player> group set admin , it says user group set .
    but when he types in the chat it still says default and he still doesn't have admin commands.
    i also did /pex group default remove , but then when he types he still is default in the chat.
    can someone help me with this.

    this is my permissions folder for permissionsex : https://pastebin.com/raw/iFzdzix9
    this is my config folder in chat manager : https://pastebin.com/raw/mexw0gP3
     
  2. Offline

    timtower Administrator Administrator Moderator

    @mainly
    Code:
    Chat_Format:
    
    Enable: true
    
    #This will only be used if the players permission group isn't on the bottom of this section.
    Default_Format: "&8[&7Default&8] &7{player} &9> &7{message}"
    
    #Chat Formats are set depending on what permission group the player is in.
    #If a player is in the permission group named "Default" they will have the default chat format.
    Groups:
    Default: #The name of the group, this is case sensitive!
    Format: "&8[&7Default&8] &7{player} &9> &7{message}" #The format you want the group to have.
    VIP:
    Format: "&8[&5VIP&8] &7{displayname} &9> &7{message}"
    Moderator:
    Format: "&a[&3Moderator&a] &b{player} &9> &e{message}"
    Owner:
    Format: "&b[&6Owner&b] {player} &9> &e{message}"
    
    That says that admin does not have a specific format.
    And make sure that your capitalization is correct.
     
  3. Offline

    mainly

    thanks i totally didn't see that :)
     
Thread Status:
Not open for further replies.

Share This Page