You are viewing a potentially older version of this package. View all versions.
AFKMario-AFKTestFX-1.1.0 icon

AFKTestFX

This mod allows you to customize your lobby name, player name, rank, and chat message colors

Date uploaded a year ago
Version 1.1.0
Download link AFKMario-AFKTestFX-1.1.0.zip
Downloads 35
Dependency string AFKMario-AFKTestFX-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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, Player Name, Rank, and Chat Message Color.

  • Persistent Settings:
    All settings (rank, name, color, lobby name) are saved and reloaded when the game restarts.

  • Profanity Filter:
    Custom ranks or names 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

📋 Notes

  • Press F1 in-game to toggle the customization UI.
  • Hex colors must be in RRGGBB format. Invalid entries will be ignored.
  • Banned words are filtered from ranks and names before applying.
  • If your color input is invalid, a fallback/default color is used.
  • To apply your selected chat color, use Unity Rich Text formatting. For example:
    <color=#FF00FF>My Message</color>
    
    Learn more about supported tags here:
    👉 Unity Rich Text Documentation