All Projects → BetonQuest → Betonquest

BetonQuest / Betonquest

Licence: gpl-3.0
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Betonquest

Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-45.45%)
Mutual labels:  minecraft, spigot, bukkit, rpg, paper
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+34.71%)
Mutual labels:  minecraft, spigot, bukkit, paper
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (+134.71%)
Mutual labels:  minecraft, spigot, bukkit, paper
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+174.38%)
Mutual labels:  minecraft, spigot, bukkit, paper
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+304.13%)
Mutual labels:  minecraft, spigot, bukkit, paper
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+204.96%)
Mutual labels:  minecraft, spigot, bukkit, paper
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (+136.36%)
Mutual labels:  minecraft, spigot, bukkit, paper
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (+237.19%)
Mutual labels:  minecraft, spigot, bukkit, paper
Bedwarsrel
Bedwars Reloaded - The Minecraft Bedwars Plugin!
Stars: ✭ 108 (-10.74%)
Mutual labels:  minecraft, spigot, bukkit, paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+433.06%)
Mutual labels:  minecraft, spigot, bukkit, paper
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+690.91%)
Mutual labels:  minecraft, spigot, bukkit, paper
Redprotect
RedProtect Easy and Light Weight Antigrief plugin.
Stars: ✭ 51 (-57.85%)
Mutual labels:  minecraft, spigot, bukkit
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+809.09%)
Mutual labels:  minecraft, spigot, bukkit
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (-48.76%)
Mutual labels:  minecraft, spigot, bukkit
Savagefactions
The Ultimate Competitve Factions Plugin. Switches focus from casual factions and introduces new features for competitive factions.
Stars: ✭ 99 (-18.18%)
Mutual labels:  minecraft, spigot, bukkit
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-68.6%)
Mutual labels:  minecraft, spigot, bukkit
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-15.7%)
Mutual labels:  minecraft, spigot, paper
Bstats
bStats collects data for plugin authors. It's free and easy to use!
Stars: ✭ 99 (-18.18%)
Mutual labels:  minecraft, spigot, bukkit
Chestcommands
An intuitive and powerful plugin to create graphical user interfaces in Minecraft.
Stars: ✭ 62 (-48.76%)
Mutual labels:  minecraft, spigot, bukkit
Glowstone
A fast, customizable and compatible open source server for Minecraft: Java Edition
Stars: ✭ 1,364 (+1027.27%)
Mutual labels:  minecraft, spigot, bukkit

BetonQuest Logo

Minecraft RPG Questing Plugin

License


BetonQuest is an advanced and powerful quest plugin. It offers RPG-style conversations with NPCs and a very flexible quest system.

Advanced Information & Documentation: https://betonquest.github.io/BetonQuest/

New here? Learn how to make Quests: https://betonquest.github.io/BetonQuest/RELEASE/Learn-Beton/Getting-Started/Quick-Start-Tutorial/


Join our Discord for support: https://discord.com/invite/rK6mfHq

Report Issues here: https://github.com/BetonQuest/BetonQuest/issues/new/choose

Developer Documentation here: https://betonquest.github.io/BetonQuest/RELEASE/Developer-Documentation/API/


Developer Setup:

<repositories>
    <repository>
        <id>betonquest-repo</id>
        <url>https://betonquest.org/nexus/repository/betonquest/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.betonquest</groupId>
        <artifactId>betonquest</artifactId>
        <version>2.0.0-SNAPSHOT</version>
    </dependency>
</dependencies>

Contributing:

Make sure to set this git config setting in your project before cloning or touching any code:

Windows:

git config --global core.autocrlf true

MacOS & Linux:

git config --global core.autocrlf input

Clone:

git clone https://github.com/BetonQuest/BetonQuest.git
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].