Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.01 KB

RealTimeWeather

Simple minecraft spigot plugin that allows to have real time and weather on your minecraft server.

Requirements

Build

  1. Clone the repository.
  2. In a terminal cd into repository directory.
  3. Run mvn package,
  4. Move ./target/RealTimeWeather-1.0.jar to your plugins folder.
  5. Start and stop your server.
  6. Edit configuration file in plugins/RealTimeWeather/config.yml,
  7. Start your server.

Release History

  • 1.1
    • Added API refresh config variable
  • 1.1
    • Added stateCode config variable
  • 1.0
    • First build of working plugin

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details