• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Element prefix next to name

innleggen1

Verified Member
Hello, I can't find out how to remove the element prefix from the playernames, because these remove the rank prefix the player has
 

_Hetag1216_

Verified Member
You can disable the option from the language.yml configuration file.

Code:
Chat:
  Enable: false
  Format: '<name>: <message>'
  Colors:
    Avatar: DARK_PURPLE
    Air: GRAY
    AirSub: DARK_GRAY
    Water: AQUA
    WaterSub: DARK_AQUA
    Earth: GREEN
    EarthSub: DARK_GREEN
    Fire: RED
    FireSub: DARK_RED
    Chi: GOLD
 
Top