https://github.com/sieadev/weathered
Weathered is a lightweight spigot plugin to sync real live weather with your Minecraft world.
https://github.com/sieadev/weathered
mc minecraft minecraft-java minecraft-plugin minecraftjava minecraftplugin spigot spigot-plugin weather
Last synced: about 1 month ago
JSON representation
Weathered is a lightweight spigot plugin to sync real live weather with your Minecraft world.
- Host: GitHub
- URL: https://github.com/sieadev/weathered
- Owner: sieadev
- Created: 2023-10-18T13:39:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T12:09:15.000Z (12 months ago)
- Last Synced: 2024-05-13T00:28:11.892Z (12 months ago)
- Topics: mc, minecraft, minecraft-java, minecraft-plugin, minecraftjava, minecraftplugin, spigot, spigot-plugin, weather
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weathered🌥️
Weathered is a simple spigot plugin to sync real live weather with your Minecraft world.
Adding regions soon !
SpigotMC · Report Bug · Request Feature

## Setup
> 1. Create a free account on [OpenWeatherAPI](https://openweathermap.org/) 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 |