RandomizedMinigames/README.md
2025-04-20 10:40:33 +02:00

4.1 KiB


Randomized Minigames

This spigot plugin adds a couple of Minigames 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)

(back to top)

Installation

As every Spigot Plugin

  1. Download the newest .jar file in the Releases-Tab
  2. Download LuckPerms
  3. Place both .jar files inside your Spigot-Server's plugins-folder
  4. Enjoy

(back to top)

Usage

/prefix - Opens a GUI of all available Colors the Player can choose from.
/prefix add <Name> <Hex Color> <Item>- This Command adds the color specified using the hex color code with a given name and an assigned Item that's shown in the GUI.
/prefix remove <Name>- Use this one to remove the color specified using the given name.

Roadmap

  • Fixing Permission Checks
  • (Re-)adding fade option so prefixes look even cooler
  • 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 GNU GPLv3 License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)