Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Creators
Details
Licensed ARR
Published 3 weeks ago
Updated 3 weeks ago
🧠 Cobble Trivia
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.
✅ Requirements
- Velocity Proxy: This plugin must be installed on your Velocity proxy.
- PluginCommandRunner: Required on backend servers to properly execute prize commands.
- Permission node: You need the permission node cobbletrivia.manage to use the commands.
✨ Features
- 🎯 Customizable Trivia Questions – Add as many questions as you like with answers.
- 🔀 Word Scrambler – Challenge players to unscramble words for rewards.
- 📖 Pokémon Dex Entry Quizzes – Perfect for Cobblemon servers, ask players to guess the Pokémon from its Pokédex entry.
- 🏆 Reward System – Run commands to give players prizes (items, Pokémon, or anything else).
- ⏱️ Cooldown & Auto-Start – Control how often trivia events appear and whether they launch automatically.
- 🛑 Realm Exclusion – Prevent trivia from running on specific servers if needed.
⚙️ Commands
/ct start - Starts the quizes
/ct stop - Stops the quizes
/ct reload - Reloads the plugin
🛠️ Example Config
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"
❓ Need Help?
You can either DM me on discord @polarplar or join my development discord and ask your questions there! Also check out my other projects!