Releases: bundabrg/BetonQuest
Releases · bundabrg/BetonQuest
v2.2-test
v2.1-test
v2.0-preview.27
Changes
- Fix npc move event to run done events on player instead of all players
- Fix LeverEvent and StepObjective
- Fix Async error in command event
- BlockSelector: Prevent exceptions when an invalid material name is provided
- ItemCondition: Fix bug where one can't use math.calc in the number field due to the extra colon
- Allow wildcards in items.yml
- MenuConvIO: Allow refresh of display to be configurable
- MenuConvIO: Fix documentation which had bad examples
- MenuConvIO: Reduce amount of whitespace above text to minimal required
Useful Links
v2.0-preview.26
Changes
- Fix issue with calling an event from an async thread which is not supported under spigot
- Update to new MultiVersionPlugin
- Add support for Menu ConversationIO under Minecraft 1.8.x
Differences from 2.0
Useful Links
2.0-preview.25
Changes
- Add support for Minecraft v1.14+
Differences from 2.0
Useful Links
2.0-preview.24
Changes
- Revert removal of Vault permission support. WorldEdit provides a dummy vault permission system that broke vault support. Fixed by having Vault included as a dependency before WorldEdit.
Differences from 2.0
Useful Links
2.0-preview.23
Note
Please avoid this version.
Changes
- Fix NPC particle effects showing when player is on a different world to the NPC - Fixes BetonQuest#928
- Fix NPE when NPC inventory teleports player to a different world - Fixes BetonQuest#907
- Fix color wrapping in ChestIO for 1.12 and below - Fixes BetonQuest#906
- Remove Vault permissions from MC1.13+ due to vault removing support.
- README and Install guide updated - Thanks @cindyhyl
Differences from 2.0
Useful Links
v2.0-preview.22
Changes
- Fix bug in MenuIO where npc_name was leaving a } behind
- Fixed Quests integration
- Rebased on top of 2.0 branch. From now these notes will shows differences against 2.0
Differences from 2.0
Useful Links
v2.0-preview.21
Changes
- MenuConvIO: Allow specifying line length to wrap at
- MenuConvIO: Smarter wrapping
Differences from 1.10
- Multiversion Support (1.8-1.13+)
- Block Selectors - docs
- Condition: conversation - docs
- Conversation Inheritance - docs
- Jobs Reborn - docs
- Notification System - docs
- Configure if chestIO shows npc conversation in each option - docs, BetonQuest#832
- Fix blank journal lines. Separator can be hidden and so can date without leaving blank lines. docs, BetonQuest#818
- Allow WATER and LAVA in Action Objective. - #4
- Resolve variables in Journal pages other than the main page - branch
- Mooncycle Condition - Provided by Caleb - docs
- Menu Conversation IO - docs video
- Event 'effect' can be hidden, ambient and also have its icon hidden - docs
Useful Links
v2.0-preview.20
Changes
- MenuConvIO: Allow displaying NPC name above chat
- MenuConvIO: Make use of variable names when customizing conversation. This allows one to embed the NPC name inside the chat instead (IE as a prefix)
- ChestConvIO: Properly wrap colors
Differences from 1.10
- Multiversion Support (1.8-1.13+)
- Block Selectors - docs
- Condition: conversation - docs
- Conversation Inheritance - docs
- Jobs Reborn - docs
- Notification System - docs
- Configure if chestIO shows npc conversation in each option - docs, BetonQuest#832
- Fix blank journal lines. Separator can be hidden and so can date without leaving blank lines. docs, BetonQuest#818
- Allow WATER and LAVA in Action Objective. - #4
- Resolve variables in Journal pages other than the main page - branch
- Mooncycle Condition - Provided by Caleb - docs
- Menu Conversation IO - docs video
- Event 'effect' can be hidden, ambient and also have its icon hidden - docs