mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
parent
d6edd9c677
commit
eb1d9a2efa
@ -11,6 +11,15 @@ Maintainers:
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
### [0.4.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.4...0.4.0)
|
||||||
|
|
||||||
|
* Added the `<server> give <player> <item> [amount] [data]` command. Closes [#34][#34]. Thanks to [@Vi3GameHkr][@Vi3GameHkr] for the suggestion.
|
||||||
|
* Added the `<server> xp <player> <amount>` command.
|
||||||
|
* Fixed the `gamemode`, `cmd` and `cmdlog` server commands *again*. They now accept multiple arguments as intented.
|
||||||
|
|
||||||
|
[@Vi3GameHkr]: https://github.com/Vi3GameHkr
|
||||||
|
[#34]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/34
|
||||||
|
|
||||||
### [0.3.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.3...0.3.4)
|
### [0.3.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.3...0.3.4)
|
||||||
|
|
||||||
* Fixed the `gamemode`, `cmd` and `cmdlog` server commands. They were not previously accessable.
|
* Fixed the `gamemode`, `cmd` and `cmdlog` server commands. They were not previously accessable.
|
||||||
|
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.3.4"
|
VERSION="0.4.0"
|
||||||
|
|
||||||
|
|
||||||
### 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