Code Monkey home page Code Monkey logo

jobs's Introduction

Jobs Reborn

Image of Jobs


GitHub license GitHub license GitHub issues GitHub pulls


Introduction

Welcome to the Minecraft plugin that makes the gaming experience for your players even more exciting!

With this plugin, a player can pick their favorite job(s), such as building, mining, fishing, and crafting. By just playing they can earn rewards like job points, job experience that helps them level up, and ingame money (requires economy engine).

Whether they're a seasoned player or just starting out, they'll love the class-based professions and the satisfaction of leveling up as they master their chosen job(s).

Get ready for a whole new world of fun and rewards! This plugin works great together with the premium plugin CMI.

Required Dependancy

To ensure the best experience with the Zrips made plugins, including Jobs Reborn, it's important to have the CMILib library installed.

We've made it easy for you by providing the latest .jar file. Simply make sure to include this library when you first install Jobs (or when you upgrade to a newer version), and you'll be on your way to enjoying all the fun and benefits our plugins have to offer.

Releases / Downloads

We highly recommend keeping the Jobs Reborn .jar file, as well as all Zrips plugins, up-to-date. You can easily download the latest releases from the following links:

Minecraft Server Engines

Jobs is designed for and officially supported on the following server engines:

While other server engines are not officially supported, direct forks of Spigot and Paper may still be compatible. Here are a few examples:

  • PurPur
  • Tuinity

Please note that these unsupported engines are used 'as is' and may not offer the same level of support or performance as the officially supported engines.

Installation Instructions

To install the Jobs-Reborn plugin along with the CMILib library, follow these steps:

  • Backup your server by running the /stop command.
  • Download the latest CMILib .jar file and place it in the ~/plugins/ directory.
  • Also include the Jobs-Reborn .jar file in the ~/plugins/ directory.
  • Start your server back up.
  • After the initial run, if you see the message 'Done!' with no issues, the plugin will have generated the necessary language and configuration files.
  • Stop and restart the server one more time to review the plugin configurations. You can customize jobs, economy, chat settings, and more by following the guidance on the zrips.net > Jobs pages.

Basic Permissions for Players

The Jobs-Reborn plugin requires some configuration in order for players to use the plugin, this includes the ability to use it, to browse and pick jobs, and to only get paid out in certain worlds. Below is an example of some basic permissions you can consider using to achieve that. (This requires a permission manager)

jobs.command.browse
jobs.command.info
jobs.command.join
jobs.command.leave
jobs.command.stats
jobs.command.top
jobs.join.*
jobs.max.3
jobs.use
jobs.world.world_overworld
jobs.world.world_theend
jobs.world.world_thenether

For example, using LuckPerms you could update the default group as such:

lp group default permission set jobs.use true
lp group default permission set jobs.max.1 true
lp group donator permission set jobs.max.2 true

Bugs and Suggestions

Feel free to clone and submit a pull request with bug fixes or code suggestions.

If you're not familiar with the process, you can also report bugs and make suggestions as an issue (if one doesn't already exist) under the Issues tab on Github.

Support

You can request support from other Community Members on the Zrips Community Discord. (Pick the right roles, to unlock and show the plugins' #help channels.)

Please do check the zrips.net/jobs website out first, before asking questions.

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
}

API Events

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

Credits

jobs's People

Contributors

zrips avatar montlikadani avatar loggits avatar madis0 avatar enterih avatar linzn avatar ygtdmn avatar beepowuff avatar izzelaliz avatar kikelkik avatar ken-kentan avatar teyir avatar mrmacor avatar veteranmina avatar draycia avatar nogapra avatar rakdos8 avatar ogoo2997 avatar smuddgge avatar misterfrans avatar krakenied avatar peccator085 avatar deadcutlass2 avatar chacho4 avatar yuanyuanowo avatar prunt avatar ksewedo5 avatar hugo5000 avatar eltuna avatar dmitryrendov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.