Skip to content

Releases: AlessioGr/NotQuests

v1.4.9 - The Armor Stand Update

29 Sep 11:57
Compare
Choose a tag to compare

RENAMED PERMISSIONS: E.g. notnot.quests.user => notquests.use.

  • CompletionNPCs, DeliverItems Objectives and TalkToNPC Objectives now work with Armor Stands! Citizens is now no longer required to use most features of NotQuests! As of now, the only things where you still need Citizens are the EscortNPC Objective and the NPCDeath trigger. I'll add that to armor stands later.
  • New Permission: notquests.admin.armorstandeditingitems
  • Random improvements not worth mentioning

v1.4.8 - Armor Stand particles & various improvements

28 Sep 19:46
Compare
Choose a tag to compare

The permission notnot.quests.use is now given by default! Make sure to take it away if you don't want your players to use the quests you have created yet.

  • Added particle effects to quest giver armor stands (configurable in the config)
  • New performance option: disable-if-tps-below. This configuration setting lets you disable the particles above armor stands or Citizens NPCs if the server TPS is below a certain threshold. This is disabled by default.
  • More consistent and colourful console messages
  • Improved the armorstand checker
  • Internal code improvements
  • Added back Adventure Components
  • Optimized QuestEvents and fixed a bug regarding the WorldLeaveTrigger

v1.4.7 - Added more translatable Strings

25 Sep 01:39
Compare
Choose a tag to compare
  • Many more translatable Strings have been added. The GUI for players should now be completely translatable. A pre-made English and German translation is already included! I recommend deleting the translations folder after updating.
  • Few internal code improvements

v1.4.6 - New Money Reward Type & Bug Fixes

24 Sep 20:16
Compare
Choose a tag to compare

New getting started guide: https://github.com/AlessioGr/NotQuests/wiki/Getting-Started

  • Added new Money Reward Type
  • Fix Bug: Quest cannot be accepted without Citizens installed
  • Fixed ItemReward Material autocompletion

v1.4.5 - New Reward Type & Improvements

24 Sep 15:18
a91e34d
Compare
Choose a tag to compare
  • Added an "Item" Reward Type.
    Example: /qadmin edit questname rewards add Item hand 2 or /qadmin edit questname rewards add Item ROTTEN_FLESH 32

  • Added auto-completions for placeholders in qadmin commands (like {PLAYER})

v1.4.4 - Multi-Language support, spigot support

23 Sep 20:08
Compare
Choose a tag to compare
  • You can now change texts and translate the plugin into multiple languages. Only a limited number of strings are translatable right now. I will add more and more gradually.
  • Spigot is supported. Paper is no longer required (although recommended)

v1.4.3 - Bugfix: Quests.yml error

23 Sep 01:31
Compare
Choose a tag to compare

Fixed quests.yml not generating for fresh installs, causing the plugin to disable itself.

v1.4.2 - CraftItems Objective & Various Improvements

22 Sep 20:08
Compare
Choose a tag to compare
  • Added a new Objective Type: CraftItems
  • Make loading of the quests.yml safer by adding more error checking
  • Code Improvements
  • Increased loading speed of the plugin when there is a high number of quests
  • Add missing NPC ID auto-completions for some admin commands
  • Added config option visual.quest-giver-indicator-particle.enabled to general.yml file

v1.4.1 - More Configuration options

22 Sep 11:46
Compare
Choose a tag to compare
  • Added config option: visual.quest-giver-indicator-particle.type
  • Added config option: visual.quest-giver-indicator-particle.spawn-interval
  • Added config option: visual.quest-giver-indicator-particle.count
  • Added update checker (shows in the console only)

v1.4.0 - Armor Stands Update, Performance & other Improvements

21 Sep 21:38
Compare
Choose a tag to compare

- NEW EXPERIMENTAL FEATURE. Bugs can happen, so be warned. Just use it for testing:
You can now bind quests to ARMOR STANDS! Citizens is not needed for that anymore! Benefits:
- It's even easier to bind stuff to armor stands
- It's 1000x faster. With the right server settings you could have 10000x more armor stands without lag — compared to Citizens. There are few plugins you can use to style your armor stands and make them look even better and more unique than NPCs.
You can't use them for objectives or triggers yet (like DeliverItems or TalkToNPC). That, I will add later.

  • Fixed Reward ConsoleCommands not working
  • Performance improvements when right-clicking NPCs
  • Fixed /qa progress command showing online players as offline.
  • Add proper NPC ID autocompletion to NPCs add command