Commit Graph

55 Commits

Author SHA1 Message Date
Dirk Sohler
684bce012f implement /mtimer set chat command
Issue https://github.com/dsohler/mtimer/issues/1
2017-07-29 23:13:09 +02:00
Dirk Sohler
ba2f0c9147 add /mtimer help chat command
Issue: https://github.com/dsohler/mtimer/issues/1
2017-07-29 21:41:24 +02:00
Dirk Sohler
43c633732e implement base functionality for chat commands
Chat commands alwys start with `/mtimer` and then the player defines
what action to perform and adds a payload.

    /mtimer help
    /mtimer show
    /mtimer set setting value

Issue: https://github.com/dsohler/mtimer/issues/1
2017-07-29 21:19:05 +02:00
Dirk Sohler
d65c1f11ba switch to player based configuration
Before all variables and “constants” (configuration variables) were
stored in one single global table. Now the players get custom attributes
set. This allows player-based displaying of the timer information.

This will be done in subsequent commits.

Tracking issue: https://github.com/dsohler/mtimer/issues/1
2017-07-29 16:36:07 +02:00
Dirk Sohler
7cbb032a43 outsource config loading 2017-07-28 18:59:33 +02:00