Skip to content

Releases: DiamondPie/SimpleQuiz

v2.4

21 Feb 02:13

Choose a tag to compare

SimpleQuiz v2.4

  • Plugin would now hide the answer from banned players
  • A MIT license is added to the project
  • Added maven-publish plugin into gradle to provide maven support
  • Added readme in both Chinese and English version

v2.3

19 Feb 03:32

Choose a tag to compare

SimpleQuiz v2.3

  • Add bans and unbans to admins to prevent cheat players from answering

v2.2

18 Feb 04:19

Choose a tag to compare

SimpleQuiz v2.2

  • When player inventory is full, drop prize onto ground instead of disappearing

v2.1

14 Feb 09:04

Choose a tag to compare

SimpleQuiz v2.1

  • Update config.yml template
  • Make reload message broadcasted
  • Fix the problem of unexpected sound when reload or disabled
  • Adapt ticks in tasks to server's average tps
    This would be reconstructed in the future to make it based on reality time

v2.0

14 Feb 03:23

Choose a tag to compare

SimpleQuiz v2.0

  • Add an optional bossbar to visualize the quiz countdown
  • Add optional sounds to quiz event
  • Rename notifyWrongAnswer to notify-wrong-answer in config key
  • Add config option hide-correct determines whether to hide the correct answer sent by player
  • Improves logic related to judge questions
  • Add optional easy multiplier for better math quiz experience
  • Add duration parameter in /simplequiz start command
  • Add base64 encoded itemstack validation after executing /simplequiz reload

v1.1

14 Feb 01:02

Choose a tag to compare

  • Add minimum player limit for quiz
  • Beautify /simplequiz description menu texts
  • Fix potential security issues related to leaked plugin instances