A Minecraft minigame made cuz i was bored
Take a look at our documentations for this project!
- Download the latest release from the releases page.
- Put the file in the plugins folder of your server.
- Restart your server
We will review and help with all reasonable pull requests as long as you follow the guidelines below:
- IDE or system-related files should be added to the
.gitignore
, never committed in pull requests. - If you change existing code, make sure it matches relatively close with the original code.
- Favour readability over compactness.
- If you add Characters, initialize them with the Character Manager and a matching class extending a Character-Type class.
- Character behaviour must only be defined in the
tick()
method of the Character's class. - Notice that all characters extending
Enemy
will spawn automatically - Before creating a pull request, remove all always-on-debug-code like redundant logging or chat messages.
- LimoDerEchte for the StackCreator
- TogaHimikoHacks for some Translations
- The Paper Team for Paper
- The Team of FastAsyncWorldedit for the FAWE Api
This project is licensed under the GNU General Public License v3.0.
If you use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source and/or obfuscated application.
- You must state clearly and obviously to all end users that you are using code from this project.
- Your application must also be licensed under the same license.
If you have any other questions feel free to just ask in our Discord server.