QuizMe

QuizMe


What is QuizMe?

QuizMe is a brand new plugin, designed to bring the popular game Jeopardy to Minecraft!

Requirement(s)

If you want people to earn money by winning, you need to have Vault on your server and to have the config variable money set to true.

Note

Important! Version 1.0, when available for download, is very buggy! All errors, which I'm sure there will be, should be posted in the comments with a FULL error log.

Features

  • Dynamic 7x6 jeopardy board
  • Configurable amount of players
  • In-game admin system
  • NPC to act as the host
  • Randomized questions

To Do List

  • Admin commands
  • Queuing system
  • Preset arena location
  • Randomized questions
  • Points System
  • Remembering winners
  • Logging data to console
  • Dynamic board
  • NPC Host

Commands

/quiz admin add <question> <answer>Add a question if you have the admin permission
/quiz admin listList the configured commands
/quiz playJoin the player queue
/quiz startAttempt to start the next game
/quiz answer <answer>Answer the current question
push a setup buttonBuzz in
/quiz admin setpos <player #>Set the location for a game spawn
/quiz admin setboardSet the current 7x6 WorldEdit selection of signs to the gameboard

Permissions

quizme.adminAdmin permission node
quizme.playerPlayer permission node

Installation

Simply drop the .jar in the /plugins directory

Default Config.yml

money: false        # For hooking in vault
max-queue: 20       # Max Game Queue Size
increment: 100      # Increment for money
min-players: 2      # Minimum Players for a game
total-questions: 60 # Total number of questions

# Questions and their answers
# If there are less than 42 questions below,
# the game will have duplicate questions,
# which is no fun of course :)
# Note- answers MUST be lowercase, or the
# users wil never get them correct
1:
  Name: Who is most known for Minecraft?
  Answer: notch
2:
  Name: What year was Minecraft released in?
  Answer: 2009
3:
  Name: What company created Minecraft?
  Answer: mojang
4:
  Name: What type of game is Minecraft?
  Answer: sandbox
5:
  Name: What file extension (without the .) is Minecraft run through?
  Answer: exe
6:
  Name: What is Notch's real last name?
  Answer: pearsson
7:
  Name: What is the URL for Minecraft's website?
  Answer: http://minecraft.net
8:
  Name: What is the URL for Mojang's website?
  Answer: http://mojang.com
9:
  Name: What is the scale size of one minecraft block?
  Answer: one meter
10:
  Name: What block has the ID of 1?
  Answer: stone
11:
  Name: What is the URL for BukkitDev?
  Answer: http://dev.bukkit.org
12:
  Name: Who is the most well known BukkitDev person (hint- 8 letters)
  Answer: evilseph
13:
  Name: What is this plugin called?
  Answer: quizme
14:
  Name: How many types of wool are there?
  Answer: 16
15:
  Name: What will the Mojang-hosted servers be called?
  Answer: realms
16:
  Name: What part of Notch's body did he shave for charity?
  Answer: beard
17:
  Name: What is the original type of log called? 
  Answer: oak
18:
  Name: What block is unbreakable?
  Answer: bedrock
19:
  Name: What do minecraft players (in SinglePlayer) use to speed up nighttime?
  Answer: bed
20:
  Name: What is added to pistons to make them sticky pistons?
  Answer: slimeball
21:
  Name: What block is used to spawn mobs?
  Answer: mob spawner
22:
  Name: What are ores cooked in?
  Answer: furnace
23:
  Name: What tool is used to prepare soil for crops?
  Answer: hoe
24:
  Name: What is, in unmodified Minecraft, the strongest material for armour?
  Answer: diamond
25:
  Name: How many glass blocks does it take to make 16 glass panes?
  Answer: six
26:
  Name: What block is used to make potions?
  Answer: brewing stand
27:
  Name: What replaces grass on mushroom islands?
  Answer: mycelium
28:
  Name: What is the block ID of grass?
  Answer: 2
29:
  Name: How many wood does a crafting bench require?
  Answer: four
30:
  Name: What block, made from new materials from the nether, is white?
  Answer: quartz
31:
  Name: Who is most known for Minecraft?
  Answer: notch
32:
  Name: What year was Minecraft released in?
  Answer: 2009
33:
  Name: What company created Minecraft?
  Answer: mojang
34:
  Name: What type of game is Minecraft?
  Answer: sandbox
35:
  Name: What file extension (without the .) is Minecraft run through?
  Answer: exe
36:
  Name: What is Notch's real last name?
  Answer: pearsson
37:
  Name: What is the URL for Minecraft's website?
  Answer: http://minecraft.net
38:
  Name: What is the URL for Mojang's website?
  Answer: http://mojang.com
39:
  Name: What is the scale size of one minecraft block?
  Answer: one meter
40:
  Name: What block has the ID of 1?
  Answer: stone
41:
  Name: What is the URL for BukkitDev?
  Answer: http://dev.bukkit.org
42:
  Name: Who is the most well known BukkitDev person (hint- 8 letters)
  Answer: evilseph
43:
  Name: What is this plugin called?
  Answer: quizme
44:
  Name: How many types of wool are there?
  Answer: 16
45:
  Name: What will the Mojang-hosted servers be called?
  Answer: realms
46:
  Name: What part of Notch's body did he shave for charity?
  Answer: beard
47:
  Name: What is the original type of log called? 
  Answer: oak
48:
  Name: What block is unbreakable?
  Answer: bedrock
49:
  Name: What do minecraft players (in SinglePlayer) use to speed up nighttime?
  Answer: bed
50:
  Name: What is added to pistons to make them sticky pistons?
  Answer: slimeball
51:
  Name: What block is used to spawn mobs?
  Answer: mob spawner
52:
  Name: What are ores cooked in?
  Answer: furnace
53:
  Name: What tool is used to prepare soil for crops?
  Answer: hoe
54:
  Name: What is, in unmodified Minecraft, the strongest material for armour?
  Answer: diamond
55:
  Name: How many glass blocks does it take to make 16 glass panes?
  Answer: six
56:
  Name: What block is used to make potions?
  Answer: brewing stand
57:
  Name: What replaces grass on mushroom islands?
  Answer: mycelium
58:
  Name: What is the block ID of grass?
  Answer: 2
59:
  Name: How many wood does a crafting bench require?
  Answer: four
60:
  Name: What block, made from new materials from the nether, is white?
  Answer: quartz


#Do NOT modify these \/, use /quiz admin to set them
board:
  start:
    x: 0
    y: 0
    z: 0
  end:
    x: 0
    y: 0
    z: 0
spawn:
  1:
    x: 0
    y: 0
    z: 0
    world: world
  2:
    x: 0
    y: 0
    z: 0 
    world: world
  3:
    x: 0
    y: 0
    z: 0
    world: world

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    66814
  • Created
    Oct 6, 2013
  • Last Released File
    Oct 13, 2013
  • Total Downloads
    990
  • License

Categories

Members

Recent Files