Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T17:52:49.000Z (28 days ago)
- Last Synced: 2025-01-18T01:06:05.544Z (4 days ago)
- Topics: bukkit, discord, graphical-interface, gui, inventories, java, minecraft, quest, quests-plugin, rpg, spigot, wiki
- Language: Java
- Homepage:
- Size: 9.72 MB
- Stars: 155
- Watchers: 5
- Forks: 35
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/SkytAsul/BeautyQuests?color=green)
[![Jenkins](https://ci.codemc.org/job/SkytAsul/job/BeautyQuests/badge/icon)](https://ci.codemc.org/job/SkytAsul/job/BeautyQuests)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/beautyquests/localized.svg)](https://crowdin.com/project/beautyquests)
[![Spiget Downloads](https://img.shields.io/spiget/downloads/39255)](https://www.spigotmc.org/resources/beautyquests.39255/)
![bStats Servers](https://img.shields.io/bstats/servers/7460)
![bStats Players](https://img.shields.io/bstats/players/7460)
[![Discord](https://ptb.discordapp.com/api/guilds/482632781395132416/widget.png)](https://discord.gg/H8fXrkD)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](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```