From ceeac242965fb081bfb8013e3b597b06b510ef3c Mon Sep 17 00:00:00 2001 From: rladenson Date: Thu, 5 Dec 2024 17:23:43 -0700 Subject: [PATCH] docs: add servernameformat to docs --- docs/content/command-list.md | 1 + docs/content/user-guide.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/content/command-list.md b/docs/content/command-list.md index bc8178cb..b89d6312 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -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 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 server name format [format]` - Changes your system's username formatting for the current server. ## Server owner commands *(all commands here require Manage Server permission)* diff --git a/docs/content/user-guide.md b/docs/content/user-guide.md index fdc4d126..cdf55ae2 100644 --- a/docs/content/user-guide.md +++ b/docs/content/user-guide.md @@ -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 {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