Jump to content
  • 0

How do I choose to change color in fonts, example: 255,255,255,255


luciferofhell

Question

3 answers to this question

Recommended Posts

  • 1

If you want to change the color of any text in the game such as the chatbox, damage, player name, quest… Well everything, you will need to open colors.json in the server’s side. This file is inside the resources folder.

                "HpForeground": "argb(255,255,0,0)" -> (Alpha, Red, Green, Blue)

The max you can put is 255 to apply the maximum possible to a color. An alpha lower than 255 will add transparency to the color.

Link to comment
Share on other sites

  • 1
1 hour ago, Gibier said:

If you want to change the color of any text in the game such as the chatbox, damage, player name, quest… Well everything, you will need to open colors.json in the server’s side. This file is inside the resources folder.

                "HpForeground": "argb(255,255,0,0)" -> (Alpha, Red, Green, Blue)

The max you can put is 255 to apply the maximum possible to a color. An alpha lower than 255 will add transparency to the color.

 

There are some texts you have to change on the gui json files tho, so look there if changing the colors.json seems to fail

Link to comment
Share on other sites

×
×
  • Create New...