Difference between revisions of "Commands/ja"

From 8x9craft
Jump to: navigation, search
(Created page with "{| class="example" ! コマンド ! 説明 |- | /crab delhome [ホーム名] | ホームを削除する |- | /crab here [はっくんの名前] | 指定した場所にはっ...")
Line 104: Line 104:
  
 
{| class="example"
 
{| class="example"
! Command signature
+
! コマンド
! Description
+
! 説明
 
|-
 
|-
| /crab delhome [home name]
+
| /crab delhome [ホーム名]
| Remove a named position.
+
| ホームを削除する
 
|-
 
|-
| /crab here [crab name]
+
| /crab here [はっくんの名前]
| Teleport the crab with a given name onto the block pointed at by the player.
+
| 指定した場所にはっくんを移動させる
 
|-
 
|-
| /crab home [home name]
+
| /crab home [ホーム名]
| Teleport the crab pointed at by the player to the position saved under the given name.
+
| ホームの場所にはっくんを移動させる
 
|-
 
|-
| /crab sethome [home name]
+
| /crab sethome [ホーム名]
| Save the position that the player is looking at under the given name.
+
| 指定した場所をホームに設定する
 
|-
 
|-
| /crab tp [crab name]
+
| /crab tp [はっくんの名前]
| Teleport the player to where the crab with the given name is located.
+
| はっくんの場所にプレイヤーをテレポートさせます
 
|-
 
|-
 
| /crab listhome
 
| /crab listhome
| Display a list with all saved positions.
+
| 現在設定されているホームの一覧を表示します
 
|}
 
|}
  

Revision as of 02:06, 24 March 2017

Other languages:
English • ‎日本語

8x9Craftのコマンドには、「はっくんコマンド」というはっくんを直接操作するコマンドと、「JSコマンド」というプログラムを作るためのコマンドの2つがあります。


JSコマンド

JSコマンドを使えば、マインクラフトの中でプログラムを作ることができます。はっくんの持ち主であれば、1行ずつチャット入力画面モードからプログラムを入力し、/js run でプログラムを実行できます。

コマンド 説明
/js [行番号] [プログラム] 行番号を指定してプログラムを作ります
/js clear 今編集中のプログラムを消去します
/js files プレイヤーが作成したプログラムの一覧を表示します
/js list 現在編集中のプログラムを行番号付きで表示します
/js load [ファイル名] 保存されているプログラムを編集中のプログラムとして読み込みます
/js renum 現在編集中のプログラムの行番号を整頓します
/js run 現在編集中のプログラムを実行します
/js runall 現在編集中のプログラムを全部のはっくんで実行します
/js save [ファイル名] 現在編集中のプログラムを保存します
/js stop 現在実行中のプログラムを停止します
/js stopall 全部のはっくんに対して現在実行中のプログラムを停止します


はっくんコマンド

はっくんの管理

コマンド 説明
/crab list 現在所持しているはっくんの一覧を表示します
/crab name [名前] はっくんに名前をつけます
/crab creative [on or off] はっくんのモードをクリエイティブモードにします。クリエイティブモードだと所持していないアイテムも置くことができます。


はっくんの操作

コマンド 説明
/crab back はっくんを1ブロック後退
/crab down はっくんを1ブロック下に移動
/crab up はっくんを1ブロック上へ移動
/crab forward はっくんを1ブロック前進
/crab move はっくんを1ブロック空いているところに移動
/crab stepLeft はっくんを1ブロック左へカニ歩き
/crab stepRight はっくんを1ブロック右へカニ歩き
/crab turnLeft はっくんを左へ90度回転
/crab turnRight はっくんを右へ90度回転


瞬間移動

コマンド 説明
/crab delhome [ホーム名] ホームを削除する
/crab here [はっくんの名前] 指定した場所にはっくんを移動させる
/crab home [ホーム名] ホームの場所にはっくんを移動させる
/crab sethome [ホーム名] 指定した場所をホームに設定する
/crab tp [はっくんの名前] はっくんの場所にプレイヤーをテレポートさせます
/crab listhome 現在設定されているホームの一覧を表示します


Interacting with the world

Command signature Description
/crab dig Make the crab dig.
/crab inspect Inspect the block in front of the crab.
/crab place [slot] Place the item at the given slot in the crab's inventory in front of the crab.

Navigation menu

Internal error

Jump to: navigation, search
[def5f1466750954bc576daae] 2024-03-29 09:24:15: Fatal exception of type "Error"

Navigation menu