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
165 stars 80 forks source link

block-break doesn't work with mushrooms #678

Open leogianfagna opened 3 weeks ago

leogianfagna commented 3 weeks ago

Description of Bug

If you create a task block-break and use mushroom_block (red or brown), will not work. I even try the debug but, in this case, nothing appers.

Steps to Reproduce

Create this quest:

  colher-cogumarrom:
    type: "blockbreak"
    amount: 30
    blocks:
      - BROWN_MUSHROOM_BLOCK
    exact-match: false

Try it.

Environment

Agreements

Other

No response

Krakenied commented 3 weeks ago

Does this task break especially with this block? And not with other ones?

leogianfagna commented 3 weeks ago

Does this task break especially with this block? And not with other ones?

Especially with the mushroom blocks. Works normally with other ones.

Krakenied commented 3 weeks ago

https://github.com/LMBishop/Quests/assets/46192742/62b2c149-15b5-4f82-ba00-5c6e64f45b2e

Can't reproduce. Ensure that any of your other plugins isn't breaking something.

tasks:
  mining:
    type: "blockbreak"
    amount: 300
    blocks:
    - MUSHROOM_STEM
    - BROWN_MUSHROOM_BLOCK
    - RED_MUSHROOM_BLOCK
leogianfagna commented 3 weeks ago

I will test again with no plugins, thanks