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
176 stars 85 forks source link

add the ability to specify crop age to farming tasks #711

Closed Foxshot21 closed 1 month ago

Foxshot21 commented 2 months ago

Description of Feature

add the ability to specify crop age to farming tasks

Reason for Addition

currently creating a quest if a player farms a seed they just planted it counts towards the quest completed because it is not checking if crop is of the age 7

Alternative Solutions

tasks: harvest: type: "farming" amount: 500 block: "POTATOES"

add this section

  age: 7

  this ability would allow it to check if the crop is of the age specified 

Agreements

Other

currently running plugin on 1.21 with no other issues as of now

Krakenied commented 2 months ago

It checks the age https://github.com/LMBishop/Quests/blob/ee55a1cd43f1bc5ce91cb295e3187521aa3c42a3/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/FarmingTaskType.java#L113-L118