Weathered
Weathered is a advanced spigot plugin to sync real live weather with your Minecraft world.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Weathered
Weathered🌥️
Weathered is a simple spigot plugin to sync real live weather with your Minecraft world.
NEW! PlaceholderAPI support !
Github · Report Bug · Request Feature
Setup
1. Create a free account on OpenWeatherAPI and copy your API key. 2. Navigate to Weathered's `config.yml` and set `openweatherkey` as your previously acquired API key. 3. Set `region` to the place you would wish to retrieve weather data from. 4. Add all worlds you wish to synchronize with real weather data to `worlds`. 5. Restart/Reload your server and enjoy!
Config
```yml openweatherkey: '**************'
region: 'Berlin,Germany'
update_interval_seconds: 10
worlds: ['world'] ```
PlaceholderAPI
| Key | Data | |------------------------|---------------------------------------------| | `%weathered%` | The weather of the defined region | | `%weathered_temp%` | The temperature of the defined region | | `%weathered_time%` | The time of the defined region | | `%weathered_region%` | The defined region |