How to make clean kohi prefixes?

Status
This thread has been locked.

loltayber

귀여운
Banned
Feedback score
8
Posts
1,298
Reactions
304
Resources
0
How to make prefix like this
without the thingy <fag> : hello nerds
just like this username >> yo

heres an example of it

23644-26faf05d25ab8822e6f7aa9631dac22c.jpg
 

Attachments

  • Screen Shot 2016-05-25 at 3.43.46 PM.png
    Screen Shot 2016-05-25 at 3.43.46 PM.png
    9 KB · Views: 43
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

CelestialSatyr

MythicMobs Configurator | Minecraft Partner
Supreme
Feedback score
7
Posts
396
Reactions
208
Resources
0
This is an Essentials thing.
In the config, it's under the 'chat' section, you should see something like this:
Code:
format: '<{DISPLAYNAME}> {MESSAGE}'
format: '&8[&7{GROUP}&8]&f {DISPLAYNAME}&7:&f {MESSAGE}'
format: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
format: '{WORLDNAME} &8[&7{GROUP}&7]&f {DISPLAYNAME}&7:&c {MESSAGE}'

In your case, you should probably have:
Code:
format: '<{DISPLAYNAME}> {MESSAGE}'
Simply, remove the <>, and then place the: >>.
So this is probably what you're looking for:
Code:
format: '{DISPLAYNAME} >> {MESSAGE}'
 

Jxor

Premium
Feedback score
3
Posts
1,174
Reactions
441
Resources
0
The symbol isn't >> its known as a Spanish quotation mark.
 
Status
This thread has been locked.
Top