From 4811b738644042b73d158565bf7027f2cd12d6ee Mon Sep 17 00:00:00 2001 From: Albert Pham Date: Sun, 7 Jul 2013 16:08:46 -0700 Subject: Fixed README.md specifying --mapping rather than -mappings. Thanks to /u/johnmlang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccca06..ef9f1d5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Usage **Note:** The example command line below includes `--thread "Server thread"`, which filters all threads but the main server thread. You can remove it to show all threads. -**Modded/vanilla servers:** If you are using a modded server, get a copy of [MCP](http://mcp.ocean-labs.de/index.php/MCP_Releases) for your server's Minecraft version, copy the files from conf/ somewhere, and point WarmRoast to it with `--mapping path/to/folder`. This helps readability a lot. Bukkit uses its own mapping, so a pure non-modded Bukkit server can't use MCP mappings. +**Modded/vanilla servers:** If you are using a modded server, get a copy of [MCP](http://mcp.ocean-labs.de/index.php/MCP_Releases) for your server's Minecraft version, copy the files from conf/ somewhere, and point WarmRoast to it with `--mappings path/to/folder`. This helps readability a lot. Bukkit uses its own mapping, so a pure non-modded Bukkit server can't use MCP mappings. ### Linux ### -- cgit