Minecraft QuizMaster3000 mod 2026 download
logo
minecraft mod QuizMaster3000

QuizMaster3000

Game Version: CB 1.6.4-R2.0
Total Downloads: 1,525
Updated: Nov 16, 2013
Created: Nov 8, 2013
Download QuizMaster3000Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
QuizMaster3000 v0.4.1 beta 35.09 KB Nov 16, 2013 CB 1.6.4-R2.0 542 download QuizMaster3000 QuizMaster3000 v0.4.1 betaDownload
QuizMaster3000 v0.4 beta 33.31 KB Nov 16, 2013 CB 1.6.4-R2.0 170 download QuizMaster3000 QuizMaster3000 v0.4 betaDownload
QuizMaster3000 v0.3 beta 29.49 KB Nov 14, 2013 CB 1.6.4-R2.0 178 download QuizMaster3000 QuizMaster3000 v0.3 betaDownload
QuizMaster3000 v0.2.1 beta 23.29 KB Nov 14, 2013 CB 1.6.4-R2.0 208 download QuizMaster3000 QuizMaster3000 v0.2.1 betaDownload
QuizMaster3000 v0.2 beta 16.54 KB Nov 11, 2013 CB 1.6.4-R2.0 163 download QuizMaster3000 QuizMaster3000 v0.2 betaDownload
QuizMaster3000 v0.1.2 alpha 14.10 KB Nov 9, 2013 CB 1.6.4-R2.0 125 download QuizMaster3000 QuizMaster3000 v0.1.2 alphaDownload
QuizMaster3000 v0.1.1 alpha 13.98 KB Nov 8, 2013 CB 1.6.4-R2.0 139 download QuizMaster3000 QuizMaster3000 v0.1.1 alphaDownload

Screenshots

Description

Share this:

This plugin allows you to run quiz contests in game. Questions are loaded from a data file that can be updated with as many questions as you can think of. Questions can have multiple answers.

A default set of questions are provided and saved to the plugin's folder when first run. New questions can be added by editing the file and reloading the plugin.

How It Works

A quiz can be started using the in-game command. During the registration period people can join the quiz. Once the registration period is finished, questions are asked until one player gets five right. They are then declared the winner.

Commands

Player Commands

/quiz join
Join a quiz that has started and is accepting registrations.
/quiz scores
Show the current quiz scores.

Admin Commands

/quizadmin start
Start a new quiz and accept registrations.
/quizadmin stop
Stop a quiz at any point during the quiz.
/quizadmin autorun
Run a quiz, then repeat after a delay (set in config.yml)

Permissions

  • quizmaster3000.quiz – Access to /quiz (Default: True)
  • quizmaster3000.admin – Access to /quizadmin (Default: OP)

Configuration

Configuration is pretty self-explainitory

general:
  prefix: '&d[Quiz]&f' # can contain color codes
  locale: 'en_AU' # defaults to Australian English
quiz:
  winningScore: 5 # when score reached quiz is ended
  hints: true # show hints during question countdown
  autorun:
    default: false # whether to autorun quiz (/quiz autorun) when using /quiz start
    delay: 300 # in seconds

Localisation (from v0.4.0)

Localisation is now possible, however the plugin contains no translations as yet. If you are willing to help translate it, please send me a PM.

If you do not set a locale in the config.yml it will use the system's default locale. If the locale doesn't have a translation it will default to Australian English.

Set your locale via the general.prefix setting in config.yml. For example:

# For German
general:
  locale: 'de_DE'

Available locales

Chinese: thanks to xiaobaiya

Question file format

The question file is a bar (|) delimited file. The first field is the question and any other fields are answers. At least one answer is required.

For examples, look at the questions file (questions.dat) provided with the plugin.

Changelog

Full changelog

ToDo

This is very much a work in progress. Some features to come include:

  • Configurable prefix. Added v0.2
  • Configure the time periods for registration, answering questions, etc.
  • Use multiple question files, with the questions selected when a quiz is started.
  • Proper permissions nodes Added v0.2
  • Localisation of messages Added v0.4

Comments

Add a comment