aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix config files loadingKarel Kočí2015-11-30
| | | | | Configuration wasn't loaded from some location, because it wasn't expanded from posix '~'.
* Support ~ in directory settingKarel Kočí2015-11-30
|
* Change configuration check to use if instead exceptionsKarel Kočí2015-11-15
|
* Remove todo entryKarel Kočí2015-11-15
| | | | | Removed enry was about feature that was removed from mcwrapper by previous commit.
* Allow configuration identifier overrideKarel Kočí2015-11-14
| | | | | | Before this change, if identifier was set in configuration no other identifier could be used. This way is identifier from configuration used only when no one is provided as argument.
* Remove servertKarel Kočí2015-11-14
| | | | | This was testing implementation. In future will be implemented mcmim script for this, which will support modules.
* Remove actions from mcwrapperKarel Kočí2015-11-14
| | | | | | | Actions that would be send to server are useless when as same fast is possible write to file pipe. This way is code more clear and allows more expansions to the future. Also is consistent with planed Man in the middle server.
* Update README.mdKarel Kočí2015-11-07
| | | | | Also server configuration variable folder renamed to more precise directory.
* Add todo file for tracking things to be doneKarel Kočí2015-11-07
|
* Remove modulesKarel Kočí2015-11-07
| | | | Modules are not used any more. They are now useless.
* Add say message and player online trackingKarel Kočí2015-11-07
|
* Remove module support and remove some unused filesKarel Kočí2015-11-07
| | | | Module support would be for this script overkill.
* Reformat README.mdKarel Kočí2015-11-07
|
* Implement new module printconfKarel Kočí2015-11-07
|
* Implemented module version of mcwrapperKarel Kočí2015-09-03
| | | | | | | | | | | | | | | | | | | | mcwrapper functionality split to modules. This is basic implementation of modules handling. Two module types are recognized. For server and commands for mcwrapper cli interface. This way can be implemented different command and server features simply without modifying main script. Interface between main script and modules is defined using service lists. Service list informs main script what function should be called in module. More detailed description should be written to README.md file. Or even separated file describing module interface. In this commit are implemented five different modules. Players and status are server modules. They are used only if mcwrapper is running instance of Minecraft server. Modules say and list-modules are implementing mcwrapper actions. And last module argmodules is implementing mcwrapper argument. For modules usage also added utils.py. This contains shared usable code that is used even by main mcwrapper script.
* Add ignore for pycache folderKarel Kočí2015-08-15
|
* Add READMEv0.1Karel Kočí2015-08-14
|
* Add standard .gitignore fileKarel Kočí2015-08-13
| | | | Git should ignore all hidden files except .gitignore
* Add license fileKarel Kočí2015-08-13
| | | | This project is licensed under GNU General Public License v2.0
* Initial commitKarel Kočí2015-08-10