Installation
- Download KrafticsLib from the release page
- Put the downloaded jar into plugins folder in your's server
- Run the server
Development
You can download KrafticsLib from the release page, or use one of these build tools (replace (latest_version)
with latest version):
Maven
<dependency>
<groupId>com.kraftics</groupId>
<artifactId>krafticslib-core</artifactId>
<version>(latest_version)</version>
<scope>provided</scope>
</dependency>
Gradle
compileOnly 'com.kraftics:krafticslib-core:(latest_version)'
Contributing
Do you like this project and want to contribute?
You can post ideas, bug reports and pull request at the issue tracker