Quests

CustomFishing is compatible with some quest plugins and you can create objective for players.

This page still needs editting because some users helped me test but I don't know how to config this tasks. So I can only vaguely tell you what to do. I will be really happy if you can send me an example task config so I can put it here! :)

这个页码还需要润色因为添加这些兼容是部分用户需求的,他们参与了测试但是我并不知道如何配置这些任务插件,如果你能向我提供一份范例配置,我会很高兴!

BetonQuest2.0

BattlePass

type: customfishing_fish
variable: tuna_fish

type: customfishing_group
variable: normal

ClueScrolls

clueType: customfishing_fish customfishing_group

common_1:
   lore: '&a★ &fCatch %amount% fish: %completed%'
   clueType: customfishing_fish
   amount: 7-15
   objective: Catch %amount% tuna fish
   clueName: Fisherman
   data:
     fish_id: tuna_fish

common_2:
   lore: '&a★ &fCatch %amount% fish: %completed%'
   clueType: customfishing_group
   amount: 7-15
   objective: Catch %amount% normal fish
   clueName: Fisherman
   data:
     fish_group: normal

JobsReborn

MMKill:
  tuna_fish:
    income: 1
    points: 1
    experience: 1

Last updated