From eb2b21ac80b5be0b553cd0ccfc3e6daa60b2cb7c Mon Sep 17 00:00:00 2001 From: Nikush Patel Date: Mon, 31 Dec 2012 16:22:07 +0000 Subject: [PATCH] Fix some typos --- docs/commands/global.md | 2 +- docs/commands/in-game.md | 2 +- docs/commands/jar-group.md | 2 +- docs/commands/server.md | 2 +- docs/concepts/cron.md | 2 +- docs/concepts/layout.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/commands/global.md b/docs/commands/global.md index 4b4a1e0..6df089c 100644 --- a/docs/commands/global.md +++ b/docs/commands/global.md @@ -20,7 +20,7 @@ The global stop command stops all servers, but does not effect a servers active/ The global restart command stops all servers, and then restarts only the previously active servers. -*See the [Active vs Inactive Servers Page][active-vs-inactive] for a more information on the differences between an active and an inactive server.* +*See the [Active vs Inactive Servers Page][active-vs-inactive] for more information on the differences between an active and an inactive server.* version diff --git a/docs/commands/in-game.md b/docs/commands/in-game.md index 12645a4..21d1a2f 100644 --- a/docs/commands/in-game.md +++ b/docs/commands/in-game.md @@ -66,7 +66,7 @@ Toggles any rain or snow downfall. give [amount] [data] -Gives an item to a player who is online right now. See [this wiki page][data-values] for an exhaustive list of item codes. The `amount` argument defaults to `1` if omitted, and the `data` argument is (as far as in known) used for applying damage to items which degrade with use. This damage value equates to the number of "uses" a tool has undergone. Remember a diamond pickaxe can take more damage than a stone pickaxe. +Gives an item to a player who is online right now. See [this wiki page][data-values] for an exhaustive list of item codes. The `amount` argument defaults to `1` if omitted, and the `data` argument is (as far as is known) used for applying damage to items which degrade with use. This damage value equates to the number of "uses" a tool has undergone. Remember a diamond pickaxe can take more damage than a stone pickaxe. xp diff --git a/docs/commands/jar-group.md b/docs/commands/jar-group.md index c8a39c0..bed85a5 100644 --- a/docs/commands/jar-group.md +++ b/docs/commands/jar-group.md @@ -36,4 +36,4 @@ If a download URL for a jar group should change, or you made a mistake, you can When a new version of a jar has been released, this command allows you to download (based upon the download URL specified for the group) and save it within it's appropriate jar group directory. -The latest version is always downloaded when this command is invoked, then checked for differences against the existing latest jar in that group. If there are differences the new version is saved as the latest vernon, if not the downloaded version is removed. +The latest version is always downloaded when this command is invoked, then checked for differences against the existing latest jar in that group. If there are differences the new version is saved as the latest version, if not the downloaded version is removed. \ No newline at end of file diff --git a/docs/commands/server.md b/docs/commands/server.md index daf5864..a41219c 100644 --- a/docs/commands/server.md +++ b/docs/commands/server.md @@ -80,7 +80,7 @@ Sets a the jar file a server will use when starting up. If only a jar group is s 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. +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 allowing 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. diff --git a/docs/concepts/cron.md b/docs/concepts/cron.md index 60fc473..81febe0 100644 --- a/docs/concepts/cron.md +++ b/docs/concepts/cron.md @@ -12,6 +12,6 @@ From wikipedia: > Cron is the time-based job scheduler in Unix-like computer operating systems. cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. -MSM uses cron to run periodical backups, syncronise worlds that are in RAM back to disk every half hour to prevent data loss in the event of a crash and roll Minecraft log files to prevent them getting to large each night. +MSM uses cron to run periodical backups, syncronise worlds that are in RAM back to disk every half hour to prevent data loss in the event of a crash and roll Minecraft log files to prevent them getting too large each night. See the MSM cron file in the repository for a detailed example. \ No newline at end of file diff --git a/docs/concepts/layout.md b/docs/concepts/layout.md index 4a90ea0..58aed4a 100644 --- a/docs/concepts/layout.md +++ b/docs/concepts/layout.md @@ -8,7 +8,7 @@ docsitem: concepts-layout Server Layout ============= -MSM is designed to get out of your way as much as possible. A server directory should look as nearly exactly the same expect for a few key changes. +MSM is designed to get out of your way as much as possible. A server directory should look nearly exactly the same except for a few key changes. 1. Create a `worldstorage` folder and move all your worlds into it. 2. Optionally create the `worldstorage_inactive` folder for inactive worlds.