MobArena plugin for Minecraft
Go to file
Andreas Troelsen aecdac7b39 Add Things API.
With this commit, the Things API is introduced to the code base, but it is not yet used. It introduces the building blocks for an extensible architecture that supports custom parsers and custom "things". This should allow other developers simple, yet powerful hooks into the way MobArena handles class "equipment" and rewards. The basic skeleton includes parsers for ItemStacks and economy money, so it should be interchangeable with the current inner workings of the plugin.

The commit also adds an overload to the ItemParser that allows for a the method to fail silently. This is necessary to avoid false negatives in the log in case the ItemStackThingParser fails but a different parser succeeds.
2017-11-19 18:06:45 +01:00
.github Add issue, pull request templates 2017-11-19 16:48:40 +01:00
lib Add MagicSpells to the lib/ folder. 2017-11-19 17:07:00 +01:00
src/main Add Things API. 2017-11-19 18:06:45 +01:00
.gitignore Remove the lib/ folder from .gitignore. 2017-11-19 17:06:01 +01:00
.travis.yml Add TravisCI config to test code against OpenJDK 7, OracleJDK 8 2017-11-19 17:12:33 +01:00
LICENSE.md Add license. 2014-06-03 14:45:23 +02:00
pom.xml Bump version to 0.98.2. 2017-06-05 00:28:37 +02:00
README.md Add build status to README.md 2017-11-19 17:17:31 +01:00

MobArena

Build Status

MobArena is an arena-style minigame for Bukkit-based Minecraft servers.

Getting Started

If you don't want to compile the plugin yourself, grab a release artifact from one of these two sites:

The wiki here on Github should have all the information you need to get started using the plugin.

Getting Help

If you run into problems or need help with something, feel free to hop on IRC (#mobarena @ irc.esper.net) to have a chat. If you don't know what IRC is or don't have an IRC client, you can use a web-based one:

Remember, though, that IRC is idle chat, which means you likely won't get a response immediately. It could take anything from a couple of seconds to a day, but your message will be seen.

Bugs and Suggestions

Found a bug or have a great idea for the plugin? Use the issue tracker here on Github to submit a bug report or feature request. Please have a look through the existing issues before you post a new one to avoid duplicates.