uselesswaifu / Nameless-Plugin

Official NamelessMC server plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nameless-Plugin

The official Minecraft plugin for NamelessMC v2. For compiled files see the spigot resource page

Features

  • 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

Installation

  1. Install the plugin jar file in the plugins folder
  2. Restart the server
  3. Modify config.yml: enter API URL and server id.
  4. Run /nameless reload

Translations

Translation status

Compiling (Spigot)

Requirements: Maven, JDK 8, git (any JDK >8 will also work as long as your server doesn't use a lower JDK version)

apt install maven openjdk-8-jdk git

git clone https://github.com/Derkades/Derkutils
cd Derkutils
git checkout legacy # important!
mvn install
cd ..

git clone https://github.com/NamelessMC/Nameless-Java-API
cd Nameless-Java-API
mvn install
cd ..

git clone https://github.com/NamelessMC/Nameless-Plugin
cd Nameless-Plugin/NamelessSpigot
mvn package shade:shade
cd target
# find jar file here

Discord

v1

The legacy NamelessPlugin for v1 is available for download on spigot. The source is available in the v1-Pre-1.1 branch.

About

Official NamelessMC server plugin

License:MIT License


Languages

Language:Java 100.0%