1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00
Jobs
Go to file
2021-02-09 07:50:50 +01:00
.github Do not allow blank issues 2020-11-16 18:36:13 +01:00
libs Fix WildStackerAPI dependency 2021-01-14 11:29:57 +01:00
src/main Fixed typo in the command logs for other permission (#1079) 2021-02-09 07:50:50 +01:00
.gitignore ignore these 2020-08-27 09:49:19 +02: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 Second attempt to fix archived jobs 2021-01-16 13:41:46 +01:00
README.md Update readme with gradle build information 2020-10-01 08:31:19 +03: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 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