Git Product home page Git Product logo

quests's Introduction



Quests

Quick Navigation

๐Ÿ’พ Downloads / Building

The latest release version of Quests can be found here. The latest build of Quests (development version) can be found on GitHub.

Alternatively, you can build Quests via Gradle. Release versions of Quests are built using Gradle, targeting Java 17. You can change the target version in build.gradle.

  • Ensure Java is installed on your machine
  • Clone this repository
  • Run ./gradlew (Linux and macOS) or gradlew (Windows) in the base directory to build Quests
    • The jar will be output in /build/libs

See CONTRIBUTING.md for more information.

๐Ÿงฐ Custom Task

Creating new Task Types within Quests is supported, see the wiki for help.

Quests can be found on the Maven repository listed below, or alternatively on JitPack.

For versions from repo.leonardobishop.com, the version number corresponds to the release version. Please see Spigot for the latest release number.

๐Ÿ‘จโ€๐Ÿ’ป Maven

<repository>
    <id>repo.leonardobishop.com</id>
    <url>https://repo.leonardobishop.com/releases/</url>
</repository>

<dependency>
    <groupId>com.leonardobishop</groupId>
    <artifactId>quests</artifactId>
    <version><!--LATEST SPIGOT VERSION--></version>
    <scope>provided</scope>
</dependency>

๐Ÿ‘ฉโ€๐Ÿ’ป Gradle

repositories {
    maven { url = uri('https://repo.leonardobishop.com/releases/') }
}

dependencies {
    compileOnly 'com.leonardobishop:quests:<LATEST SPIGOT VERSION>'
}

๐Ÿ‘ซ Contributors

See https://github.com/LMBishop/Quests/graphs/contributors

๐Ÿค Contributing to Quests

See CONTRIBUTING.md

๐Ÿ“– Wiki

Quests provides a highly detailed and well maintained wiki. The information there is very useful to new users of the plugin.

๐ŸŒŸ Highlighted Articles

๐Ÿ’ก Support

For support please open a GitHub issue or join our Discord server. Please provide information of the issue, any errors that may come up and make sure you are using the latest version of the plugin.

โ‰๏ธ Issue Tracker

This is the preferred method of bug reporting & feature requests. Please use one of the two templates which are provided. If it is neither a bug report or a feature request and is a question, Discord would be a better place to ask this instead.

๐Ÿ’ฌ Discord

This is the preferred method for general questions about Quests or the development of the project. There is no dedicated support team, rather a team of volunteers (myself) who can help only when they have time.

๐ŸŒ Language

Please speak English and do not use any vulgar or harmful language. We work on this project in our free time, getting mad at us, making demands, or just complaining in general will not achieve anything.

๐Ÿ“œ License

The source code for Quests is licensed under the GNU General Public License v3.0, to view the license click here.

The artwork for Quests is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , to learn more click here.

quests's People

Contributors

lmbishop avatar krakenied avatar niconekodev avatar nivcoo avatar coollord22 avatar rubenicos avatar sirblobman avatar willfp avatar yosoyvillaa avatar suseu1414 avatar bavovanmeel avatar tom18314 avatar mihaichirculete avatar reinatix avatar sirsalad avatar ofunny avatar viasnake 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.