From 490274f0398f0d1cbc039f0b090518bb5290599c Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:07:07 -0400 Subject: [PATCH] fixed some items in the config list not being on a newline --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 4a6a753..e384a09 100644 --- a/Home.md +++ b/Home.md @@ -27,17 +27,17 @@ By default, all of RealTimeWeather's features are disabled. The configuration fi **Note:** All values that are surrounded by `''` must stay surrounded by them. **RealTimeWeather Settings** -- `UpdateCheckInterval` (default: `1734000`) +- `UpdateCheckInterval` (default: `1734000`) This sets how often RealTimeWeather will check for updates. Set this to `0` to disable update checks. -- `Debug` (default: `false`) +- `Debug` (default: `false`) Setting this to `true` will provide more messages from RealTimeWeather in the console. This is useful for diagnosing problems. **Time Sync Settings** - `SyncTime` (default: `false`) Set this to `true` to enable time syncing. **Make sure that you choose a timezone after enabling this.** If this is set to 'false', all settings in the time section will be ignored. -- `TimeSyncAllWorlds` (default: `true`) +- `TimeSyncAllWorlds` (default: `true`) By default, RealTimeWeather will sync the time in every world on your server (except nether and end worlds). Set this to `false` to specify which worlds you want to sync the time in below. -- `TimeSyncWorlds` (default: ` - world`) +- `TimeSyncWorlds` (default: ` - world`) If you set `TimeSyncAllWorlds` to `false`, list the worlds that you want to sync the time in here. End and nether worlds will be skipped even if they are listed here. - `BlockTimeSetCommand` (default: `true`) By default, RealTimeWeather will prevent users from using the `/time set` command if `SyncTime` is set to `true`. You can set this to `false` to re-enable the command (not recommended). @@ -61,9 +61,9 @@ If you set `SunriseSunset` to `custom`, put the sunrise/sunset times that you wa **Weather Sync Settings** - `SyncWeather` (default: `false`) Set this to `true` to enable weather syncing. **Make sure that you set the options below after enabling this**. If this is set to 'false', all settings in the time section will be ignored. -- `WeatherSyncAllWorlds` (default: `true`) +- `WeatherSyncAllWorlds` (default: `true`) By default, RealTimeWeather will sync the weather in every world on your server (except nether and end worlds). Set this to `false` to specify which worlds you want to sync the weather in below. -- `WeatherSyncWorlds` (default: ` - world`) +- `WeatherSyncWorlds` (default: ` - world`) If you set `WeatherSyncAllWorlds` to `false`, list the worlds that you want to sync the weather in here. End and nether worlds will be skipped even if they are listed here. - `BlockWeatherCommand` (default: `true`) By default, RealTimeWeather will prevent users from using the `/weather` command if `SyncWeather` is set to `true`. You can set this to false to re-enable the command.