Skip to content

A quests plugin based on a simple-to-use graphical interface (Minecraft)

License

Notifications You must be signed in to change notification settings

SkytAsul/BeautyQuests

Repository files navigation

GitHub release (latest SemVer) Jenkins Crowdin Spiget Downloads bStats Servers bStats Players Discord Gitmoji

BeautyQuests

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, Vault, ...).

Overview

BeautyQuests is a plugin that allows you to create and manage quests very easy with a GUI created with the in-game inventories. This plugin is elaborate to look pretty and to simplify the quests for the players.


Downloads

Plugin releases can be downloaded from SpigotMC.

Development builds are available on Jenkins.


Wiki

You can find the wiki here.


Crowdin

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).


Discord

If you need help, found a bug, or want to share an idea, you can join the official Plugin Support Discord server by SkytAsul.


Maven

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>