Template is a feature of RoVPPS that allows you to compose the nicknames of your Discord server members the way you want. Templates are composed of two parts, user-defined strings and RoVPPS-reserved keywords. These keywords are what hint RoVPPS to substitute them for certain values. The reserved keywords are listed below:
| Keyword | Description |
|---|---|
{roblox-username} | RoVPPS will substitute this for the user's Roblox Username. |
{roblox-id} | RoVPPS will substitute this for the user's Roblox ID. |
{discord-id} | RoVPPS will substitute this for the user's Discord ID. |
{discord-name} | RoVPPS will substitute this for the user's Discord Username. |
{display-name} | RoVPPS will substitute this for the user's Roblox Display Name. |
There are no restrictions when creating a template. It can be just one reserved keyword or it may even be just one letter! A few
examples of templates are [E] {roblox-username}, {display-name} | T, REDACTED.
This section covers the common use cases of templates.
This is the most common use case. For the sake of simplicity, let's assume the prefix is Prefix.
The template for this would be Prefix {roblox-username}.
This is an another common use of templates. For the sake of simplicity, let's assume the suffix is Suffix.
The template for this would be {roblox-username} Suffix.