ワールドのブロック操作を行うプラグイン。
指定範囲のブロックを一括置換したり、指定範囲をコピーしたりと用途はさまざまです。
一部メタ情報も保存し操作可能です。
コマンドの引数<>は必須項目、[]は任意項目で、括弧は必要ありません。
プラグイン名 | WorldEdit |
---|---|
プラグインバージョン | 6.1.1-SNAPSHOT;3463-219d2da |
プラグイン製作者 | sk89q |
プラグイン配布先 | Bukkit.org |
※エイリアスが登録されているコマンドが存在する場合があります。
コマンド | 説明 | 権限 |
---|---|---|
//wand | 範囲指定ツールを入手します。デフォルトでは木の斧が入手できます。 | Mod以上 |
//pos1 | 範囲指定ツールを利用せずプレイヤーの現在地を始点にします。 | Mod以上 |
//pos2 | 範囲指定ツールを利用せずプレイヤーの現在地を終点にします。 | Mod以上 |
//set (block id) | 範囲指定された部分を指定したブロックidに置き換えます。 | Mod以上 |
//replace (block id 1) (block id 2) | block id 1をblock id 2へ置き換えます。 | Mod以上 |
//undo | WorldEditで操作した内容を取り消します。 ログアウトすると利用ができなくなります。 |
Mod以上 |
コマンド | 説明 | 権限 |
---|---|---|
//limit <数値> | 一度に扱えるブロック数を設定します。この設定はconfigを上書きしません。コマンドを実行した本人のみに適用されます。 自分自身のミスが原因で引き起こされる事故を防ぐためのコマンドです。 |
Mod以上 |
コマンド | 説明 | 権限 |
---|---|---|
//undo [数値] [プレイヤー] | 指定した回数だけ処理を戻すことができます。//undoのみで自分自身の変更履歴1つを戻すことも可能です。 | Mod以上 |
//redo [数値] [プレイヤー] | undoコマンドの処理をやり直します。 | Mod以上 |
/clearhistory | 履歴を完全に削除します。 | Mod以上 |
コマンド | 説明 | 権限 |
---|---|---|
//wand | 範囲指定ツールを入手します。デフォルトでは木の斧が入手できます。 | Mod以上 |
/toggleeditwand | 範囲指定ツールの利用モードを変更します。 | Mod以上 |
//sel [-d] <cuboid|extend|poly|ellipsoid|sphere|cyl|convex> | Choose the region shape to use for selections. | Mod以上 |
//desel | Deselects the current selection. 現在は使えない模様。 |
Mod以上 |
//pos1 [x,y,z] | 範囲指定ツールを利用せずプレイヤーの現在地を始点にします。 | Mod以上 |
//pos2 [x,y,z] | 範囲指定ツールを利用せずプレイヤーの現在地を終点にします。 | Mod以上 |
//hpos1 | 範囲指定ツールを利用せずプレイヤーの見ているブロックを現在地を始点にします。 | Mod以上 |
//hpos2 | 範囲指定ツールを利用せずプレイヤーの見ているブロックを現在地を終点にします。 | Mod以上 |
//chunk [-sc] [x,y] | チャンクを選択します。 | Mod以上 |
//expand <数値> | Expands the selection in the direction that you are looking. | Mod以上 |
//expand <数値> <方向> | Expands the selection in the specified direction (north, east, south, west, up, down). | Mod以上 |
//expand <数値> <回転> [方向] | Expands the selection in two directions at once. | Mod以上 |
//expand vert | 選択範囲をY座標0から256までに設定しなおします。 | Mod以上 |