Trivia Buzzers
A plugin that adds buzzers for Trivias !
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Trivia Buzzers
TriviaBuzzers
trivia shows for live trivia shows on your Minecraft server. Perfect for events: first buzz locks others, host can validate/refuse, winners are teleported to a validation zone—with fireworks & sounds.
🧭 Quick Start
``` /triviabuzzers give player [number] # give player buzzers (buttons), place them /triviabuzzers activate # open buzzing for the world
/triviabuzzers validate # Player had the right answer! Will need a new activation for the next question.
or:
/triviabuzzers refuse # Player had the wrong answer. ```
🔶 Commands
```
Give items
/triviabuzzers give player <count> # Gives a player buzzer /triviabuzzers give host <Validate|Refuse|Activate|Deactivate> # Gives a host buzzer /triviabuzzers give wand # Gives a wand to break/remove buzzers when left click or right click on them.
Host controls (per world)
/triviabuzzers activate # Enables the buzzer /triviabuzzers deactivate # Disables the buzzer /triviabuzzers validate # Validate answer /triviabuzzers refuse # Refuse answer
Validation zone
/triviabuzzers validationzone set [x y z] # Sets a zone where validated players will be tp'd. If no zone is set, players won't get tp'd /triviabuzzers validationzone reset # Resets the current validation zone /triviabuzzers validationzone tp [player] # Tp to validation zone
Maintenance
/triviabuzzers list # Shows all the buzzers /triviabuzzers purge # Removes all the buzzers
```
🔐 Permissions
> trivia.host
Use host commands (activate/deactivate/validate/refuse), and interact with host buzzers. OP by default.
> trivia.admin
Use the Buzzer Wand to remove any registered buzzer; receive the wand. Can Give themselves all sort of buzzers, and can define the validation zone. OP by default.