config.lua. Edit and restart the resource to apply. Everything visual (text, logo, colors, position, size) is managed in game with the editor and saved to data/config.json automatically — you never edit that file by hand.
Options
Announcement hide timing
When a txAdmin announcement appears, the watermark hides for a duration that scales with the message length:baseMs + (message length × perCharMs), clamped between minMs and maxMs.
The hide duration for txAdmin direct messages is configured in the in-game editor, not in
config.lua.Locales
Every notification and editor label lives inlocales/<code>.json (en and es ship out of the box). To add a language:
- Copy
locales/en.jsontolocales/<code>.json. - Translate the values — keep the keys.
- Set
Config.Locale = '<code>'inconfig.lua.

