1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00
Jobs
Go to file
2020-08-23 20:59:42 +02:00
.externalToolBuilders Fix for boonus issue when bonus is null 2017-01-15 20:43:56 +02:00
.github Then do not 2020-03-22 15:28:12 +01:00
.settings Better item recognition 2018-08-01 16:55:30 +03:00
libs Fix NPE on mythicmobs 2020-03-21 13:18:27 +01:00
src/main maxjobs is not a complexed placeholder 2020-08-23 20:59:42 +02:00
.classpath McMMO 2.1.2 support with backwards compatibility. 2019-01-30 10:45:28 +02:00
.gitignore Added tipped_arrow to pay for crafted arrows (#772) 2020-05-24 19:50:50 +02:00
.project Fix for incorrect player data caching on player quit and delayed save 2017-05-12 14:42:12 +03:00
.travis.yml Create .travis.yml 2020-05-16 13:15:46 +03:00
Changelog.txt Fix NPE when a job not found with that id 2019-12-23 09:43:49 +01:00
crowdin.yml Create crowdin.yml 2019-08-16 14:29:58 +03:00
LICENSE-Apache.txt Add files via upload 2019-01-23 21:10:11 +01:00
LICENSE-GNU-GPL.txt Add files via upload 2019-01-23 21:12:08 +01:00
pom.xml maxjobs is not a complexed placeholder 2020-08-23 20:59:42 +02:00
README.md Some things 2020-08-22 20:40:25 +02:00

GitHub license GitHub license

GitHub Pre-Release Github All Releases GitHub issues GitHub pulls

Jobs Plugin for the BukkitAPI


Jobs

Image of 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:

Jobs API

You can manually add the jar file to your build path or you can use jitpack if you use maven (don't know gradle):

<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>

For API events: https://github.com/Zrips/Jobs/wiki/API