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
- Place it in your mod project’s
libs/folder - Add it as a
compileOnlydependency in yourbuild.gradle:
- 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: