diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-05-11 22:15:44 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-05-11 22:15:44 +0100 |
| commit | 0bd590cd6a8678e9b2d5a3844f2cc0edfc5c691c (patch) | |
| tree | 0abddf3f0251179736865f365ed7b907356c3441 /src | |
| parent | 05a15a69648296aad9f6338bacc97b2071ba79e6 (diff) | |
Add playtime quest to config.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/config.yml b/src/config.yml index 2a255027..6ab4409a 100644 --- a/src/config.yml +++ b/src/config.yml @@ -420,6 +420,35 @@ quests: enabled: true time: 1440 + playtime: + tasks: + playtime: + type: "playtime" + minutes: 10 + display: + name: "&cPlay Time" + lore-normal: + - "&7This quest requires you to:" + - "&7 - Play for 10 minutes." + - "" + - "&7Rewards:" + - "&7 - $50 added to your in-game balance." + lore-started: + - "" + - "&7Your current progression:" + - "&7 - {playtime:progress} minutes/10 minutes." + type: "WATCH" + rewards: + - "eco give {player} 50" + options: + category: "easy" + requires: + - "" + repeatable: true + cooldown: + enabled: true + time: 1440 + playerkiller: tasks: playerkilling: |
