Administrators guide - Sponge-RPG-dev/NT-RPG GitHub Wiki
If you prefer build from source execute commands
git clone https://github.com/NeumimTo/NT-RPG
cd NT-RPG
gradlew build -x test
This will build entire multi module project. The jar files you want are in Implementations/Spigot//build/libs or Implementations/Sponge//build/libs
todo
-
Config root folder:
- Sponge: Server-root-dir/config/nt-rpg/**
- Spigot: Server-root-dir/plugins/nt-rpg/**
-
Addons - Folder for additional content such as third party skills
-
Classes - Folder where you define classes
-
Scripts - Folder where you put your JavaScript script files, Inside this folder is pre-generated top-level script Main.js, Do not delete it.
-
Skilltrees - Folder where you define skilltrees