Skip to content

Commit e0109d9

Browse files
authored
Update to reflect the needed /tool prefix and add details on binding selwand and navwand (#16)
Update to reflect the needed /tool prefix and add details on binding selwand and navwand
1 parent 5245f2d commit e0109d9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

source/usage/tools/tools.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Tools
33

44
Sometimes, running commands over and over is too tedious for some tasks. WorldEdit comes with a wide variety of tools which can be bound to an item and will activate upon clicking on a block. Most tools activate on right-click, while some also have actions for left-clicks. Some tools, including all "brush"-style tools, can be used at a distance, and will act as if you clicked the block you are looking at, even from far away.
55

6-
To use a tool, hold an item in your hand, then type that tool's command. You will get a message that the tool was bound to that item. Now, every time you activate the tool (by clicking with the item in your hand), that tool will perform its action. **To unbind a tool, hold the item and use the** ``/none`` **command.**
6+
To use a tool, hold an item in your hand, then bind the desired tool by name using ``/tool [name]`` . You will get a message that the tool was bound to that item. Now, every time you activate the tool (by clicking with the item in your hand), that tool will perform its action. **To unbind a tool, hold the item and use the** ``/tool none`` **command.**
77

88
.. tip::
99

10-
The selection wand (default: wooden axe) and navigation wand (default: compass) are technically tools. They are described on the :doc:`selections <../regions/selections>` and :doc:`navigation <../navigation>` pages respectively. You can bind and unbind them just as any other tool.
10+
The selection wand (default: wooden axe, bound with ``/tool selwand``) and navigation wand (default: compass, bound with ``/tool navwand``) are technically tools. They are described on the :doc:`selections <../regions/selections>` and :doc:`navigation <../navigation>` pages respectively. You can bind and unbind them just as any other tool.
1111

1212
.. contents::
1313
:local:
@@ -22,7 +22,7 @@ Tree generation tool
2222

2323
::
2424

25-
/tree [type]
25+
/tool tree [type]
2626

2727
This tool will generate a tree of the chosen type when you right click a block. Note that it uses Minecraft's tree generator, and has the same limitations - it will not generate trees on unplantable blocks, or through solid blocks above (unless the tree would normally be able to grow there).
2828

@@ -31,7 +31,7 @@ Floating tree remover
3131

3232
::
3333

34-
/deltree
34+
/tool deltree
3535

3636
Have players who chop down trees half-way and leave floating tree tops everywhere? This tool, upon right-clicking a floating leaf or log block (or mushroom block), will remove all connected floating tree blocks. This tool will not operate on trees that are still connected to something (such as the ground).
3737

@@ -40,7 +40,7 @@ Block replacer tool
4040

4141
::
4242

43-
/repl <pattern>
43+
/tool repl <pattern>
4444

4545
This tool will replace the right-clicked block with a block from your pattern. You can also left-click a block to replace your current pattern with the left-clicked block.
4646

@@ -49,7 +49,7 @@ Long range building tool
4949

5050
::
5151

52-
/lrbuild <leftclick pattern> <rightclick pattern>
52+
/tool lrbuild <leftclick pattern> <rightclick pattern>
5353

5454
This tool allows you to place and destroy blocks at a distance. Just aim and click. Blocks are placed as if you right clicked the block. If you set one of the blocks to air, it will instead delete the block you are targeting.
5555

@@ -58,7 +58,7 @@ Long range wand
5858

5959
::
6060

61-
/farwand
61+
/tool farwand
6262

6363
This tool works just like the normal selection wand - but at any distance. Instead of being ``//pos1`` and ``//pos2``, it's ``//hpos1`` and ``//hpos2``.
6464

@@ -67,7 +67,7 @@ Cycler Tool
6767

6868
::
6969

70-
/cycler
70+
/tool cycler
7171

7272
This tool can be used to cycle a block's states. Left-clicking will choose which property to cycle, and right-clicking will cycle the available values of that property. This is useful for example, to rotate individual blocks in place.
7373

@@ -76,7 +76,7 @@ Query Tool
7676

7777
::
7878

79-
/info
79+
/tool info
8080

8181
The query tool will show information about the right-clicked block. It will show the coordinates, the block type, states, light level (emitted/above), and the internal id (if available).
8282

@@ -85,7 +85,7 @@ Flood fill tool
8585

8686
::
8787

88-
/floodfill <pattern> <range>
88+
/tool floodfill <pattern> <range>
8989

9090
The flood fill tool will, starting at the right-clicked block, change it and all connected blocks of the same type (within the given range) to the specified pattern.
9191

0 commit comments

Comments
 (0)