Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Paper
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated 5 months ago
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
- Create a free account on OpenWeatherAPI and copy your API key.
- Navigate to Weathered's
config.yml
and setopenweatherkey
as your previously acquired API key. - Set
region
to the place you would wish to retrieve weather data from. - Add all worlds you wish to synchronize with real weather data to
worlds
. - Restart/Reload your server and enjoy!
Config
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 |