This plugin is made for MC Imagineers - Info about the server will update more as the server is made. Real Time Weather is a lightweight Bukkit/Spigot plugin that synchronizes the in-game time and weather with real-world conditions based on a specified city. It's perfect for immersive servers or roleplaying experiences, ensuring that players experience realistic day, night, and weather cycles.
Features
Real-time synchronization: Updates the in-game time every minute to reflect real-world time in the configured city.
Weather synchronization: Matches in-game weather with real-world conditions like clear skies, rain, and thunderstorms.
Simple configuration: Easily set your city and API key in the config.yml file.
Debugging options: Optional debug mode to display API responses in the console for troubleshooting.
How to Use
Install the plugin:
Download the plugin jar file and place it into your server’s plugins folder.
Start the server to generate the configuration file.
Configure the plugin:
Navigate to
Set the location field to your desired city (e.g., New York).
Add your OpenWeatherMap API key under the api field. (Instructions for obtaining an API key below.)
Reload or restart the plugin:
Use /rtts reload in-game to reload the configuration or restart your server to apply changes.
Commands:
/rtts reload - Reloads the plugin configuration. (Requires RTTS.reload permission or OP)
Code (YAML):
main:
location: ORLANDO
# Set your city here api: YOUR_API_KEY
# Replace with your OpenWeatherMap API key debug: false
# Set to true to log API responses for debugging
RTTS.reload: Allows players to reload the plugin configuration using /rtts reload.