UltimateTrivia - Dynamic Difficulty Update
Numerous new functions in the config:
-
Difficulty-based questions (EASY, MEDIUM, HARD)
-
Customizable time limits
-
Unique sounds for each difficulty (with pitch adjustments)
-
Individual setting options for the difficulty levels
-
“Almost Correct Answer” system with configurable tolerance
Code (Text):
questions:
easy:
- "Which mob is attracted to glow berries?;Fox"
- "What material is needed to make a Nether portal?;Obsidian"
- "Which enchantment allows you to walk on water?;Frost Walker"
- "What tool do you need to mine diamonds?;Iron Pickaxe"
medium:
- "Which potion effect allows you to jump higher?;Jump Boost"
- "What is the rarest ore in the Overworld?;Emerald"
- "Which hostile mob can break doors on hard difficulty?;Zombie"
- "What is the name of the dimension where Endermen spawn naturally?;The End"
hard:
- "How many blocks high can you fall without taking damage?;3"
- "What is the crafting recipe for a bookshelf?;6 wood planks, 3 books"
- "Which block is used to craft a beacon?;Obsidian"
- "What is the default maximum build height in Minecraft?;319"
To see the updates in config.yml, you will need to delete the file so that the plugin can recreate it. Please save your questions before you reapply.
Bug fixes and other changes:
Ensured that all messages, sounds, and effects properly load from the config.
Please always let me know if there are any changes or suggestions.
Next update: Command Update and QoL