diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-08-21 13:57:33 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-08-21 13:57:33 +0100 |
| commit | f772b2eec8e41876a140832d1101a21dcc130e01 (patch) | |
| tree | fcbfd3aee60a29f97fcc5c38548099706e300e60 /src/main/resources | |
| parent | 4cf95c308a778a4da696414a870932b6b9f29253 (diff) | |
Added Distancefrom Task Type
- Configuration is similar to the position task type
- Default added to config.yml
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a293351d..e5318fa5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -578,6 +578,39 @@ quests: enabled: true time: 1440 + distancefrom1: + tasks: + distancefrom: + type: "distancefrom" + x: 0 + y: 0 + z: 0 + world: "world" + distance: 10000 + display: + name: "&cExplorer" + lore-normal: + - "&7This quest requires you to:" + - "&7 - Walk 10km away from the coords 0,0." + - "" + - "&7Rewards:" + - "&7 - $500 added to your in-game balance." + lore-started: + - "" + - "&7Your current progression:" + - "&7 - {distancefrom:progress}m/10000m walked." + type: "STICK" + rewards: + - "eco give {player} 100" + options: + category: "medium" + requires: + - "" + repeatable: true + cooldown: + enabled: true + time: 1440 + mining2: tasks: mining: |
