Installation
1. Install DzusillCore
Section titled β1. Install DzusillCoreβdNicks depends on DzusillCore 1.1.0+. Put DzusillCore-x.y.z.jar in plugins/ first.
2. Drop in dNicks
Section titled β2. Drop in dNicksβ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 nick3. (Optional) install integrations
Section titled β3. (Optional) install integrationsβ- 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.
4. Grant color permissions
Section titled β4. Grant color permissionsβ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 true5. Verify
Section titled β5. Verifyβ/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 reloadNext: the Quick Start.