Trivia Roulette

A plugin that adds roulettes for Trivias !

22

Quick challenge

How far can you run before the mobs catch you?

Trivia Roulette

TriviaRoulette

trivia shows for live trivia shows on your Minecraft server. Perfect for events: start a roulette, spin to pick random options without repeats, reactivate or restart when needed.

🧭 Quick Start

``` /triviaroulette create <id> # create a roulette /triviaroulette add <id> <optionId> "Text" blue # add an option (supports named colors or #RRGGBB) /triviaroulette start <id> # set the active roulette /triviaroulette spin # spin once (no repeats). If none left: shows "no option left" ```

🔶 Commands

```

Manage roulettes

/triviaroulette create <id> # Create a roulette /triviaroulette add <id> <optionId> "Option Display Text" <color> # Add an option to a roulette /triviaroulette remove <id> <optionId> # Remove an option from a roulette /triviaroulette purge # Delete all roulettes

Session control /triviaroulette start <id> # Set the active roulette (replaces the current) /triviaroulette spin # Spin the active roulette; chosen option is disabled /triviaroulette restart # Re-enable all options in the active roulette /triviaroulette reactivate <optionId> # Re-enable a single option in the active roulette /triviaroulette stop # Clear the active roulette

Info /triviaroulette list # Show all roulettes /triviaroulette info <id> # Show a roulette’s options and states ```

🔐 Permissions

> trivia.host

Start, spin, restart, reactivate, and stop roulettes. OP by default.

> trivia.admin

Create roulettes, add/remove options, and purge. OP by default.

ADS