docs: add servernameformat to docs

This commit is contained in:
rladenson 2024-12-05 17:23:43 -07:00 committed by Petal Ladenson
parent c0bc2163f5
commit ceeac24296
2 changed files with 5 additions and 0 deletions

View file

@ -150,6 +150,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
- `pk;config pad IDs [left|right|off]` - Toggles whether to pad (add a space) 5-character IDs in lists. - `pk;config pad IDs [left|right|off]` - Toggles whether to pad (add a space) 5-character IDs in lists.
- `pk;config proxy switch [on|off]` - Toggles whether to log a switch whenever you proxy as a different member. - `pk;config proxy switch [on|off]` - Toggles whether to log a switch whenever you proxy as a different member.
- `pk;config name format [format]` - Changes your system's username formatting. - `pk;config name format [format]` - Changes your system's username formatting.
- `pk;config server name format [format]` - Changes your system's username formatting for the current server.
## Server owner commands ## Server owner commands
*(all commands here require Manage Server permission)* *(all commands here require Manage Server permission)*

View file

@ -394,6 +394,10 @@ The default proxy username formatting is "{name} {tag}", but you can customize t
pk;config nameformat {tag} {name} pk;config nameformat {tag} {name}
pk;config nameformat {name}@{tag} pk;config nameformat {name}@{tag}
You can also do this on a per-server basis:
pk;config servernameformat {tag} {name}
pk;config servernameformat {name}@{tag}
## Interacting with proxied messages ## Interacting with proxied messages