Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Releases: M0dEx/FunQuiz

Improved question and config handling

13 Aug 20:48
Compare
Choose a tag to compare
Pre-release

Improved question handling

  • added countdown before a question is shown
  • players can now chat normally if prefix is set to "", only correct answers are registered

Improved config handling

  • moved from the default class to a custom one for config.yml
  • configuration updates in a plugin update will now be handled better

v2.0.0

21 Feb 18:50
Compare
Choose a tag to compare

First official v2.0.0 release

Based on this commit

Features

  • Asking a random question in the specified interval
  • Functional messages.yml config
  • Functional Open Trivia DB implementation (Pulls 50 questions from the OTDB each 25 questions asked and mixes them with the questions defined in questions.yml)
  • Questions command - list, info, ask, reload
  • Vault hook for additional reward command ("money AMOUNT")
  • Inventory menus
  • Reload command
  • bStats
  • Updater

v2.0.0-alpha-4

03 Jan 21:34
Compare
Choose a tag to compare
v2.0.0-alpha-4 Pre-release
Pre-release

Near the finish line

Based on this commit

Features

  • Asking a random question in the specified interval
  • Functional messages.yml config
  • Functional Open Trivia DB implementation (Pulls 50 questions from the OTDB each 25 questions asked and mixes them with the questions defined in questions.yml)
  • Questions command - list, info, ask, reload
  • Vault hook for additional reward command ("money AMOUNT")
  • Inventory menus
  • Reload command
  • bStats

v2.0.0-alpha-3

04 Nov 21:55
Compare
Choose a tag to compare
v2.0.0-alpha-3 Pre-release
Pre-release

Questions command

Based on this commit

Features

  • Asking a random question in the specified interval
  • Functional messages.yml config
  • Functional Open Trivia DB implementation (Pulls 50 questions from the OTDB each 25 questions asked and mixes them with the questions defined in questions.yml)
  • Questions command - list, info, ask, reload

TODO

  • Interactive messages

v2.0.0-alpha-2

13 Oct 16:27
c2398ae
Compare
Choose a tag to compare
v2.0.0-alpha-2 Pre-release
Pre-release

Open Trivia DB and some optimizations

Based on this commit

Features

  • Asking a random question in the specified interval
  • Functional messages.yml config
  • Functional Open Trivia DB implementation (Pulls 50 questions from the OTDB each 25 questions asked and mixes them with the questions defined in questions.yml)

TODO

  • Inventory Menus
  • Lots of other stuff

v2.0.0-alpha-1

08 Jun 21:01
61b22c1
Compare
Choose a tag to compare
v2.0.0-alpha-1 Pre-release
Pre-release

First working version

This is the first working version of the plugin, based on this commit.

Features

  • Asking a random question in the specified interval
  • Functional messages.yml config

TODO