Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To get started with the API, read :doc:`concepts/index`. Some common API usages
:doc:`examples/index`.
When developing, take note of :doc:`internal-apis` to ensure you're using supported APIs.
If you need the Javadocs, they are hosted at
`<https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/7.3.0/>`_.
`<https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/7.4.0/>`_.

.. _Maven repository: https://maven.apache.org/repositories/layout.html
.. _Maven: https://maven.apache.org/
Expand Down
182 changes: 120 additions & 62 deletions source/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,21 +242,6 @@ General Commands
  ``[newState]``,"The new side effect state"
  ``[-h]``,"Show the info box"

.. raw:: html

<span id="command-//update"></span>

.. topic:: ``//update``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Apply side effects to your selection"
**Permissions**,"``worldedit.update``"
**Usage**,"``//update [sideEffectSet]``"
  ``[sideEffectSet]``,"The side effects"

.. raw:: html

<span id="command-//reorder"></span>
Expand Down Expand Up @@ -382,6 +367,23 @@ General Commands
  ``[-p <page>]``,"Page of results to return"
  ``<query...>``,"Search query"

.. raw:: html

<span id="command-//registry"></span>

.. topic:: ``//registry``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Search through the given registry"
**Permissions**,"``worldedit.registry``"
**Usage**,"``//registry <registry> [-p <page>] [queryBits...]``"
  ``<registry>``,"The registry to search through"
  ``[-p <page>]``,"Page of results to return"
  ``[queryBits...]``,"Search query"


Navigation Commands
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -745,10 +747,11 @@ Selection Commands

**Description**,"Get the distribution of blocks in the selection"
**Permissions**,"``worldedit.analysis.distr``"
**Usage**,"``//distr [-cd] [-p <page>]``"
**Usage**,"``//distr [-cd] [-p <page>] [-m <sourceMask>]``"
  ``[-c]``,"Get the distribution of the clipboard instead"
  ``[-d]``,"Separate blocks by state"
  ``[-p <page>]``,"Gets page from a previous distribution."
  ``[-m <sourceMask>]``,"Only include blocks matching the given mask"

.. raw:: html

Expand Down Expand Up @@ -1034,9 +1037,10 @@ Region Commands

**Description**,"Regenerates the contents of the selection"
**Permissions**,"``worldedit.regen``"
**Usage**,"``//regen [-b] [seed]``"
**Usage**,"``//regen [-bc] [seed]``"
  ``[seed]``,"The seed to regenerate with, otherwise uses world seed"
  ``[-b]``,"Regenerate biomes as well"
  ``[-c]``,"Regenerate to the clipboard"

.. raw:: html

Expand All @@ -1054,11 +1058,12 @@ Region Commands
to modify the variables x, y and z to point to a new block
to fetch. For details, see https://ehub.to/we/expr"
**Permissions**,"``worldedit.region.deform``"
**Usage**,"``//deform [-cor] <expression...>``"
**Usage**,"``//deform [-clor] <expression...>``"
  ``<expression...>``,"The expression to use"
  ``[-r]``,"Use the game's coordinate origin"
  ``[-o]``,"Use the placement's coordinate origin"
  ``[-c]``,"Use the selection's center as origin"
  ``[-l]``,"Fetch from the clipboard instead of the world"

.. raw:: html

Expand Down Expand Up @@ -1109,6 +1114,21 @@ Region Commands
**Usage**,"``//flora [density]``"
  ``[density]``,"The density of the forest"

.. raw:: html

<span id="command-//update"></span>

.. topic:: ``//update``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Apply side effects to your selection"
**Permissions**,"``worldedit.update``"
**Usage**,"``//update [sideEffectSet]``"
  ``[sideEffectSet]``,"The side effects"


Generation Commands
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -1402,8 +1422,8 @@ Schematic and Clipboard Commands

**Description**,"Load a schematic into your clipboard"
**Permissions**,"``worldedit.clipboard.load``, ``worldedit.schematic.load``"
**Usage**,"``/schematic load <filename> [format]``"
  ``<filename>``,"File name."
**Usage**,"``/schematic load <schematic> [format]``"
  ``<schematic>``,"File name."
  ``[format]``,"Format name."

.. raw:: html
Expand All @@ -1418,8 +1438,8 @@ Schematic and Clipboard Commands

**Description**,"Delete a saved schematic"
**Permissions**,"``worldedit.schematic.delete``"
**Usage**,"``/schematic delete <filename>``"
  ``<filename>``,"File name."
**Usage**,"``/schematic delete <schematic>``"
  ``<schematic>``,"File name."

.. raw:: html

Expand Down Expand Up @@ -1536,7 +1556,7 @@ Schematic and Clipboard Commands

<span id="command-//flip"></span>

.. topic:: ``//flip``
.. topic:: ``//flip`` (or ``//mirror``)
:class: command-topic

.. csv-table::
Expand All @@ -1561,6 +1581,25 @@ Schematic and Clipboard Commands
**Permissions**,"``worldedit.clipboard.clear``"
**Usage**,"``/clearclipboard``"

.. raw:: html

<span id="command-//revolve"></span>

.. topic:: ``//revolve``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Revolve the selection around a vertical axis"
**Permissions**,"``worldedit.revolve``"
**Usage**,"``//revolve [-ber] <pasteCount> [-m <mask>]``"
  ``<pasteCount>``,"The number of pastes"
  ``[-m <mask>]``,"Set the source mask, non-matching blocks are not revolved"
  ``[-r]``,"Perform revolutions in reverse (counter-clockwise)"
  ``[-e]``,"Copy entities"
  ``[-b]``,"Copy biomes"


