All Projects → LMBishop → Quests

LMBishop / Quests

Licence: GPL-3.0 License
Questing plugin for Minecraft, enabling the addition of goals for players.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Quests

AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+6.82%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-59.09%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-54.55%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-80.68%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (-40.91%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-79.55%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (-10.23%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (-18.18%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-82.95%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-60.23%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-77.27%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+30.68%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-61.36%)
Mutual labels:  bukkit, spigot, minecraft-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+38.64%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (-64.77%)
Mutual labels:  bukkit, spigot, spigot-plugin
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (-71.59%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (-68.18%)
Mutual labels:  bukkit, spigot, spigot-plugin
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (-69.32%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
KingdomsX
Battles for might, land and glory.
Stars: ✭ 24 (-72.73%)
Mutual labels:  bukkit, spigot, spigot-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-60.23%)
Mutual labels:  bukkit, spigot, spigot-plugin



Quests

Quick Navigation

💾 Downloads / Building

The latest release version of Quests can be found on Spigot. The latest build of Quests (development version) can be found on GitHub.

Alternatively, you can build Quests via Gradle. Release versions of Quests are built using Java 8, you can change the target version in build.gradle.

  • ensure Java 8 is installed on your machine
  • clone this repository
  • run gradlew in the base directory

The final jar will be in the build/libs/ directory.

🧰 Custom Task

Creating new Task Types within Quests is supported, see the wiki for help.

Quests can be found on the Maven repository listed below, or alternatively on JitPack.

For versions from repo.leonardobishop.com, the version number corresponds to the release version. Please see Spigot for the latest release number.

👨‍💻 Maven

<repository>
    <id>repo.leonardobishop.com</id>
    <url>https://repo.leonardobishop.com/releases/</url>
</repository>

<dependency>
    <groupId>com.leonardobishop</groupId>
    <artifactId>quests</artifactId>
    <version><!--LATEST SPIGOT VERSION--></version>
    <scope>provided</scope>
</dependency>

👩‍💻 Gradle

repositories {
    maven { url = uri('https://repo.leonardobishop.com/releases/') }
}

dependencies {
    compileOnly 'com.leonardobishop:quests:<LATEST SPIGOT VERSION>'
}

👫 Contributors

See https://github.com/LMBishop/Quests/graphs/contributors

🤝 Contributing to Quests

See CONTRIBUTING.md

Quests is split into separate modules:

  • common - contains abstract classes and common code used to create a Quests plugin
  • bukkit - an implementation of Quests for Bukkit (this is where you will most likely make changes)
  • bungee - for BungeeCord, this isn't a Quests plugin, see this issue for more info

For instructions on building Quests, see Downloads / Building.

📖 Wiki

Quests provides a highly detailed and well maintained wiki. The information there is very useful to new users of the plugin.

🌟 Highlighted Articles

💡 Support

For support please open a GitHub issue or join our Discord server. Please provide information of the issue, any errors that may come up and make sure you are using the latest version of the plugin.

⁉️ Issue Tracker

This is the preferred method of bug reporting & feature requests. Please use one of the two templates which are provided. If it is neither a bug report or a feature request and is a question, Discord would be a better place to ask this instead.

💬 Discord

This is the preferred method for general questions about Quests or the development of the project. There is no dedicated support team, rather a team of volunteers (myself) who can help only when they have time.

🌐 Language

Please speak English and do not use any vulgar or harmful language. We work on this project in our free time, getting mad at us, making demands, or just complaining in general will not achieve anything.

📜 License

The source code for Quests is licensed under the GNU General Public License v3.0, to view the license click here.

The artwork for Quests is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , to learn more click here.

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