[](https://github.com/Zrips/Jobs/blob/master/LICENSE-Apache.txt) [](https://github.com/Zrips/Jobs/blob/master/LICENSE-GNU-GPL.txt)
[](https://github.com/Zrips/Jobs/releases) [](https://github.com/Zrips/Jobs/releases)
[](https://github.com/Zrips/Jobs/issues) [](https://github.com/Zrips/Jobs/pulls)
Jobs Plugin for the BukkitAPI
***
# Jobs

_Original author and manager of this was phrstbrn until [v2.12.0](https://dev.bukkit.org/projects/jobs/files/808311) version._
A fully configurable plugin that allows you to get paid for breaking, placing, killing, fishing, and crafting, and more. Class based professions, gain experience as you perform your job.
Links
- Bukkit: https://dev.bukkit.org/projects/jobs-reborn
- Spigot: https://www.spigotmc.org/resources/4216/
# Jobs API
You can manually add the jar file to your build path or you can use jitpack if you use maven or gradle:
## Maven
```xml
jitpack.io
https://jitpack.io
com.github.Zrips
Jobs
LATEST
provided
```
## Gradle
```gradle
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.Zrips:Jobs:LATEST' //Change the LATEST to the current version of jobs
}
```
For API events: https://github.com/Zrips/Jobs/wiki/API