blob: 32bb7e04bb6b61b90659000e992dceb907ba1965 (
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
31
32
33
34
35
36
37
|
tasks:
building:
type: "blockplace"
amount: 10
worlds:
- "world"
display:
name: "&cExample VII (Different category, world restricted)"
lore-normal:
- "&cThis category is designed to show you the different"
- "&cattributes a quest can have. This quest requires"
- "&chas a task which requires you to be in a world called 'world'."
- ""
- "&7This quest requires you to:"
- "&7 - Place &f10 &7blocks."
- ""
- "&7Rewards:"
- "&7 - &f$10 &7added to your in-game balance."
lore-started:
- ""
- "&7Your current progression:"
- "&7 - &f{building:progress}&7/10 blocks placed."
type: "GRASS_BLOCK"
rewards:
- "eco give {player} 10"
placeholders:
description: "&7Place &f10 &7blocks of any type in world &fworld."
progress: " &8- &f{building:progress}&7/10 blocks"
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
# The quest is in a different category so the sort order is 1.
sort-order: 1
|