Fix jekyll links

This commit is contained in:
Marcus Whybrow 2012-08-12 03:52:26 +01:00
parent ed3020b9b7
commit 7b4922d428
7 changed files with 9 additions and 36 deletions

View File

@ -35,4 +35,4 @@ Displays a list of values MSM is using that can be configured. Anything in this
Updates MSM files to the latest versions. Will ask for confirmation before overwriting your files. However one may disable this requirement with the `--noinput` flag. Updates MSM files to the latest versions. Will ask for confirmation before overwriting your files. However one may disable this requirement with the `--noinput` flag.
[active-vs-inactive]: {{ site.baseurl }}docs/concepts/active-vs-inactive.html [active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html

View File

@ -95,4 +95,4 @@ This command may be a good entry point for admins not familiar with command line
[we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots [we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots
[active-vs-inactive]: {{ site.baseurl }}docs/concepts/active-vs-inactive.html [active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html

View File

@ -58,4 +58,4 @@ The global restart command stops all severs, preserving the active/inactive stat
*Again, see the [Commands Page][commands] for more information on commands.* *Again, see the [Commands Page][commands] for more information on commands.*
[commands]: {{ site.baseurl }}docs/commands/ [commands]: {{ site.baseurl }}/docs/commands/

View File

@ -34,6 +34,6 @@ So a typical Bukkit server managed by MSM would look like this:
MSM expects to find your worlds in the `worldstorage` folder. This allows MSM to reliably determine which folders are worlds for making backups, moving worlds into RAM and other behind the scenes stuff. MSM expects to find your worlds in the `worldstorage` folder. This allows MSM to reliably determine which folders are worlds for making backups, moving worlds into RAM and other behind the scenes stuff.
**Advanced:** *You can change the location MSM expects to find world using the `msm-world-storage-path` setting in your server's `server.properties` file. See [Cofniguration → Individual Server][config-server] for more info.* **Advanced:** *You can change the location MSM expects to find world using the `msm-world-storage-path` setting in your server's `server.properties` file. See [Configuration → Individual Server][config-server] for more info.*
[config-server]: {{ site.baseurl }}docs/configuration/server.html [config-server]: {{ site.baseurl }}/docs/configuration/server.html

View File

@ -24,7 +24,7 @@ Default Values
MSM has default values for all possible settings. This means that `/etc/msm.conf` could be left blank and MSM would still work with sensible defaults. MSM has default values for all possible settings. This means that `/etc/msm.conf` could be left blank and MSM would still work with sensible defaults.
It is however advised that each value be explicitly defined nonetheless, allowing admins to be sure of what MSM is doing. The <a href="{{ site.baseurl }}docs/installation.html">installation documentation</a> encourages this approach by downloading the <a href="https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/msm.conf">msm.conf file</a> ready with default values. It is however advised that each value be explicitly defined nonetheless, allowing admins to be sure of what MSM is doing. The <a href="{{ site.baseurl }}/docs/installation.html">installation documentation</a> encourages this approach by downloading the <a href="https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/msm.conf">msm.conf file</a> ready with default values.
Server Defaults Server Defaults
--------------- ---------------

View File

@ -25,6 +25,7 @@ Remember an absolute path is one that starts with a forwards slash, whereas a re
These options cover starting the server in the way you want: These options cover starting the server in the way you want:
msm-username= # The linux user used to start the server msm-username= # The linux user used to start the server
msm-version= # Set the Minecraft verion so MSM knows how to talk it's language **IMPORTANT**
msm-screen-name= # The name used to reference the screen session for this server msm-screen-name= # The name used to reference the screen session for this server
msm-world-storage-path= # The directory (relative to the server directory) to store worlds in msm-world-storage-path= # The directory (relative to the server directory) to store worlds in
msm-world-storage-inactive-path= # The directory to store unused worlds msm-world-storage-inactive-path= # The directory to store unused worlds
@ -61,32 +62,4 @@ When interruptions to the normal experience occur, it's nice to give players som
msm-message-complete-backup-started= # The message shown to players when starting to backup the entire server msm-message-complete-backup-started= # The message shown to players when starting to backup the entire server
msm-message-complete-backup-finished= # The message shown to players when finished backing up the entire server msm-message-complete-backup-finished= # The message shown to players when finished backing up the entire server
## Log Confirmation [global-config]: {{ site.baseurl }}/docs/configuration/msm.html
To be as responsive as possible, MSM determines exactly when a command has completed by watching the server logs for specific entries. When that entry is found, the command can return. If Minecraft server changes the messages it logs (for "save-on", "save-off", "save-all" and when starting up) these values should be altered in `/etc/msm.conf` globally if possible. However if a single server has a different version to the rest you may override what log entries to wait for in a server's `server.conf` file.
Each setting value when set constitutes part of a regular expression used to look for that log entry. As such one may use any special regular expression characters to better define the entry.
msm-confirm-save-on= # The log entry (following "[INFO]") which confirms the "save-on" command has completed.
msm-confirm-save-off= # The log entry that confirms the "save-off" command has completed.
msm-confirm-save-all= # The log entry that confirms the "save-all" command has completed.
msm-confirm-start= # The log entry that confirms the server has finished starting up.
msm-confirm-kick= # The log entry that confirms a user has been kicked
msm-confirm-kick-fail= # The log entry that confirms a user has not been kicked
msm-confirm-time-set= # The log entry that confirms the time has been set
msm-confirm-time-set-fail= # The log entry that confirms the time format was invalid
msm-confirm-time-add= # The log entry that confirms the time has been incremented
msm-confirm-time-add-fail= # The log entry that confirms the time format was invalid
msm-confirm-toggledownfall= # The log entry that confirms the toggle of down fall
msm-confirm-toggledownfall-fail= # The log entry that confirms the world specified for toggling did not exit
msm-confirm-gamemode= # The log entry that confirms as user's game mode was changed
msm-confirm-gamemode-fail-no-user= # The log entry that confirms the specified user was not found
msm-confirm-gamemode-fail-no-change= # The log entry that confirms the user was already in that mode
msm-confirm-give= # The log entry that confirms a player was given an entity
msm-confirm-give-fail-no-user= # The log entry that confirms the specified user was not found
msm-confirm-give-fail-no-item= # The log entry that confirms the item ID/name was not found
msm-confirm-xp= # The log entry that confirms the XP was awarded to a player
msm-confirm-xp-fail-no-user= # The log entry that confirms the specified user was not found
msm-confirm-xp-fail-invalid-amount= # The log entry that confirms the XP amount was an invalid format
[global-config]: {{ site.baseurl }}docs/configuration/msm.html

View File

@ -7,7 +7,7 @@ docsitem: home
<div class="hero-unit"> <div class="hero-unit">
<h1>Getting Started</h1> <h1>Getting Started</h1>
<p>If your looking to get going see the <a href="{{ site.baseurl }}docs/installation.html" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Install Guide']);">Install guide</a>, then peruse <a href="{{ site.baseurl }}docs/commands/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: The Commands']);">the commands</a>. After that maybe watch the project for updates on <a href="https://github.com/marcuswhybrow/minecraft-server-manager/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: GitHub']);">GitHub</a> and join the MSM community.</p> <p>If your looking to get going see the <a href="{{ site.baseurl }}/docs/installation.html" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Install Guide']);">Install guide</a>, then peruse <a href="{{ site.baseurl }}/docs/commands/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: The Commands']);">the commands</a>. After that maybe watch the project for updates on <a href="https://github.com/marcuswhybrow/minecraft-server-manager/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: GitHub']);">GitHub</a> and join the MSM community.</p>
<p> <p>
<a <a
class="btn btn-primary btn-large" class="btn btn-primary btn-large"