Update README.md

This commit is contained in:
texmex 2017-07-25 14:35:38 +02:00 committed by GitHub
parent 7c1e9352f9
commit 855057a5d4

View File

@ -0,0 +1,23 @@
# Opening hours
License: LGPLv3
## Description
Limits the days and hours a server is open to players.
## List of features
- Allows players to join according to the `opening.days` and `opening.hours` table
- Kicks players when opening hours are over
- Warns players of closing 15, 10, 5 and 1 minute in advance
- Always allows admin, singleplayer and players with `server` privilege to join and stay
## Known issues
- Opening times can't be set by global settings, code edits required
## Bug reports and suggestions
You can report bugs or suggest ideas by [filing an issue](http://github.com/tacotexmex/opening_hours/issues/new).
## Links
* [Download ZIP](https://github.com/tacotexmex/opening_hours/archive/master.zip)
* [Source](https://github.com/tacotexmex/opening_hours/)
* [Forum thread](https://forum.minetest.net/viewtopic.php?f=9&t=18168)