Go to file
2026-02-09 12:06:07 +01:00
gradle/wrapper Initial commit 2025-04-08 11:24:50 +02:00
src/main Fixed many bugs 2025-08-26 22:02:23 +02:00
.gitignore Initial commit 2025-04-08 11:24:50 +02:00
build.gradle Initial commit 2025-04-08 11:24:50 +02:00
gradle.properties Initial commit 2025-04-08 11:24:50 +02:00
gradlew Initial commit 2025-04-08 11:24:50 +02:00
gradlew.bat Initial commit 2025-04-08 11:24:50 +02:00
README.md Update README.md 2025-10-28 14:22:52 +01:00
settings.gradle Initial commit 2025-04-08 11:24:50 +02:00


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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

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.

(back to top)

Installation

As every Spigot Plugin

  1. Download the newest .jar file in the Releases-Tab (available soon™)
  2. Place the .jar file inside your Spigot-Server's plugins-folder
  3. Enjoy

(back to top)

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.

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Acknowledgments

(back to top)