Skip to content

NamelessMC/Nameless-Link

Repository files navigation

Nameless-Link

The "Nameless Link" Discord bot synchronizes user roles to and from a specific Discord Guild.

For documentation please consult the wiki.

Translations

Translation status

Compiling

Requirements: Maven, JDK 11, JDK 17, git

apt install maven openjdk-11-jdk openjdk-17-jdk git

git clone https://github.com/NamelessMC/Nameless-Java-API
cd Nameless-Java-API
# You may need to manually set JAVA_HOME to your JDK 11 installation
mvn install
cd ..

git clone https://github.com/NamelessMC/Nameless-Link
cd Nameless-Link
# You may need to manually set JAVA_HOME to your JDK 17 installation
mvn package
cd target
# find jar file here