Hello my dear friends, сan you help me with a problem?It lies in the fact that the chat in hurtworld is very little and can i can modify by using any plugins?
P.S. i'm using it Better Chat for Hurtworld - Updates | Oxide
Solved Changing the chat text size?
Discussion in 'Hurtworld Discussion' started by ChivasRegal, Feb 14, 2016.
-
Wulf Community Admin
You could be able to, just add <size=20> and </size> in a plugin that modifies the chat. You could request it as a feature in a plugin such as Better Chat.
-
"admin": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "red",
"Permission": "admin",
"Rank": 3,
"TextColor": "white",
"Title": "[Admin]",
"TitleColor": "red"
where I have to write the size? -
Code:
"Formatting": "<size=20>{Title} {Name}<color={TextColor}>:</color> {Message}</size>",
-
-
-
-