mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
parent
36f91805be
commit
aaa4438544
@ -11,6 +11,12 @@ Maintainers:
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
### [0.3.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.16...0.3.0)
|
||||||
|
|
||||||
|
* Closes [#22][#22], by merging `server.conf` into `server.properties`.
|
||||||
|
|
||||||
|
[#22]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/22
|
||||||
|
|
||||||
### [0.2.16](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.15...0.2.16)
|
### [0.2.16](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.15...0.2.16)
|
||||||
|
|
||||||
* Improved the `msm <server> worlds ram <world>` command to insist the server is stopped.
|
* Improved the `msm <server> worlds ram <world>` command to insist the server is stopped.
|
||||||
@ -113,7 +119,7 @@ Change Log
|
|||||||
* Added error messages preventing script use when a required `msm.conf` settings is not specified.
|
* Added error messages preventing script use when a required `msm.conf` settings is not specified.
|
||||||
* Removed fallbacks for settigns not specified in `msm.conf`.
|
* Removed fallbacks for settigns not specified in `msm.conf`.
|
||||||
|
|
||||||
### [0.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.1.3...0.2)
|
### [0.2.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.1.3...0.2)
|
||||||
|
|
||||||
* Added bash completion.
|
* Added bash completion.
|
||||||
* Altered project layout to feature directories for bash_completion, cron and init files. This is useful for dealing with three files all named `msm`.
|
* Altered project layout to feature directories for bash_completion, cron and init files. This is useful for dealing with three files all named `msm`.
|
||||||
@ -148,7 +154,7 @@ Change Log
|
|||||||
* Fixed a bug preventing world links from being created.
|
* Fixed a bug preventing world links from being created.
|
||||||
* Fixed a bug where a server stopped as the result of a command would not always be made inactive.
|
* Fixed a bug where a server stopped as the result of a command would not always be made inactive.
|
||||||
|
|
||||||
### [0.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/aaaa69dbd6c45ff0eb7dd69b756b4103abadfbc4...0.1)
|
### [0.1.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/aaaa69dbd6c45ff0eb7dd69b756b4103abadfbc4...0.1)
|
||||||
|
|
||||||
* Refactored and improved protype code.
|
* Refactored and improved protype code.
|
||||||
* Transitioned from managing a single to multiple servers.
|
* Transitioned from managing a single to multiple servers.
|
2
init/msm
2
init/msm
@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
|
|||||||
|
|
||||||
|
|
||||||
### The Minecraft Server Manager version, use "msm version" to check yours.
|
### The Minecraft Server Manager version, use "msm version" to check yours.
|
||||||
VERSION="0.2.16 Beta"
|
VERSION="0.3.0 Beta"
|
||||||
|
|
||||||
|
|
||||||
### Config variables the user should not need/want to change
|
### Config variables the user should not need/want to change
|
||||||
|
Loading…
Reference in New Issue
Block a user