Skip to content

Commit

Permalink
Merge pull request #38 from GiganticMinecraft/add-we-help
Browse files Browse the repository at this point in the history
docs: Add `//expand`, `//contract` option help
  • Loading branch information
m1sk9 authored Sep 14, 2024
2 parents c98686a + 355cc6c commit 1e9354b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/player/protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

現在地点を選択範囲の終点に設定します。

## `//expand <ブロック数> <方角>`
## `//expand <ブロック数> [方角] [向き]`

選択している範囲を指定した方角に指定したブロック数分 **拡大** します。

## `//contract <ブロック数> <方角>`
## `//contract <ブロック数> [方角] [向き]`

選択している範囲を指定した方角に指定したブロック数分 **縮小** します。

Expand Down Expand Up @@ -110,3 +110,23 @@
## `/x-transfer <領域名> <プレイヤー名>`

指定した領域名の保護のオーナーを指定したプレイヤーに譲与します。

----

## `//expand`, `//contract` の方角

`//expand`, `//contract` で指定できる方向, 向きは以下の通りです。指定しない場合自動的に `me` が使用されます。

- 向き:
- `me` (あなたが向いている方向)
- `forward`
- `right`
- `left`
- `back`
- `up`
- `down`
- 方角:
- `north`
- `south`
- `east`
- `west`

0 comments on commit 1e9354b

Please sign in to comment.