From adf5b7b897c5e93c1f04e7a409700eafa46d2712 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 20 Jul 2012 05:24:37 +0100 Subject: [PATCH] Moved console and config commands to the server management commands section. --- init/msm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/msm b/init/msm index bed02d1..1e94583 100755 --- a/init/msm +++ b/init/msm @@ -1881,6 +1881,8 @@ command_help() { echo -e " logroll Move a server log to a gziped archive, to reduce lag" echo -e " backup Makes a backup of an entire server directory" echo -e " jar [] Sets a server's jar file" + echo -e " console Connects to the interactive console. Access may be limited" + echo -e " config [ ] Lists server settings, or sets a specific setting." echo -e echo -e "--Server Pass Through Commands----------------------------------" echo -e " wl on|off Enables/disables server whitelist checking" @@ -1902,8 +1904,6 @@ command_help() { echo -e " save all Force the writing of all non-saved world changes to file" echo -e " cmd Send a command string to the server and return" echo -e " cmdlog Same as 'cmd' but shows log output afterwards (Ctrl+C to exit)" - echo -e " console Connects to the interactive console. Access may be limited" - echo -e " config [ ] Lists server settings, or sets a specific setting." echo -e echo -e "--Jar Commands--------------------------------------------------" echo -e " jargroup list List the stored jar files."