Last updated
Whitelist/blacklist of forbidden words or phrases in character names — used by the DataServer during character creation, name availability checks, and name changes.
//Syntax
"forbidden word"
endIf the name (during creation, availability checking, or changing) contains any term listed here in any position, the operation is refused.
This filter runs on the DataServer, so it always applies regardless of which GameServer is connected — it acts as an additional layer beyond the GameServer's FilterRename.txt (which only applies to the name change command and only within that specific GameServer).
Last updated