]> git.lizzy.rs Git - worldedit.git/commitdiff
Clean some documentation issues
authorDaniel Sosa <sosa.daniel23@gmail.com>
Thu, 19 Feb 2015 20:01:45 +0000 (14:01 -0600)
committerDaniel Sosa <sosa.daniel23@gmail.com>
Mon, 4 Jul 2016 02:44:02 +0000 (21:44 -0500)
ChatCommands.md

index 1760e81ca63a646fada5a3479ac1ceff6d4dfd06..6dc4c7279629238eae3fb04d065fbab374567e86 100644 (file)
@@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region.
     \r
 ### `//shift x/y/z/?/up/down/left/right/front/back [+|-]<amount>`\r
 \r
-Shifts the selection area by [+|-]<amount> without touching its contents. The shifting axis can be absolute (x/y/z) or \r
-relative (up/down/left/right/front/back). \r
+Shifts the selection area by `[+|-]<amount>` without touching its contents. The shifting axis can be absolute (`x/y/z`) or \r
+relative (`up/down/left/right/front/back`). \r
 \r
                //shift left 5\r
 \r
 ### `//expand [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`\r
 \r
-Expands the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be expanded in the\r
-opposite direction iver the same axis by [reverse-amount]\r
+Expands the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be expanded in the\r
+opposite direction over the same axis by `[reverse-amount]`.\r
 \r
                //expand right 7 5\r
                \r
 ### `//contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`\r
 \r
-Contracts the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be contracted in the\r
-opposite direction iver the same axis by [reverse-amount]\r
+Contracts the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be contracted in the\r
+opposite direction over the same axis by `[reverse-amount]`.\r
 \r
                //expand right 7 5\r
                \r
 ### `//outset [h|v] <amount>`\r
 \r
-Expands the selection in all directions by <amount>. If specified, the selection can be expanded horizontally in the x and z axes [h]\r
-or vertically in the y axis [v].\r
+Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`\r
+or vertically in the y axis `[v]`.\r
 \r
                //outset v 5\r
                \r
 ### `//inset [h|v] <amount>`\r
 \r
-Contracts the selection in all directions by <amount>. If specified, the selection can be contracted horizontally in the x and z axes [h]\r
-or vertically in the y axis [v].\r
+Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`\r
+or vertically in the y axis `[v]`.\r
 \r
                //outset v 5
\ No newline at end of file