A simple calendar plugin for RPG and other servers.
Building is quite simple.
To build VenturaCalendar, you need JDK 16 or higher and Gradle installed on your system.
Clone the repository or download the source code from releases.
Run gradlew shadowjar
to build the jar.
The jar will be found created in /build/libs/
folder.
Building
git clone https://github.com/M0diis/VenturaCalendar.git
cd VenturaCalendar
gradlew shadowjar
You can find the API documentation in the wiki.
All the development builds can be found on actions page. Open the workflow and get the artifact from there.