Skip to content

Installation

dNicks depends on DzusillCore 1.1.0+. Put DzusillCore-x.y.z.jar in plugins/ first.

Place dNicks-x.y.z.jar into plugins/ and restart. On first start it creates:

plugins/dNicks/
β”œβ”€β”€ config.yml # surfaces, nick rules, formats, nametag, integrations
β”œβ”€β”€ messages.yml # generated from the language file (do not edit directly)
β”œβ”€β”€ lang/en-US.yml # every player-facing string
└── players/ # one <uuid>.yml per player with a nick
  • PlaceholderAPI β€” drop the jar in plugins/; dNicks auto-registers %dnicks_name% and friends.
  • EssentialsX / TAB β€” already on your server? See Integrations for the one or two settings that make dNicks the single source of truth.

Plain nicks work for everyone out of the box (dnicks.nick.self is on by default). Colors and gradients are gated so you can sell them as a perk. To let a rank use them:

/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

See Commands & Permissions.

/nick <gradient:#ff5fa2:#a18fff>YourName</gradient>

The gradient should appear in chat, in the tab list and on the floating nametag above your head. Edit config.yml / lang/en-US.yml, then apply with:

/dnicks reload

Next: the Quick Start.