Difference between revisions of "Commands/ja"

From 8x9craft
Jump to: navigation, search
(Created page with "== JSコマンド ==")
 
(16 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
== JSコマンド ==
 
== JSコマンド ==
  
With those commands you can program a crab inside Minecraft. Each player can write her or his own program line by line and execute it pointing at a crab and running command <code>/js run</code>.
+
JSコマンドを使えば、マインクラフトの中でプログラムを作ることができます。はっくんの持ち主であれば、1行ずつチャット入力画面モードからプログラムを入力し、<code>/js run</code> でプログラムを実行できます。
  
 
{| class="example"
 
{| class="example"
! Command signature
+
! コマンド
! Description
+
! 説明
 
|-
 
|-
| /js [line] [code]
+
| /js [行番号] [プログラム]
| Insert a line of JavaScript code into current program at a given line number.
+
| 行番号を指定してプログラムを作ります
 
|-
 
|-
 
| /js clear
 
| /js clear
| Clear current program.
+
| 今編集中のプログラムを消去します
 
|-
 
|-
 
| /js files
 
| /js files
| Display player's file list.
+
| プレイヤーが作成したプログラムの一覧を表示します
 
|-
 
|-
 
| /js list
 
| /js list
| Display contents of current program.
+
| 現在編集中のプログラムを行番号付きで表示します
 
|-
 
|-
| /js load [filename]
+
| /js load [ファイル名]
| Load contents of a given file into current program.
+
| 保存されているプログラムを編集中のプログラムとして読み込みます
 
|-
 
|-
 
| /js renum
 
| /js renum
| Renumber current program's lines.
+
| 現在編集中のプログラムの行番号を整頓します
 
|-
 
|-
 
| /js run
 
| /js run
| Run current program.
+
| 現在編集中のプログラムを実行します
 +
|-
 +
| /js eval
 +
| evalに続くプログラムを即時に実行します
 
|-
 
|-
 
| /js runall
 
| /js runall
| Run current program on all player's crabs.
+
| 現在編集中のプログラムを全部のはっくんで実行します
 
|-
 
|-
| /js save [filename]
+
| /js save [ファイル名]
| Save current program to a given file.
+
| 現在編集中のプログラムを保存します
 
|-
 
|-
 
| /js stop
 
| /js stop
| Stop execution of crab's program.
+
| 現在実行中のプログラムを停止します
 
|-
 
|-
 
| /js stopall
 
| /js stopall
| Stop execution of all crabs programs.
+
| 全部のはっくんに対して現在実行中のプログラムを停止します
 
|}
 
|}
  
 
+
== はっくんコマンド ==
== Crab ==
 
  
  
==== Managing crabs ====
+
==== はっくんの管理 ====
  
 
{| class="example"
 
{| class="example"
! Command signature
+
! コマンド
! Description
+
! 説明
 
|-
 
|-
 
| /crab list
 
| /crab list
| Display a list of your crabs living in the world.
+
| 現在所持しているはっくんの一覧を表示します
 
|-
 
|-
| /crab name [name]
+
| /crab name [名前]
| Give a particular name to the crab.
+
| はっくんに名前をつけます
 
|-
 
|-
 
| /crab creative [on or off]
 
| /crab creative [on or off]
| Change the mode to creative. Under the creative mode you can place blocks without them being taken from the crab's inventory.
+
| はっくんのモードをクリエイティブモードにします。クリエイティブモードだと所持していないアイテムも置くことができます。
 
|}
 
|}
  
  
==== Moving a crab ====
+
==== はっくんの操作 ====
  
 
{| class="example"
 
{| class="example"
! Command signature
+
! コマンド
! Description
+
! 説明
 
|-
 
|-
 
| /crab back
 
| /crab back
| Move the crab back.
+
| はっくんを1ブロック後退
 
|-
 
|-
 
| /crab down
 
| /crab down
| Move the crab down.
+
| はっくんを1ブロック下に移動
 +
|-
 +
| /crab up
 +
| はっくんを1ブロック上へ移動
 
|-
 
|-
 
| /crab forward
 
| /crab forward
| Move the crab forward.
+
| はっくんを1ブロック前進
 
|-
 
|-
 
| /crab move
 
| /crab move
| Move the crab if it's standing in the way.
+
| はっくんを1ブロック空いているところに移動
 
|-
 
|-
 
| /crab stepLeft
 
| /crab stepLeft
| Move the crab left.
+
| はっくんを1ブロック左へカニ歩き
 
|-
 
|-
 
| /crab stepRight
 
| /crab stepRight
| Move the crab right.
+
| はっくんを1ブロック右へカニ歩き
 
|-
 
|-
 
| /crab turnLeft
 
| /crab turnLeft
| Make the crab turn left.
+
| はっくんを左へ90度回転
 
|-
 
|-
 
| /crab turnRight
 
| /crab turnRight
| Make the crab turn right.
+
| はっくんを右へ90度回転
|-
 
| /crab up
 
| Move the crab up.
 
 
|}
 
|}
  
  
==== Teleportation ====
+
==== テレポート ====
  
 
{| 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.
+
| 現在設定されているホームの一覧を表示します
 
|}
 
|}
  
  
==== Interacting with the world ====
+
==== ワールドの操作 ====
  
 
{| class="example"
 
{| class="example"
! Command signature
+
! コマンド
! Description
+
! 説明
 
|-
 
|-
 
| /crab dig
 
| /crab dig
| Make the crab dig.
+
| はっくんの目の前のブロックを壊します
 +
|-
 +
| /crab digUp
 +
| はっくんの頭の上のブロックを壊します
 +
|-
 +
| /crab digDown
 +
| はっくんの足元のブロックを壊します
 
|-
 
|-
 
| /crab inspect
 
| /crab inspect
| Inspect the block in front of the crab.
+
| はっくんの目の前のブロックを調べます
 
|-
 
|-
| /crab place [slot]
+
| /crab place [アイテム名またはアイテムID]
| Place the item at the given slot in the crab's inventory in front of the crab.
+
| はっくんの目の前にブロックを置きます
 
|}
 
|}

Latest revision as of 06:57, 7 April 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 eval evalに続くプログラムを即時に実行します
/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 現在設定されているホームの一覧を表示します


ワールドの操作

コマンド 説明
/crab dig はっくんの目の前のブロックを壊します
/crab digUp はっくんの頭の上のブロックを壊します
/crab digDown はっくんの足元のブロックを壊します
/crab inspect はっくんの目の前のブロックを調べます
/crab place [アイテム名またはアイテムID] はっくんの目の前にブロックを置きます

Navigation menu

Internal error

Jump to: navigation, search
[dfcecf2b4439ee6af1d9b7c9] 2024-03-29 09:32:35: Fatal exception of type "Error"

Navigation menu