PluginConfigs/Jobs/schedule.yml
Norbi Peti aafc93dafb
Start with clean configs for v6 and go from there
- Applied some changes to the defaults
- Changes since v5:
-- Don't write the plugin list (I should work on an offline solution for this, read the plugin.yml from the jars?)
-- Disabled daily restarts for now, not sure if we'll need it
-- Disabled member component (we don't have member permissions yet)
-- Disabled /spawn component
-- Disabled the GeneralEventBroadcasterModule to ensure compatibility
-- Homes aren't changed even though we don't have the groups for it yet
-- Default world changed to "world"
-- Towny taxes are now percentage-based by default
-- Changed minimum distances to 4 times the default
-- Enabled Towny in new worlds by default but disabled ability to claim it (Towny commands will still work)
-- Made Dynmap render in high resolution (well, not in very low resolution anyway, it still uses a low resolution renderer for the flat map and we don't have the others)
- Towny settings are otherwise the same (block size 8 instead of 16 and all upkeep settings)
- Missing plugins since v5 update: ButtonPresents, ButtonWebsiteModule, LimitedCreative, MythicMobs, Plot2Dynmap, PlotSquared, ProtocolLib, Factions
2023-02-04 21:15:57 +01:00

68 lines
2.6 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 setup 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 been stopped'
- '&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 been stopped'
- '&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******************************************************'