PluginConfigs/Jobs/schedule.yml
Chromachine bec87662a0 New config files for v5 - with the changes
Job configuration isn't preserved
2019-08-19 00:20:14 +00:00

68 lines
No EOL
2.7 KiB
YAML

# Enabled - with this false this schedule will be ignored
# From and Until is in 24 hours format with : signs to separate minutes and seconds
# Exp and Money determines how big is boost, to reset it. keep it at 1.0. so if you use 2.0 that means all money/exp is doubled
# Days variables: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, All
# Jobs can be any of your settup job or use All to give for all jobs at once
# BroadcastOnStart or BroadcastOnStop - set it false to disable message when boost starts/stops
# MessageOnStart or MessageOnStop - optional messages, if not given, then message from locale file will be shown
# BroadcastInterval - how often in minutes to broadcast message about money/exp boost for jobs
# BroadcastMessage - message to show every x minutes
Boost:
NightBoost:
Enabled: false
From: '23:00:00'
Until: '07:00:00'
Exp: 2.0
Money: 2.0
Days:
- All
Jobs:
- All
BroadcastOnStart: true
MessageOnStart:
- '&e***********************************************'
- '&e* All jobs got 2x rate for exp and money!'
- '&e* For limited time only!'
- '&e***********************************************'
BroadcastOnStop: true
MessageOnStop:
- '&e***********************************************'
- '&e* Boost time for jobs have beed stoped'
- '&e* All rates reseted to original ones'
- '&e***********************************************'
BroadcastInterval: 15
BroadcastMessage:
- '&e******************************************************'
- '&e* 2x boost time for all jobs is activated until [until] *'
- '&e******************************************************'
ShortMoneyBoost:
Enabled: false
From: '07:00:00'
Until: '08:00:00'
Exp: 1.0
Money: 2.0
Days:
- Sunday
- Saturday
Jobs:
- Miner
- Woodcutter
BroadcastOnStart: true
MessageOnStart:
- '&e***********************************************'
- '&e* Miner and Woodcutter got 2x rate for money!'
- '&e* Until 8AM!'
- '&e***********************************************'
BroadcastOnStop: true
MessageOnStop:
- '&e***********************************************'
- '&e* Boost time for Miner and Woodcutter have beed stoped'
- '&e* Money rates reseted to original ones'
- '&e***********************************************'
BroadcastInterval: 15
BroadcastMessage:
- '&e******************************************************'
- '&e* 2x money boost time for Miner and Woodcutter jobs'
- '&e* Is activated until [until]'
- '&e******************************************************'