Commands & Permissions
Commands
Section titled βCommandsβ| Command | Permission | Description |
|---|---|---|
/nick <minimessage> |
dnicks.nick.self |
Set your own nick (the whole remainder is the nick, so spaces and tags survive). |
/nick reset |
dnicks.nick.self |
Clear your nick. |
/nick picker |
dnicks.picker |
Open the style picker GUI. |
/nick <player> <minimessage> |
dnicks.nick.others |
Set another playerβs nick. |
/realname <nick> |
dnicks.realname |
Find the player behind a nick. |
/dnicks reload |
dnicks.reload |
Reload config + language and re-apply online players. |
/nick has the alias /nickname; /nick picker also responds to gui / menu; /realname has /whoisnick; /dnicks has /dnick. Commands are registered at runtime by DzusillCore β no plugin.yml entries.
Permissions
Section titled βPermissionsβ| Node | Default | Grants |
|---|---|---|
dnicks.nick.self |
everyone | Set / reset your own nick. |
dnicks.picker |
everyone | Open the picker GUI. |
dnicks.realname |
everyone | Use /realname. |
dnicks.gradient |
op | Use <gradient> and <rainbow>. |
dnicks.color.<name> |
β | Use a specific named color (e.g. dnicks.color.red). |
dnicks.color.* |
op | Use any named color. |
dnicks.color.hex |
op | Use raw <#rrggbb> hex colors. |
dnicks.format |
op | Use <bold> / <italic> / <underlined> / <strikethrough>. |
dnicks.nick.others |
op | Set another playerβs nick. |
dnicks.reload |
op | Reload the configuration. |
dnicks.admin |
op | All of the above. |
Suggested setup
Section titled βSuggested setupβ# everyone can set a plain nick (default) β nothing to do
# VIP: gradients, hex, all colors and styles/lp group vip permission set dnicks.gradient true/lp group vip permission set dnicks.color.* true/lp group vip permission set dnicks.color.hex true/lp group vip permission set dnicks.format true
# staff/lp group staff permission set dnicks.admin trueColor gotcha: named colors are checked as
dnicks.color.<name>. Grant the wildcarddnicks.color.*to allow all 16 at once β you donβt have to list them individually.