
AFKTextFX
This mod allows you to customize your lobby name color, player name color, rank, and chat message colorsDetails
AFKTextFX
A BepInEx mod for Mage Arena that lets players customize text.
🔧 Features
-
Customization:
Create a custom rank using a GUI window, toggled with F1. Type your desired settings in the input fields and click Apply to change them.
You can set your Lobby Name Color, Player Name Color, Rank, and Chat Message Color. -
Persistent Settings:
All settings (lobby name color, player name color, rank, and chat message color) are saved and reloaded when the game restarts. -
Profanity Filter:
Custom ranks containing banned words will be automatically blocked and replaced.
🧩 Installation
Requires Mage Arena and BepInEx 5.4.21.
Install Path:
MageArena/
└── BepInEx/
└── plugins/
├── AFKTextFX.dll
Config
You can edit the configs under this path but they are also editable in game with the F1 Key Press.
MageArena/
└── BepInEx/
└── config/
├── AFKTextFX.cfg
If you want to change the F1 UI Key to some other key, then you will have to directly modify the AFKTextFX.cfg file UIToggleKey = F1
setting.
📋 Notes
- Press F1 in-game to toggle the customization UI. You can customize the UI key in
BepInEx/config/AFKTextFX.cfg
. - Hex colors must be in
RRGGBB
format. Invalid entries will be ignored. - Banned words are filtered from ranks before applying.
- If your color input is invalid, a fallback/default color is used.
- To apply colors to your rank, use Unity Rich Text formatting. For example:
Learn more about supported tags here:<color=#FFFFFF><b>lvl 9999 Holy Mage</b></color>
👉 Unity Rich Text Documentation
Known Issues
- If your player name is multi-line, then the player name colors will not be applied properly