Skip to content

Releases: bundabrg/BetonQuest

v2.2-test

03 Jan 07:04
Compare
Choose a tag to compare

test of tag

v2.1-test

03 Jan 03:37
Compare
Choose a tag to compare

Test of tagged version build

v2.0-preview.27

29 Jun 11:13
Compare
Choose a tag to compare

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

Documentation

v2.0-preview.26

03 Jun 11:21
Compare
Choose a tag to compare

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

Documentation

2.0-preview.25

01 Jun 14:49
Compare
Choose a tag to compare

Changes

  • Add support for Minecraft v1.14+

Differences from 2.0

Useful Links

Documentation

2.0-preview.24

04 Apr 01:54
Compare
Choose a tag to compare

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

Documentation

2.0-preview.23

31 Mar 06:27
Compare
Choose a tag to compare

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

Documentation

v2.0-preview.22

01 Mar 07:08
Compare
Choose a tag to compare

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

Documentation

v2.0-preview.21

21 Jan 03:35
Compare
Choose a tag to compare

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

Documentation

v2.0-preview.20

20 Jan 08:47
Compare
Choose a tag to compare

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

Useful Links

Documentation