The official Minecraft plugin for NamelessMC v2. For compiled files see the spigot resource page
- Register command
- Report command
- User information command
- Validate command
- Notifications command
- Permissions
- Mvdw and PlaceholderAPI placeholders for number of notifications
- Server data sender (the plugin can send detailed information about the minecraft servers and the players online to the website)
- Group sync
- Whitelist registered users
- Install the plugin jar file in the
pluginsfolder - Restart the server
- Modify
config.yaml: enter API URL and server id. - Run
/nlpl reload
Requirements: Maven, Git, JDK 11, JDK 17
On Debian/Ubuntu: apt install maven git openjdk-11-jdk openjdk-17-jdk
git clone https://github.com/Derkades/Derkutils
cd Derkutils
git checkout spigot-1.13 # important!
mvn clean install # Uses JDK 11
cd ..
git clone https://github.com/NamelessMC/Nameless-Java-API
cd Nameless-Java-API
mvn clean install # Uses JDK 11
cd ..
git clone https://github.com/NamelessMC/Nameless-Plugin
cd Nameless-Plugin
mvn clean package # Uses JDK 11 and 17
# find jar in {bungeecord,paper,spigot,sponge7,velocity}/target/*Building the entire project can take quite a long time. During development, you might want to build a single module only:
mvn package -pl velocity -amThe legacy NamelessPlugin for v1 is available for download on spigot. The source is available in the v1-Pre-1.1 branch.
