QuestSP 2.3.2
QuestSP 2.3.2 introduces a new quiz category system, multiple-choice question support, and important stability fixes.
This update makes QuestSP more flexible for server events, competitions, educational quizzes, and community activities.
Why 2.3.2?
The previous public version was
2.2.1.
Version
2.3.0 introduced quiz categories and multiple-choice support, but during final testing, some compile-time issues were found.
Version
2.3.1 fixed one of those issues, and
2.3.2 includes the final compatibility fix for the new question answer system.
Because of that,
2.3.2 is the recommended stable release for this feature update.
What's New
Added Quiz Categories
Server owners can now organize questions by category.
Example categories:
- Minecraft
- Survival
- Economy
- Dungeon
- Events
- Math
- General Knowledge
New commands:
/quiz categories
/quiz start <category>
/quiz start category <category>
Example:
/quiz start minecraft
/quiz start dungeon
/quiz start event
Added Multiple-Choice Questions
QuestSP now supports multiple-choice quiz questions.
Players can answer using:
- Letter answers: A, B, C, D
- Number answers: 1, 2, 3, 4
- Direct text answers
This makes quizzes easier to use for events and competitions.
Multi-Language Multiple-Choice Support
Multiple-choice options can also be configured per language.
Supported language system remains available for:
- English
- Indonesian
- Japanese
- Korean
- Chinese
Example Question Format
questions:
minecraft_choice_1:
category: minecraft
question:
en: "Which block is used to build a Nether Portal?"
id: "Block mana yang digunakan untuk membuat Nether Portal?"
options:
en:
- "Obsidian"
- "Diamond Block"
- "Bedrock"
- "Deepslate"
id:
- "Obsidian"
- "Diamond Block"
- "Bedrock"
- "Deepslate"
answers:
en:
- "A"
- "obsidian"
id:
- "A"
- "obsidian"
reward: 100
Fixed
- Fixed duplicated variable issue in the answer handler
- Fixed compatibility issue with the updated Question#isCorrect() method
- Improved multiple-choice answer checking
- Improved category-based quiz starting
- Improved stability for the new quiz format
Notes
If you are updating from
2.2.1, please backup your old files before updating:
plugins/QuestSP/config.yml
plugins/QuestSP/quests.yml
plugins/QuestSP/languages.yml
plugins/QuestSP/leaderboard.yml
After updating, restart your server and run:
/quiz reload
QuestSP 2.3.2 is the recommended version for servers that want quiz categories and multiple-choice question support.