1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00
Jobs
Go to file
Zrips 34bac1b07e
Merge pull request #1527 from smuddgge/master
Reverted fishing exploiting
2023-01-06 13:57:59 +02:00
.github Call JobsLevelUpEvent when promoting or adding levels to players 2021-05-13 16:42:29 +02:00
libs Ingame quest editor first pass 2023-01-05 14:29:47 +02:00
src/main Merge pull request #1527 from smuddgge/master 2023-01-06 13:57:59 +02: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
jitpack.yml Back to 17 2022-07-20 14:52:55 +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 Version up 2022-06-24 16:50:21 +03:00
README.md Update job ids instead of inserting 2021-02-20 10:40:03 +01: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.

Links

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