timer/README.md

26 lines
615 B
Markdown
Raw Permalink Normal View History

2019-02-12 06:27:05 -08:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2019-02-12 20:30:43 -08:00
# Minetest mod: Timer
2019-02-12 06:27:05 -08:00
2019-02-12 20:01:41 -08:00
Main repository:
https://notabug.org/ademant/timer.git
Mirrors:
https://gitlab.com/ademant/timer.git
https://github.com/ademant/timer.git
2019-01-09 07:23:44 -08:00
2019-02-12 20:30:43 -08:00
## Short description
2019-02-12 06:27:05 -08:00
2019-01-09 08:24:43 -08:00
This mod provides a simple countdown timer for each player. It uses xpfw for storing value, so it is also visible in the xpfw hud.
2019-01-09 07:23:44 -08:00
2019-01-09 08:24:43 -08:00
chat command:
/cd <value> set countdown with <value> seconds. if not given, start with default value
/cd r/rest give remainign countdown time
2019-01-09 07:23:44 -08:00
2019-02-12 20:30:43 -08:00
## Authors of source code
2019-01-09 07:23:44 -08:00
2019-02-12 06:27:05 -08:00
ademant (MIT)