Looking for a simple prefix plugin

Discussion in 'Bukkit Help' started by astroskillz, Jul 20, 2012.

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

    astroskillz

    WAIT before responding about 'Simple prefix'.

    So, I'm looking for a simple plugin that can give people that Donate through my server a little title right next to their prefix with [Donator].

    My current chat format is like this:

    [G] [RANK]NAME: MESSAGE ([G] [Skilled]jesse131: Hey)

    And I want donators to get:

    [Donator] [G] [RANK]NAME: MESSAGE

    How is this possible? I've trief so many plugins that I can't count anymore. I can't seem to do this in PEX without remove their RANK prefix.

    HELP!
     
  2. Offline

    bvkkitnoob

    If you use essentials (chat) you could try modifying how chat messages appear per group.. but that would mean taking out the prefix in pex.. anyways here's my group format looks like..


    Code:
      group-formats:
        Player: '< &7[{GROUP}] &f{DISPLAYNAME} > : {MESSAGE}'
        Police: '< &3[{GROUP}] &f{DISPLAYNAME} > : {MESSAGE}'
        Moderator: '< &4[{GROUP}] &f{DISPLAYNAME} > : {MESSAGE}'
        Admin: '< &4[{GROUP}] &f{DISPLAYNAME} > : {MESSAGE}'
    I once used pex to add prefixes in player names but now I use groups :)
     
  3. Offline

    Deleted user

Thread Status:
Not open for further replies.

Share This Page