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>