LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
172 stars 85 forks source link

Quests are allowing any block to be placed/mined, rather than a specific block #704

Closed SirPorkus closed 1 month ago

SirPorkus commented 1 month ago

Description of Bug

Quests allow any block to be mined/placed, regardless of if I have defined a certain block in the config. For example, in one quest (Place 128 Cherry Planks), placing a Block of Amethyst is counting towards the overall process. Same with a mine andesite quest, any block counts towards the progress.

Steps to Reproduce

  1. Create a blockplace quest
  2. Define in the Quest config: 'blockplacecertain' and 'cherry_planks' as well as an amount.
  3. Restart the server and load the Quest.
  4. Start the quest, place Amethyst Blocks, and check if it counts to the progress

Environment

Agreements

Other

No response

Krakenied commented 1 month ago

Show your quest file

SirPorkus commented 1 month ago

Show your quest file Here we go: https://paste.helpch.at/pifecofopu.yaml

Krakenied commented 1 month ago

Take a look at the docs - in this task type you need to specify block and not the item

SirPorkus commented 1 month ago

Ty!