Promote Quizz

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Promote Quizz

It's my first plugin. It allow you to execute commands when a player has successfully answered to a quizz

plugin's picture

Features

  1. Create a quizz for your players
  2. Coloring text messages, questions and answers

Permissions

Only one permission is needed for your player: promoteQuizz.qcm

Commands

Command Description qcm start Start the quizz qcm restart Restart the quizz qcm recall Reask the last question qcm stop Stop the quizz

Configuration

Here is the default config file(in french sorry, but you can change as you want)
QuestionColor: 1
AnswerColor: 3
quizzMessage:
  StartMsg: "&eC'est parti pour le quizz!"
  StopMsg: "&eLe quizz est maintenant stoppe."
  BadAnswerMsg: "&4Mauvaise reponse!"
  GoodAnswerMsg: "&2Bonne reponse! Question suivante."
  AlReadyInQuizzMsg: "&4Vous etes deja dans un quizz!"
  NotInAQuizzMsg: "&4Vous n'etes pas dans un quizz!"
questions:
  q1:
    question: "Combien font 1+1?"
    rightAnswer: 1
    answers:
    - 2
    - 3
    - 1
  q2:
    question: "Le grief est-il autorise?"
    rightAnswer: 2
    answers:
    - Oui, sans moderation
    - Non
    - Non, mais des fois oui
Commands:
 - "say {player} a bien repondu au quizz!"
"{player}" will be replace by the player's name.

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files