Minecraft RPG Questing Plugin
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/versions/dev/Learn-Beton/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/versions/dev/Developer-Documentation/Info-for-developers/
Developer Setup:
<repositories>
<repository>
<id>betonquest-repo</id>
<url>https://betonquest.org/nexus/repository/betonquest/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>pl.betoncraft</groupId>
<artifactId>betonquest</artifactId>
<version>1.12.0-SNAPSHOT</version>
</dependency>
</dependencies>
Contributing:
Make sure to set this git config setting in your project before cloning or touching any code:
Windows:
git config --global core.autocrlf true
MacOS & Linux:
git config --global core.autocrlf input
Clone:
git clone https://github.com/BetonQuest/BetonQuest.git