Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 hours ago
JSON representation

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

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, 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](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)**.

***

## 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:
```xml

codemc
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`)
```xml

fr.skytasul
beautyquests-api
VERSION
provided

```