Releases: Cutiemango/MangoQuest
Releases · Cutiemango/MangoQuest
Version 1.9.8: Updated for Minecraft 1.16.5
Changes
- Updated for Minecraft 1.16.5
- Changed: scoreboard will not display available quests now for performance concern
Bug Fixes
- Fixed: item hover not working properly
- Fixed: TextComponent.duplicate() is throwing NoSuchMethodException
- Fixed: npc not in the same world will cause IllegalArgumentException
Version 1.9.7
Changes
- Changed: weak item check will now work on item requirements as well
- Changed: non-text actions will now be executed immediately, instead of delaying
- New Config Node: actionInterval (the interval between text actions)
Bug Fixes
- Fixed: when player disconnects, conversation progress will reset and cause some problems
(now it will be cleared) - Fixed: Some text can not be correctly displayed in book gui
Version 1.9.6: Updated for Minecraft 1.16.2
Updated for Minecraft 1.16.2
Redo Settings
- You can now create daily & weekly quest and reset them at specific time within a day.
Bug Fixes
- Fixed: if SkillAPI level requirement is 0, it now will not check for player's level. (Same for QRPG level)
- Fixed: NPE pops when saving triggerQuestConversations that has no triggerQuest selected
(now there's an error message and can not be saved when there's no triggerQuest)
Version 1.9.5v2
- added 3 optional language entry in i18n
(starts with QuestGUI.ColorFormat) - fixed a bug where shopkeepers gui may pop out when delivering items
Version 1.9.5v1: Bug fixes
- now player can only open npc gui with their hand empty. (no duplicate bugs)
- weakItemCheck code fixes, potions should work now
- reward item bug is fixed
Version 1.9.5: Added Database Support
- Added database support, now you can choose either MySQL or MongoDB for data saving
- Reworked book ui formatting
- Updated scoreboard display formatting
- Fixed a bug where shopkeepers ui appeared first and will cause the player unable to interact
- Fixed a bug where the amount of quest reward items may fluctuate
- Fixed a bug that players who has no class in QRPG will cause an NPE when trying to meet the requirements
Version 1.9.4: Added QuantumRPG support
- Added QuantumRPG support
- Added new "allowDescendant" option for rpg class requirement
- Requirement editor & plugin hooker improvements
- Fixed a bug where Shopkeeper NPC will not show trade option when delivering item