add option to enable /time set and /weather commands

This commit is contained in:
Jack Fitch
2023-04-22 20:53:24 -04:00
parent f94cb36afe
commit c782ee604a
2 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
# Set to true to enable time syncing, or false to disable #
SyncTime: false
# #
# Set to false to enable the /time set command (not recommended) #
BlockTimeSetCommand: true
# #
# You can change the time between time syncs from the default (5 seconds) below #
TimeSyncInterval: 100
# #
@@ -18,6 +21,9 @@ Timezone: 'Etc/UTC'
# Set to true to enable weather syncing, or false to disable #
SyncWeather: false
# #
# Set to false to enable the /weather command (not recommended) #
BlockWeatherCommand: true
# #
# You can change the time between weather syncs from the default (5 minutes) below #
# Due to OpenWeather's restrictions, setting this value below 2400 (2 minutes) will cause problems #
# You can find a handy tick calculator here: https://mapmaking.fr/tick/ #