Config file
version: 1.0.1 lang: fr_FR maxNameLenght: 15 deathRemoveName: true join: enabled: true message: '{PLAYERNAME} wake up !' color: a leave: enabled: true message: '{PLAYERNAME} fall asleep !' color: a
[*]version - Don't touch this line
[*]lang - The name of the lang file. You should use a name like en_US, en_UK, fr_FR, ...
[*]maxNameLenght - blocks long names like "ImTheBetterPlayerOfTheWorldImYourGodAndYouHaveToLoveMe" but you can set it as 150000000 if you don't want to block lenght (with long name the chat can bug but I'm not sure).
[*]deathRemoveName - Set it to false if you don't want to remove the name when you die
[*]join:enabled and leave:enabled - Set them to false if you want to disable them.
[*]join:message and leave:message - Join and Leave custom messages. If you remove {PLAYERNAME}, the join and leave messages will not display the player name.
[*]join:color and leave:color - Join and Leave color messages. From 0 to 9 and from a to f. You can find the codes here.
Comments