This documentation is for NameplateBuilder v4.260326.2 with API v2.0.0.
Requirements
- Java 25
- Hytale Server build-7 or later
- Gradle 9.2+ (only if building from source)
Installing the Server Plugin
- Download the NameplateBuilder server plugin JAR from CurseForge
- Place the JAR in your server’s
UserData/Modsfolder - Start the server - NameplateBuilder will generate its config files automatically
- Players can now use
/npbto open the customization UI
For Mod Developers
If you’re building a mod that integrates with NameplateBuilder, you also need the API jar:- Download the NameplateBuilder API jar from CurseForge
- Place it in your mod project’s
libs/folder - Add it as a
compileOnlydependency in yourbuild.gradle:
-javadoc.jar and -sources.jar are available as additional downloads. Place all three in your libs/ folder for full IDE support (autocomplete, inline docs, click-to-source).
- Add the manifest dependency so NameplateBuilder loads first:
Building from Source
nameplate-api, nameplate-server, nameplate-example-mod), packages shadow JARs, and deploys them to your Hytale UserData/Mods folder.
To build individual modules: