diff --git a/docs/commands/in-game.md b/docs/commands/in-game.md index ad474ea..4e10d43 100644 --- a/docs/commands/in-game.md +++ b/docs/commands/in-game.md @@ -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. - 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 ` 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. - - config - -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 diff --git a/docs/commands/index.md b/docs/commands/index.md index d6468a2..bd63ae0 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -38,6 +38,8 @@ You can always get a quick list of commands by typing `msm help`, which outputs logroll Move a server log to a gziped archive, to reduce lag backup Makes a backup of an entire server directory jar [] Sets a server's jar file + console Connects to the interactive console. Access may be limited + config [ ] Lists server settings, or sets a specific setting. --Server Pass Through Commands---------------------------------- 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 save all Force the writing of all non-saved world changes to file cmd Send a command string to the server and return cmdlog Same as 'cmd' but shows log output afterwards (Ctrl+C to exit) - console Connects to the interactive console. Access may be limited - config [ ] Lists server settings, or sets a specific setting. --Jar Commands-------------------------------------------------- jargroup list List the stored jar files. diff --git a/docs/commands/server.md b/docs/commands/server.md index cdb35fa..964ad1e 100644 --- a/docs/commands/server.md +++ b/docs/commands/server.md @@ -78,6 +78,21 @@ Backing up a server's worlds is covered by the ` 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. + 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 ` 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. + + config + +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 \ No newline at end of file