Custom Name¶
The custom name modules brings customizable player display names and nicknames!
With this module you can configure the player name based on the rank.
Configuration¶
Player name formats¶
It is possible to customize how player names are displayed in the server based on the LuckPerms group of the player.
Info
If LuckPerms is not installed, or it is not possible to guess the group, Solstice falls back to two group names:
default
- Used for everyone.operator
- Used by operators.
Configure player names¶
Display names are configurable in the name-formats
list.
This list uses the order as priority of the group, first elements come before later elements.
Example
If the player is in the vip
and default
groups, but is not in the admin
group, it will pick the vip
group and skip default
as vip
comes before default
.
- admin
- vip
- default
Adding a format¶
To add a format for a group, add the following lines in the list (remember the order priority in the list):
Placeholder¶
Instead of using %player:name%
, ${name}
is prefered because it respects the nickname of the player (if any).
Commands¶
/nick clear
- Clear nickname/nick "<nickname>"
- Set nickname/nick <player> clear
- (solstice.command.nick.others
) - Clear a player's nickname/nick <player> "<nickname>"
- (solstice.command.nick.others
) - Set a player's nickname