Source

When you want the latest version that is available not even for release you can build from source. This means that you will need to clone the GitHub repository and compile it to a .jar file. You can find the build in the /build/libs/ folder.

Linux

You can safely remove all repository files after copying your build.

git clone https://github.com/Vxrpenter/SCPToolsBot

cd SCPToolsBot

chmod +x gradlew
./gradlew shadowjar

Last updated