v1.3

Details

  • Filename
    OpeningHours.jar
  • Uploaded by
  • Uploaded
    May 31, 2013
  • Size
    7.89 KB
  • Downloads
    1,067
  • MD5
    ba55455c0e1c9545bf081a6a7b4ab8b1

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

1) Added an option to config.yml to specify opening hours per weekday:

#override the opening times above for the days & times mentioned below (all weekdays -lower-case- are recognized):
friday:
  serverClosingTime: '23:00'

saturday:
  serverOpeningTime: '01:00'
  serverClosingTime: '23:00'

sunday:
  serverOpeningTime: '01:00'

2) Solved a bug where kicking of logged-in players at closing hour wouldn't be re-scheduled after having fired once. Note that there was no issue with checking opening hours at login.