Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.
/ Careers Public archive

A better jobs plugin built for Modern Minecraft

License

Notifications You must be signed in to change notification settings

FawksX/Careers

Repository files navigation

Careers

GitHub Workflow Status Maven Central

Careers is a free & open-source jobs plugin. With powerful integrations, support for every mainstream gameplay plugin to dynamic rewards, flexible GUIs and much, much more.

Features

Current Features

  • (TBA)

Links

  • Spigot
  • Development Builds
  • Issues

Documentation

  • JavaDoc

Contributing

Contributions are more than welcome! Please make sure to follow the code style of the project. If you're wanting to add a new major feature, please allow it to have proper consultation first.

Maven/Gradle

<dependencies>
    <dependency>
      <groupId>dev.fawks</groupId>
      <artifactId>careers</artifactId>
      <version>[latest - see releases]</version>
      <scope>provided</scope>
    </dependency>
</dependencies>
// build.gradle.kts
dependencies {
	compileOnly("dev.fawks:careers:[latest - see releases]")
}
repositories {
	mavenCentral()
}

About

A better jobs plugin built for Modern Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages