fixed some items in the config list not being on a newline

Jack
2024-07-23 18:07:07 -04:00
parent 520cb25dcc
commit 490274f039

12
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.