Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 885 Bytes

README.md

File metadata and controls

executable file
·
32 lines (23 loc) · 885 Bytes

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