Ordwen / ODailyQuests

GNU General Public License v3.0
20 stars 16 forks source link

Too few trades mismatch #54

Open BurkenDev opened 1 month ago

BurkenDev commented 1 month ago

I noted a weird issue, I've traded way more than 64 bread with a villager which I set my quest to be. Yet the plugin only detects 18 trades.

image

Quest config:

    name: "&8&l[#5bba5d&l?&8&l] &7Villager Contract: &eBread"
    menu_item: PAPER
    description:
      - "&e"
      - "#5bba5d&lOBJECTIVE: &7Trade 64 Bread from a Villager"  
      - "&e"
      - "#5bba5d&lREWARD: &7$750"
    quest_type: VILLAGER_TRADE
    required_item: BREAD
    required_amount: 64
    reward:
      reward_type: MONEY
      amount: 750

This seems to be pretty strange to me.

Ordwen commented 1 month ago

I noted a weird issue, I've traded way more than 64 bread with a villager which I set my quest to be. Yet the plugin only detects 18 trades.

image

Quest config:

    name: "&8&l[#5bba5d&l?&8&l] &7Villager Contract: &eBread"
    menu_item: PAPER
    description:
      - "&e"
      - "#5bba5d&lOBJECTIVE: &7Trade 64 Bread from a Villager"  
      - "&e"
      - "#5bba5d&lREWARD: &7$750"
    quest_type: VILLAGER_TRADE
    required_item: BREAD
    required_amount: 64
    reward:
      reward_type: MONEY
      amount: 750

This seems to be pretty strange to me.

Hello, can you please try with this snapshot? It should be fixed.