Tool Commands
~~~~~~~~~~~~~
Expand All @@ -1575,7 +1614,7 @@ Tool Commands
:widths: 8, 15

**Description**,"Binds a tool to the item in your hand"
**Usage**,"``/tool <cycler|navwand|none|floodfill|deltree|farwand|selwand|stacker|repl|tree|lrbuild|info>``"
**Usage**,"``/tool <cycler|repl|farwand|floodfill|deltree|stacker|selwand|tree|none|info|lrbuild|navwand>``"

.. raw:: html

Expand All @@ -1593,30 +1632,32 @@ Tool Commands

.. raw:: html

<span id="command-/tool-navwand"></span>
<span id="command-/tool-repl"></span>

.. topic:: ``/tool navwand``
.. topic:: ``/tool repl``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Navigation wand tool"
**Permissions**,"``worldedit.setwand``"
**Usage**,"``/tool navwand``"
**Description**,"Block replacer tool"
**Permissions**,"``worldedit.tool.replacer``"
**Usage**,"``/tool repl <pattern>``"
  ``<pattern>``,"The pattern of blocks to place"

.. raw:: html

<span id="command-/tool-none"></span>
<span id="command-/tool-farwand"></span>

.. topic:: ``/tool none`` (or ``/tool unbind``)
.. topic:: ``/tool farwand``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Unbind a bound tool from your current item"
**Usage**,"``/tool none``"
**Description**,"Wand at a distance tool"
**Permissions**,"``worldedit.tool.farwand``"
**Usage**,"``/tool farwand``"

.. raw:: html

Expand Down Expand Up @@ -1650,17 +1691,19 @@ Tool Commands

.. raw:: html

<span id="command-/tool-farwand"></span>
<span id="command-/tool-stacker"></span>

.. topic:: ``/tool farwand``
.. topic:: ``/tool stacker``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Wand at a distance tool"
**Permissions**,"``worldedit.tool.farwand``"
**Usage**,"``/tool farwand``"
**Description**,"Block stacker tool"
**Permissions**,"``worldedit.tool.stack``"
**Usage**,"``/tool stacker [range] [mask]``"
  ``[range]``,"The max range of the stack"
  ``[mask]``,"The mask to stack until"

.. raw:: html

Expand All @@ -1678,49 +1721,45 @@ Tool Commands

.. raw:: html

<span id="command-/tool-stacker"></span>
<span id="command-/tool-tree"></span>

.. topic:: ``/tool stacker``
.. topic:: ``/tool tree``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Block stacker tool"
**Permissions**,"``worldedit.tool.stack``"
**Usage**,"``/tool stacker [range] [mask]``"
  ``[range]``,"The max range of the stack"
  ``[mask]``,"The mask to stack until"
**Description**,"Tree generator tool"
**Permissions**,"``worldedit.tool.tree``"
**Usage**,"``/tool tree [type]``"
  ``[type]``,"Type of tree to generate"

.. raw:: html

<span id="command-/tool-repl"></span>
<span id="command-/tool-none"></span>

.. topic:: ``/tool repl``
.. topic:: ``/tool none`` (or ``/tool unbind``)
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Block replacer tool"
**Permissions**,"``worldedit.tool.replacer``"
**Usage**,"``/tool repl <pattern>``"
  ``<pattern>``,"The pattern of blocks to place"
**Description**,"Unbind a bound tool from your current item"
**Usage**,"``/tool none``"

.. raw:: html

<span id="command-/tool-tree"></span>
<span id="command-/tool-info"></span>

.. topic:: ``/tool tree``
.. topic:: ``/tool info``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Tree generator tool"
**Permissions**,"``worldedit.tool.tree``"
**Usage**,"``/tool tree [type]``"
  ``[type]``,"Type of tree to generate"
**Description**,"Block information tool"
**Permissions**,"``worldedit.tool.info``"
**Usage**,"``/tool info``"

.. raw:: html

Expand All @@ -1740,17 +1779,17 @@ Tool Commands

.. raw:: html

<span id="command-/tool-info"></span>
<span id="command-/tool-navwand"></span>

.. topic:: ``/tool info``
.. topic:: ``/tool navwand``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Block information tool"
**Permissions**,"``worldedit.tool.info``"
**Usage**,"``/tool info``"
**Description**,"Navigation wand tool"
**Permissions**,"``worldedit.setwand``"
**Usage**,"``/tool navwand``"

.. raw:: html

Expand Down Expand Up @@ -2596,6 +2635,25 @@ Biome Commands
  ``<target>``,"Biome type."
  ``[-p]``,"Use your current position"

.. raw:: html

<span id="command-//replacebiome"></span>

.. topic:: ``//replacebiome``
:class: command-topic

.. csv-table::
:widths: 8, 15

**Description**,"Replaces the biome of your current block or region.

By default, uses all the blocks in your selection"
**Permissions**,"``worldedit.biome.set``"
**Usage**,"``//replacebiome [-p] <from> <target>``"
  ``<from>``,"The mask representing where to replace biomes"
  ``<target>``,"Biome type to set"
  ``[-p]``,"Use your current position"


Chunk Commands
~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '7.3'
version = '7.4'
# The full version, including alpha/beta/rc tags.
release = '7.3'
release = '7.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading