File Name: Among Us Friend Code (e.g. envykindly#7034)
Custom tags allow for players to add colors to their username as well as titles above their username in Among Us. In order for a host to add a players custom tag, they’ll need to create a yaml file with any/all of the following information:
Creating A New Title:
Navigate to the /LOTUS_DATA/Titles directory
Create a new yaml file named: [friendcode].yaml (example: buffdulcet#0871.yaml)
Set up the title components in the yaml
Available Components:
Components
Description
UpperText
Responsible for the text above the player’s username
LowerText
Responsible for the text below the player’s username
Prefix
The text that comes before a player’s username
Suffix
The text that comes after a player’s username
Name
The player’s username
The player’s username is the name they enter the lobby with or change with /name. It is not specified directly in the yaml file.
Component Items:
These are the things you can define for each component to change
Item
Description
Text
Sets the text for the component (does not work for Name)
Gradient
A list of HTML color codes defining a range of colors to apply to the text. (Refer to the example image)
Color
If gradient is not specified, a solid color to apply to the text
Size
The size of the text (default is 2)
Spaced
(Only applicable to Prefix & Suffix) Whether the text should have a space between it and the player’s name
Lastly you can reload your (local) title files with the command ‘/tload’, the change is immediate