Tasks
The fishing tasks system provides players with daily challenges and rewards for completing various fishing-related activities.
General Configuration
enabledrequiredboolean
true
false
, players won't receive any fishing tasks. Task Management Configuration
The activeTasks
section controls how many tasks are assigned to players:
activeTasks.minrequirednumber
1
activeTasks.maxrequirednumber
5
Reset Configuration
resetTimerequiredstring
'00:00'
Commands Configuration
The commands
section configures the commands related to fishing tasks:
commands.tasks.enabledrequiredboolean
true
commands.tasks.commandrequiredstring
'fishingtasks'
commands.tasks.helprequiredstring
'View fishing tasks'
Task Types
The types
section defines the available task types:
types.CATCH_SPECIESrequiredstring
'catch_species'
types.CATCH_TYPErequiredstring
'catch_type'
types.CATCH_SPECIFICrequiredstring
'catch_specific'
types.TOTAL_WEIGHTrequiredstring
'total_weight'
Task List Configuration
The list
section defines all available tasks that can be assigned to players:
Common Task Properties
list.[taskId]requiredtable
list.[taskId].typerequiredstring
list.[taskId].labelrequiredstring
list.[taskId].descriptionrequiredstring
%d
to insert the target value. list.[taskId].targetrequirednumber
Task Rewards
list.[taskId].rewardsrequiredtable
list.[taskId].rewards.moneynumber
list.[taskId].rewards.itemstable
list.[taskId].rewards.items[].namerequiredstring
list.[taskId].rewards.items[].amountrequirednumber
Task Type-Specific Properties
Catch Species Task
The catch_species
task type tracks unique fish species caught. No additional parameters are needed.
Catch Type Task
list.[taskId].paramsrequiredtable
list.[taskId].params.typerequiredstring
Catch Specific Task
list.[taskId].paramsrequiredtable
list.[taskId].params.fishrequiredstring
Total Weight Task
The total_weight
task type tracks the total weight of all fish caught. No additional parameters are needed.
Task Examples
This task requires players to catch 10 different fish species. It rewards 5000 money and 5 bread items.