Summary
Set custom Nicknames, Prefixs and Suffixs for players as an Admin. Perfect for Op Servers
Description
Server administrators control how player names appear: add a prefix and/or suffix around the profile name, optionally replace the middle segment with a nickname, and share defaults through groups. Settings are stored as JSON on the server profile.
Features:
- Prefix / suffix / separator from defaults, groups, or per-player files
- Optional nickname replaces only the real-name segment; prefix and suffix still apply
- Group templates for squads or factions
- Admin chat commands and RCON: #callsign prefix, suffix, nickname, group, list, listgroups, reload, clear
- No self-service player rename commands, only admins or RCON
- Nametags and chat lines use the same display name resolution
Commands:
`#callsign list` - Lists all `players/*.json` with their fields.
`#callsign listgroups` - Lists all `groups/*.json` with their fields.
`#callsign reload` - Rereads defaults + every player/group file from disk and pushes the merged data to all clients (nametags refresh).
`#callsign prefix <partial player name> <value>` - Fuzzy-matches an online player, then writes/updates their `players/<id>.json` `prefix`.
`#callsign suffix <partial player name> <value>` - Same, for `suffix`.
`#callsign nickname <partial player name> <value>` - Same, for `nickname` (replaces the real name segment; merged prefix/suffix still apply; empty clears).
`#callsign group <partial player name> [<groupId>]` - Sets `group`. With only three tokens (no group id), clears `group`.
`#callsign clear <partial player name>` - Deletes that player’s `players/<id>.json` file.
Customize under Profile/OkamiCallsigns/defaults.json
LINKS - Support & See it in action
Discord: https://discord.okamisquadron.com
Wiki: https://okamisquadron.com/mods/okami-callsigns/wiki/
License
Arma Public License (APL)