aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example6.yml
blob: 3262b1a8aa8bf72a0f4ce7d7c6e31f88165d5f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
tasks:
  building:
    type: "blockplace"
    amount: 10
display:
  name: "&cExample VI (Different category, permissions)"
  lore-normal:
    - "&cThis category is designed to show you the different"
    - "&cattributes a quest can have. This quest requires"
    - "&ccertain permissions."
    - ""
    - "&7This quest requires you to:"
    - "&7 - Place 10 blocks."
    - ""
    - "&7Rewards:"
    - "&7 - $10 added to your in-game balance."
  lore-started:
    - ""
    - "&7Your current progression:"
    - "&7 - {building:progress}/10 blocks placed."
  type: "GRASS"
rewards:
  - "eco give {player} 10"
options:
  category: "permissionexample"
  # This quest has no specific permission, however its category does. The permission for the category is "quests.category.permissionexample"
  repeatable: false
  cooldown:
    enabled: true
    time: 1440