/
Cobble Trivia is a fun and flexible trivia plugin designed to bring interactive quiz events to your Minecraft server.
With it, you can set up custom trivia questions on virtually any topic, making it a perfect addition for engaging players, rewarding knowledge, and keeping the community active.
While this plugin is built with Cobblemon servers in mind (featuring Pokémon dex entry and scrambler questions), it’s highly configurable and can be adapted to suit any type of Minecraft server.
!Trivia Example
/ct start - Starts the quizes
/ct stop - Stops the quizes
/ct reload - Reloads the plugin
file-version: 1
autoStart: true
cooldown: 300 # in seconds
quizQuestionText: 'Something something {question}'
dexEntryText: 'DexEntry >> Which pokemon has this dexEntry: {dexEntry}'
scrambledQuestionText: 'Unscramble this word to get a reward {scrambledWord}'
winnerText: '{player} won the game! They have received {prize}'
questions:
- question: 'hello'
answer: 'world'
- question: 'goodbye'
answer: 'world'
scrambler:
- 'Pikachu'
- 'Tapu Koko'
dexEntries:
- pokemon: Bulbasaur
entry: 'For some time after its birth, it uses the nutrients that are packed into the seed on its back in order to grow.'
prizes:
- prizeCommand: '/pokegiveother {player} beldum'
prizeMessage: 'Beldum'
- prizeCommand: '/pokegiveother {player} slaking'
prizeMessage: 'Slaking'
excludedRealms:
- "ExampleServer"

Trivia plugin based around Pokémon questions