What is BeautyQuests?
- BeautyQuests is a Minecraft quest plugin based on a simple-to-use graphical interface.
- It's an absolutely free plugin with a full technical documentation.
- It's also a collaborative work, where everyone can improve and add new features. If you have ideas, submit them and I or somebody else will try to implement them.
- It's compatible with a large number of other plugins (like MythicMobs, Jobs, Citizens, ...).
Plugin releases can be downloaded from SpigotMC.
Development builds are available on Jenkins.
You can find the wiki here. It contains a lot of useful informations.
If you want to help us translate BeautyQuests into your native language, join the official BeautyQuests Crowdin project and let players in-game see your translations (read the project description for more informations).
If you need help, found a bug, or want to share an idea, you can join the official Plugin Support Discord server by SkytAsul.
In pom.xml, add this to the repositories
section:
<repository>
<id>codemc</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
And add this to the dependencies
section: (replace VERSION by whatever version you want, i.e. 1.0-SNAPSHOT
)
<dependency>
<groupId>fr.skytasul</groupId>
<artifactId>beautyquests-api</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>