Bag Descriptions - lorddusk/Bagginses GitHub Wiki

A bit about how the bag descriptions work.

Descriptions can be changed in descriptions.json Looks like this:

{
    "color": "black",
    "description": ""
}

Change the part after "description": to change that colours description (shown when mousing over item).

Parts that currently work:

  • Lines: Currently you can have up to three lines in the description. Use \n to mark a new line
  • Colours, using \u00A7 or ยง followed by a colour code you can format the description. (Use a new one each line. White by default)

Colour Codes