BattlePass
https://www.spigotmc.org/resources/63076/
quests:
1: # Any loot
type: customfishing_loot
variable: none
name: 'Any loot'
required-progress: 5
points: 10
item:
material: FISHING_ROD
name: '&eAny loot'
lore:
- '&7To complete this quest, you must'
- '&7Catch 5 fish.'
- ''
- '&7(&a%percentage_progress%&7)'
2: # Specific loot
type: customfishing_loot
variable: tuna_fish
name: 'Tuna'
required-progress: 5
points: 10
item:
material: FISHING_ROD
name: '&bTuna Fish'
lore:
- '&7To complete this quest, you must'
- '&7Catch 5 Tuna Fish.'
- ''
- '&7(&a%percentage_progress%&7)'
3: # Loot Group
type: customfishing_group
variable: river
name: 'Catch fish is river'
required-progress: 5
points: 10
item:
material: FISHING_ROD
name: '&cCatch fish is river'
lore:
- '&7To complete this quest, you must'
- '&7Catch 5 river fish.'
- ''
- '&7(&a%percentage_progress%&7)'
Last updated