AlessioGr / BetonQuest

An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 30+ other plugins.

Home Page:https://docs.betonquest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BetonQuest-Logo


BetonQuest is an advanced and powerful quest plugin. It offers RPG-style conversations with NPCs and a very flexible quest system.

Advanced Information & Documentation: https://docs.betonquest.org

New here? Learn how to make Quests: https://docs.betonquest.org/RELEASE/Learn-Beton/Getting-Started/Learn-BetonQuest/


Join our Discord for support: https://discord.com/invite/rK6mfHq

Report Issues here: https://github.com/BetonQuest/BetonQuest/issues/new/choose

Developer Documentation here: https://docs.betonquest.org/RELEASE/Developer-Documentation/API/


Developer Setup:

<repositories>
    <repository>
        <id>betonquest-repo</id>
        <url>https://betonquest.org/nexus/repository/betonquest/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.betonquest</groupId>
        <artifactId>betonquest</artifactId>
        <version>2.0.0-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

About

An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 30+ other plugins.

https://docs.betonquest.org

License:GNU General Public License v3.0


Languages

Language:Java 99.6%Language:Shell 0.4%