/BetonQuest

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

BetonQuest Logo

License


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://betonquest.github.io/BetonQuest/

New here? Learn how to make Quests: https://betonquest.github.io/BetonQuest/RELEASE/Learn-Beton/Getting-Started/Quick-Start-Tutorial/


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://betonquest.github.io/BetonQuest/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>