1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-06 00:08:13 +01:00
Jobs
Go to file
montlikadani 073192c3b0 Fix some database loading issues
For example if we have set up auto cleaning users, the time is already exceed and the users will not get removed from database. Somehow the database always closed on reloading plugin that caused to not perform database actions

Fixes #1007
2020-11-30 21:39:04 +01:00
.github Do not allow blank issues 2020-11-16 18:36:13 +01:00
libs Fix some issues related to ownership handling when disabled 2020-10-22 12:26:32 +02:00
src/main Fix some database loading issues 2020-11-30 21:39:04 +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 Exclude some things from pom 2020-11-24 20:52:32 +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