Solved [PEX] Remove [g] prefix in chat

Discussion in 'Bukkit Help' started by Naxotron, Oct 30, 2015.

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

    Naxotron

    Hello,
    sry if my english is not so good, i'm german ;-)
    I want to remove the [p] in front of a message in the chat.
    [​IMG]
    this prefix is 100% caused by the PEX Plugin
    I think that this is caused by the line "groups:" in permissions.yml but i don't know how to disable that the g is shown :/
    Here is my permissions.yml:

    groups:
    Bewohner:
    options:
    rank: '600'
    prefix: '&0[&eSpieler&0]&e '
    default: true
    permissions:
    - towny.command.plot.*
    - towny.command.resident.*
    - towny.town.*
    - towny.command.town.*
    - towny.command.nation.*
    - towny.command.towny.*
    - -towny.command.towny.universe
    - -towny.command.towny.version
    - -towny.command.towny.spy
    - towny.chat.general
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.help
    - essentials.msg
    - essentials.msg.color
    - essentials.msg.format
    - essentials.msg.magic
    - essentials.ping
    - essentials.spawn
    - essentials.delhome
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.signs.use.warp
    - essentials.afk
    - essentials.list
    VIP:
    inheritance:
    - Bewohner
    options:
    rank: '500'
    prefix: '&0[&eSpieler&0]&d '
    default: false
    permissions:
    - essentials.chat.color
    - essentials.chat.format
    - essentials.chat.magic
    - essentials.fly
    - essentials.fly.safelogin
    - essentials.hat
    YouTuber:
    inheritance:
    - VIP
    options:
    rank: '400'
    prefix: '&0[&eSpieler&0]&5 '
    default: false
    Builder:
    inheritance:
    - VIP
    options:
    rank: '300'
    prefix: '&0[&eSpieler&0]&2 '
    default: false
    permissions:
    - towny.wild.*
    - essentials.gamemode
    - worldedit.*
    Donator:
    inheritance:
    - Builder
    options:
    rank: '200'
    prefix: '&0[&eSpieler&0]&b '
    default: false
    permissions:
    - -towny.wild.*
    - -worldedit.*
    Moderator:
    inheritance:
    - Donator
    options:
    rank: '100'
    prefix: '&0[&eSpieler&0]&3 '
    default: false
    permissions:
    - essentials.invsee
    - -essentials.gamemode
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.mute
    - essentials.mute.exempt
    - essentials.mute.notify
    - essentials.ban.notify
    - essentials.tempban
    - essentials.tempban.exempt
    - essentials.ban.notify
    - essentials.unban
    - essentials.vanish
    Owner:
    options:
    rank: '1'
    prefix: '&0[&eSpieler&0]&4 '
    default: false
    permissions:
    - essentials.chat.spy
    - '*'
    schema-version: 1
    users:
    9c2c5fda-8194-44bd-b0b4-5f5b2b29d1e2:
    group:
    - Bewohner
    options:
    name: NaxotronDE
    72ef8542-bdaf-455c-a571-ddc29c175997:
    group:
    - Builder
    options:
    name: TheBlackBerryHD
    84ca5223-2f84-43a1-bd69-74dce831ddaf:
    group:
    - Owner
    options:
    name: LpArEs
    31669edf-d8ef-4f68-9ec4-667c69b6739b:
    group:
    - Moderator
    options:
    name: JasminaCraft09
     
  2. Offline

    oceantheskatr

    Edit the chatconfig.yml in Towny>settings.
     
  3. Offline

    Naxotron

    ok thanks! I try it now

    ah ok that is the channel_format for global

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 30, 2015
  4. Offline

    LlmDl

    Remove the {channeltag} from teh global channel_formats line, save teh file and /townychat reload
     
    oceantheskatr likes this.
Thread Status:
Not open for further replies.

Share This Page