mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Moved console and config commands to the server section.
This commit is contained in:
parent
70d587d672
commit
6bdded378e
@ -88,21 +88,6 @@ Sends a command to the server, for example: `creativeserver cmd "tp craftysaurus
|
||||
|
||||
Like the previous command, sends a string to the server to execute, but in addition outputs the server log to the screen afterwards. You can stop watching the log output by pressing Ctrl+C.
|
||||
|
||||
<server> console
|
||||
|
||||
Resumes and connects the user to the underlying screen session which runs the server. "screen" is a tool which allows a terminal to run in the background and be returned to when necessary. The `<server> console` command "resumes" the screen session allow direct access to the server console.
|
||||
|
||||
**Warning: Pressing Control+C in a screen session will terminate/stop/kill the Minecraft server.** To leave a screen session (and the server) running use the "Control+A then D" key combination.
|
||||
|
||||
<server> config <setting> <value>
|
||||
|
||||
Each vanilla Minecraft server has a `server.properties` file which controls aspects from which map to load, to the game difficulty, to special settings understandable only to Minecraft Server Manager. These values can be change by editing the file directly, or by using this command.
|
||||
|
||||
If a setting already exists in the file, it will be updated with the new value, if it does not yet exist a new entry will be appended to the end of the file.
|
||||
|
||||
This command may be a good entry point for admins not familiar with command line file editors such as vim or emacs.
|
||||
|
||||
|
||||
|
||||
[op]: http://www.minecraftwiki.net/wiki/Operator
|
||||
[survival]: http://www.minecraftwiki.net/wiki/Survival
|
||||
|
@ -38,6 +38,8 @@ You can always get a quick list of commands by typing `msm help`, which outputs
|
||||
<server> logroll Move a server log to a gziped archive, to reduce lag
|
||||
<server> backup Makes a backup of an entire server directory
|
||||
<server> jar <jargroup> [<file>] Sets a server's jar file
|
||||
<server> console Connects to the interactive console. Access may be limited
|
||||
<server> config [<setting> <value>] Lists server settings, or sets a specific setting.
|
||||
|
||||
--Server Pass Through Commands----------------------------------
|
||||
<server> wl on|off Enables/disables server whitelist checking
|
||||
@ -59,8 +61,6 @@ You can always get a quick list of commands by typing `msm help`, which outputs
|
||||
<server> save all Force the writing of all non-saved world changes to file
|
||||
<server> cmd <command> Send a command string to the server and return
|
||||
<server> cmdlog <command> Same as 'cmd' but shows log output afterwards (Ctrl+C to exit)
|
||||
<server> console Connects to the interactive console. Access may be limited
|
||||
<server> config [<setting> <value>] Lists server settings, or sets a specific setting.
|
||||
|
||||
--Jar Commands--------------------------------------------------
|
||||
jargroup list List the stored jar files.
|
||||
|
@ -78,6 +78,21 @@ Backing up a server's worlds is covered by the `<server> worlds backup` command,
|
||||
|
||||
Sets a the jar file a server will use when starting up. If only a jar group is specified the latest jar in that group will be used. However if a file name is also given, it will be looked for in the jar group and used instead.
|
||||
|
||||
<server> console
|
||||
|
||||
Resumes and connects the user to the underlying screen session which runs the server. "screen" is a tool which allows a terminal to run in the background and be returned to when necessary. The `<server> console` command "resumes" the screen session allow direct access to the server console.
|
||||
|
||||
**Warning: Pressing Control+C in a screen session will terminate/stop/kill the Minecraft server.** To leave a screen session (and the server) running use the "Control+A then D" key combination.
|
||||
|
||||
<server> config <setting> <value>
|
||||
|
||||
Each vanilla Minecraft server has a `server.properties` file which controls aspects from which map to load, to the game difficulty, to special settings understandable only to Minecraft Server Manager. These values can be change by editing the file directly, or by using this command.
|
||||
|
||||
If a setting already exists in the file, it will be updated with the new value, if it does not yet exist a new entry will be appended to the end of the file.
|
||||
|
||||
This command may be a good entry point for admins not familiar with command line file editors such as vim or emacs.
|
||||
|
||||
|
||||
|
||||
[we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots
|
||||
[active-vs-inactive]: {{ site.baseurl }}docs/concepts/active-vs-inactive.html
|
Loading…
Reference in New Issue
Block a user