1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00
Jobs/README.md
2020-08-22 20:40:25 +02:00

2.0 KiB

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