Skip to content

Releases: AlessioGr/NotQuests

v2.2.0 - Conversation update

02 Dec 11:45
Compare
Choose a tag to compare

Conversations:

  • Added /qa conversations create command. This creates the conversation file with you - filled with the default template. However, to edit the actual conversation, you still need to open the conversation file manually and edit it. For beginners, I recommend using /qa conversations create test --demo to fill it with a demo conversation. You can try to understand it and learn from it.
  • Added actions to conversation lines. Each conversation line can now specify an action (specified in actions.yml) to execute once it's reached.
  • Chat packets: If this feature is enabled, old conversations will be magically removed from the chat while keeping the other chat history. While this feature is reeeally cool, you need to enable both "packet" options in the general.yml first as it could be unstable and needs some testing first.
  • Fixed other, random conversation bugs I have noticed

Other:

  • Fixed bug where actions were not saved after using the /qa actions create command
  • Fixed click & hover messages not working in 1.18
  • Updated dependencies
  • Other random bug fixes

v2.1.7 - Bug fixes & improvements

30 Nov 21:01
Compare
Choose a tag to compare

Improvements:

  • Remove ugly empty brackets () from objective task descriptions without special item names

Fixes:

  • Fix both reset admin commands not working
  • Fix CraftItems Objective and another Objective not saving / not being created
  • Fixed some internal placeholders not being replaced (like objective displayname & description)

v2.1.6 - Actions improvements

30 Nov 13:07
Compare
Choose a tag to compare

Improvements:

  • This update migrates your actions from quests.yml to actions.yml. This will clean up the quests.yml a bit and will be the base for future updates coming to actions (different kinds of actions & adding actions to conversation lines or to quest rewards)

No need to do anything when updating.

v2.1.5 - String improvements

30 Nov 10:18
Compare
Choose a tag to compare

Additions:

  • Added configuration options: storage.load-playerdata and storage.save-playerdata (You probably shouldn't touch those)

Improvements:

  • Improved internal placeholders for translations/strings. Not only can you now use more of them for different strings - the attribute is now calculated correctly. Now, the Quest name of the quest completion message is correctly centered! Oh, and this might also have some performance benefits.

v2.1.4 - New Requirement: UltimateClansClanLevel

29 Nov 17:02
Compare
Choose a tag to compare

Additions:

  • Added UltimateClansClanLevel Requirement (if you're using UltimateClans)

Improvements:

  • Remove unnecessary data saved for the money requirement

v2.1.3 - New Requirement: World Time

28 Nov 23:35
Compare
Choose a tag to compare

Additions:

  • Added WorldTime Requirement (Player has to accept the Quest in a specific time range of the world where the Player currently is in) (24-hour-clock)

v2.1.2 - Bug fix

28 Nov 16:50
Compare
Choose a tag to compare

Fixed small bug from previous version

v2.1.1 - New Objective: Jump

28 Nov 16:40
Compare
Choose a tag to compare

Additions:

  • Added Jump Objective

v2.1.0 - Two new objectives!

28 Nov 15:27
Compare
Choose a tag to compare

Additions:

  • Added RunCommand Objective (Player has to run a command)
  • Added Interact Objective (This one is cool. It's triggered when the player either right- or left-clicks a specific blocks (or a block in a distance around it) x times.) Useful for, as an example, “Find my fishing rod” Objective.

v2.0.2 - PlaceBlocks Objective & improvements

28 Nov 00:44
Compare
Choose a tag to compare

Additions:

  • Added PlaceBlocks Objective
  • Fixed Greek Translation

Improvements:

  • Block place events now respect grief prevention / land claiming plugins properly