Deluxechat/Essentials/Pex - Prefix/Suffix issue

Discussion in 'Bukkit Help' started by Disorbs, Oct 21, 2016.

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

    Disorbs

    So I'm converting from GM to PEX and got it all working but when using it with deluxe chat and essentials
    not sure which one is causing this problem but one of them shows my rank/chat like this

    Code:
    [Owner][Default] Test: hello
    when the only group i have set to me is Owner.

    Here are my configs

    PEX
    Code:
      Default:
      permissions: []
      inheritance:
      - g:groupmanager_default
      - g:bukkit_default
      - g:essentials_default
      - g:towny_default
      options:
      default: true
      build: false
      prefix: '&7[&aMember&7] &r'
      suffix: ''
      weight: '100'
      Owner:
      permissions: []
      inheritance:
      - default
      options:
      default: false
      build: true
      prefix: ''
      suffix: '&7[&b&lOwner&7]'
      weight: '101'
    schema-version: 1
    users:
      random-uuid-433445343:
      options:
      name: Test
      group:
      - owner
    
    DChat
    Code:
      owner:
      priority: 95
      channel: ''
      prefix: '%vault_suffix%%vault_prefix%'
      name_color: '&e'
      name: '%player_displayname%'
      suffix: ' &b» '
      chat_color: '&6'
      channel_tooltip: []
      prefix_tooltip: []
      name_tooltip: []
      suffix_tooltip: []
      channel_click_command: ''
      prefix_click_command: ''
      name_click_command: '/w %player% '
      suffix_click_command: ''
    
     
Thread Status:
Not open for further replies.

Share This Page