mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-20 07:01:22 +01:00
Jobs
7ecb265484
Now the FullDescription list will be printed to the gui items instead of short description. In fact, some type didn’t make sense, as even simple strings could solve new lines, but many were lazy to do it, with just two characters. So the FullDescription list will be visible on new servers that have just installed jobs or are updating the file manually. - Added potion effect support to jobs shop to give potion item to player with the given effect type. Closes #1064 |
||
---|---|---|
.github | ||
libs | ||
src/main | ||
.gitignore | ||
.travis.yml | ||
Changelog.txt | ||
crowdin.yml | ||
LICENSE-Apache.txt | ||
LICENSE-GNU-GPL.txt | ||
pom.xml | ||
README.md |
Jobs Plugin for the BukkitAPI
Jobs
Original author and manager of this was phrstbrn until v2.12.0 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.
Main pages:
- 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:
<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>
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