https://github.com/skytasul/beautyquests
A quests plugin based on a simple-to-use graphical interface (Minecraft)
https://github.com/skytasul/beautyquests
bukkit discord graphical-interface gui inventories java minecraft quest quests-plugin rpg spigot wiki
Last synced: 20 days ago
JSON representation
A quests plugin based on a simple-to-use graphical interface (Minecraft)
- Host: GitHub
- URL: https://github.com/skytasul/beautyquests
- Owner: SkytAsul
- License: mit
- Created: 2018-01-20T20:33:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T08:28:36.000Z (about 2 months ago)
- Last Synced: 2025-03-28T12:03:40.578Z (27 days ago)
- Topics: bukkit, discord, graphical-interface, gui, inventories, java, minecraft, quest, quests-plugin, rpg, spigot, wiki
- Language: Java
- Homepage:
- Size: 9.11 MB
- Stars: 156
- Watchers: 4
- Forks: 33
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://ci.codemc.org/job/SkytAsul/job/BeautyQuests)
[](https://crowdin.com/project/beautyquests)
[](https://www.spigotmc.org/resources/beautyquests.39255/)


[](https://discord.gg/H8fXrkD)
[](https://gitmoji.dev)# 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, Citizens, ...).***
## Downloads
Plugin releases can be downloaded from **[SpigotMC](https://www.spigotmc.org/resources/beautyquests.39255)**.Development builds are available on **[Jenkins](https://ci.codemc.org/job/SkytAsul/job/BeautyQuests/)**.
## Wiki
You can find the **wiki [here](https://github.com/SkytAsul/BeautyQuests/wiki)**. It contains a lot of useful informations.## Crowdin
If you want to help us translate BeautyQuests into your native language, join the [official BeautyQuests Crowdin project](https://crowdin.com/project/beautyquests) 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](https://discord.gg/H8fXrkD).***
## Maven
In *pom.xml*, add this to the `repositories` section:
```xmlcodemc
https://repo.codemc.org/repository/maven-public```
And add this to the `dependencies` section: (replace VERSION by whatever version you want, i.e. `1.0-SNAPSHOT`)
```xmlfr.skytasul
beautyquests-api
VERSION
provided```