4.2 KiB
Randomized Minigames
This spigot plugin adds a couple of Minigames to Minecraft all based on some sort of randomization. Currently working are two different types of Force Item Battles, a type of minigame where each player has to aquire an item faster than the others.
Explore the docs » There, sadly, are no docs yet.
Report Bug
·
Request Feature
Table of Contents
About The Project
I got inspired by a streamer and youtuber who plays these kinds of Minigames (BastiGHG). The plugin aims to bring many of these games to his audience and maybe some other people who are interested. There are multiple in-game GUIs that are used for various actions including each part of the setup.
Installation
As every Spigot Plugin
- Download the newest .jar file in the Releases-Tab (available soon™)
- Place the .jar file inside your Spigot-Server's plugins-folder
- Enjoy
Usage
/minigames - Opens a GUI of all available Minigames.
/minigames killall- Kills all minigames currently running, will be removed in the future since it shouldn't be necessary
Roadmap
- Fully implementing Force-Item-Battle Team variant
- Add another minigame, not sure which atm
- Make the GUI easier to work with
- Adding usefull JavaDocs
- probably other stuff I currently dont think about.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the GPL v3 License. See LICENSE.md for more information.
Acknowledgments
- othneildrew for the amazing README template