1. 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
     
  2. Wulf

    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.
     
  3. "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?
     
  4. Code:
    "Formatting": "<size=20>{Title} {Name}<color={TextColor}>:</color> {Message}</size>",
     
  5. Thank you very much
     
  6. Does this just change font size? or does this change the actual size of the chat box to allow more lines/text to be seen?
     
  7. It just changes the font size. The chatbox is all clientside and can not be changed from the server.
     
  8. Alright thought so, thanks!