mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
docs: add servernameformat to docs
This commit is contained in:
parent
c0bc2163f5
commit
ceeac24296
2 changed files with 5 additions and 0 deletions
|
|
@ -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)*
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue