diff options
author | Karel Kočí <cynerd@email.cz> | 2015-12-11 18:51:23 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-12-11 18:51:23 +0100 |
commit | d3bcf2e4366093049b5b372fbdbe14f902ae35be (patch) | |
tree | 8c20530d5e70d20a97ec12b11faedea00f6a1e69 /todo.md | |
parent | b965c6e8d9ac5009a7a7f4c647e092289618e634 (diff) | |
download | mcserver-wrapper-d3bcf2e4366093049b5b372fbdbe14f902ae35be.tar.gz mcserver-wrapper-d3bcf2e4366093049b5b372fbdbe14f902ae35be.tar.bz2 mcserver-wrapper-d3bcf2e4366093049b5b372fbdbe14f902ae35be.zip |
Add automatic server shutdown
Wrapper can be set to stop server if no player is online for certain
time.
Diffstat (limited to 'todo.md')
-rw-r--r-- | todo.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ mcwrapper ========= - * Add automatic server shutdown after elapsed time without any player + * Add option to specify configuration file instead of environment variable + * Add option to print used configuration (source of configuration and variables) + * Overwriting specific configuration options from command line + * Format prints same as Minecraft server (time stamp and source) + * Add options to print important paths for specific server status files |