2019-01-24 20:49:03 +01:00
[![GitHub license ](https://img.shields.io/badge/license-Apache-brightgreen.svg )](https://github.com/Zrips/Jobs/blob/master/LICENSE-Apache.txt) [![GitHub license ](https://img.shields.io/badge/license-GNU--GPL-brightgreen.svg )](https://github.com/Zrips/Jobs/blob/master/LICENSE-GNU-GPL.txt)
2019-01-23 21:17:25 +01:00
[![GitHub Pre-Release ](https://img.shields.io/github/release-pre/Zrips/Jobs.svg )](https://github.com/Zrips/Jobs/releases) [![Github All Releases ](https://img.shields.io/github/downloads/Zrips/Jobs/total.svg )](https://github.com/Zrips/Jobs/releases)
[![GitHub issues ](https://img.shields.io/github/issues/Zrips/Jobs.svg )](https://github.com/Zrips/Jobs/issues) [![GitHub pulls ](https://img.shields.io/github/issues-pr/Zrips/Jobs.svg )](https://github.com/Zrips/Jobs/pulls)
Jobs Plugin for the BukkitAPI
***
# Jobs
2021-02-20 10:40:03 +01:00
![Image of Jobs ](https://www.spigotmc.org/data/resource_icons/4/4216.jpg?1424463769 )
2019-01-23 21:17:25 +01:00
_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.
2021-02-20 10:40:03 +01:00
Links
2019-01-23 21:17:25 +01:00
- Bukkit: https://dev.bukkit.org/projects/jobs-reborn
- Spigot: https://www.spigotmc.org/resources/4216/
2020-08-22 20:40:25 +02:00
# Jobs API
2020-10-01 07:31:19 +02:00
You can manually add the jar file to your build path or you can use jitpack if you use maven or gradle:
2021-02-20 10:40:03 +01:00
## Maven
2020-08-22 20:40:25 +02:00
```xml
< repositories >
< repository >
< id > jitpack.io< / id >
< url > https://jitpack.io< / url >
< / repository >
< / repositories >
< dependencies >
< dependency >
< groupId > com.github.Zrips< / groupId >
< artifactId > Jobs< / artifactId >
< version > LATEST< / version > <!-- Change the LATEST to the current version of jobs -->
< scope > provided< / scope >
< / dependency >
< / dependencies >
```
2021-02-20 10:40:03 +01:00
## Gradle
2020-10-01 07:31:19 +02:00
```gradle
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.Zrips:Jobs:LATEST' //Change the LATEST to the current version of jobs
}
```
2020-08-22 20:40:25 +02:00
For API events: https://github.com/Zrips/Jobs/wiki/API