ユーザ用ツール

サイト用ツール


signboard

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
signboard [2022/01/20 22:28] omoikanesignboard [2022/01/22 21:25] (現在) omoikane
行 7: 行 7:
 開発元ページ:\\ 開発元ページ:\\
 https://www.spigotmc.org/resources/signboard.29024/ https://www.spigotmc.org/resources/signboard.29024/
 +
 +===== 基本的な使い方 =====
 +  - 新しいボードの名前を考える
 +  - コマンド /sb board new [ボード名] でボードを作成する。
 +  - どこかに看板を置き、看板にカーソルを合わせて、コマンド /sb sign attach [boardname]でメッセージを貼り付けます。
 +  - メッセージのX行目を編集するにはコマンド /sb board [boardname] lineX [text] でボードを編集します(看板を見る必要はありません)。
 +
 +===== もう少し詳しく =====
 +  - 新しいボードの名前を考える
 +  - コマンド /sb board new [ボード名] でボードを作成する。
 +  - どこかに看板を置き、看板を見て、コマンド /sb sign attach [boardname]で板を取り付ける。
 +  - ボードを生き物に取り付ける場合は、生き物を見て、コマンド /sb entity attach [boardname]を使用します。
 +  - サインやエンティティを見る - SignBoardは新しいボードのデフォルトコンテンツを表示します。
 +  - コマンド /sb board [boardname] lineX [text] でボードを編集します(この際、サイン/実体を見る必要はありません)。
 +  - sb setコマンドで複数のボードを1つのセットにまとめる。次に、/sb sign attach と /sb entity attach で、そのセットをサインやエンティティにアタッチする。サイン/エンティティを見ると、セットの最初のボードが表示されます; サイン/エンティティを右または左クリックして、他のボードを循環させます。
  
 ===== どんなことができるの? ===== ===== どんなことができるの? =====
行 21: 行 36:
 Minecraft で通常使用されるテキストの色とフォーマットのタグをすべて使用できます ((&0 = black; &1 = dark blue;| &2 = dark green; &3 = dark acqua; &4 = dark red; &5 = dark purple; &6 = gold; &7 = grey; &8 = dark grey; &9 = blue; &a = green; &b = acqua; &c = red; &d = light purple; &e = yellow; &f = white; &k = magic; &l = bold; &m = strikethrough; &n = underline; &o = italic; &r = reset).\\ Minecraft で通常使用されるテキストの色とフォーマットのタグをすべて使用できます ((&0 = black; &1 = dark blue;| &2 = dark green; &3 = dark acqua; &4 = dark red; &5 = dark purple; &6 = gold; &7 = grey; &8 = dark grey; &9 = blue; &a = green; &b = acqua; &c = red; &d = light purple; &e = yellow; &f = white; &k = magic; &l = bold; &m = strikethrough; &n = underline; &o = italic; &r = reset).\\
  
-===== 基本的な使い方 ===== 
-  - 新しいボードの名前を考える 
-  - コマンド /sb board new [ボード名] でボードを作成する。 
-  - どこかに看板を置き、看板を見て、コマンド /sb sign attach [boardname]で板を取り付ける。 
-  - ボードを生き物に取り付ける場合は、生き物を見て、コマンド /sb entity attach [boardname]を使用します。 
-  - サインやエンティティを見る - SignBoardは新しいボードのデフォルトコンテンツを表示します。 
-  - コマンド /sb board [boardname] lineX [text] でボードを編集します(この際、サイン/実体を見る必要はありません)。 
-  - sb setコマンドで複数のボードを1つのセットにまとめる。次に、/sb sign attach と /sb entity attach で、そのセットをサインやエンティティにアタッチする。サイン/エンティティを見ると、セットの最初のボードが表示されます; サイン/エンティティを右または左クリックして、他のボードを循環させます。 
  
 ===== コマンドリファレンス ===== ===== コマンドリファレンス =====
 ==== 一般ユーザー向け ==== ==== 一般ユーザー向け ====
-=== Information commands === +=== メッセージ関係 === 
-  /sb help - Shows plugin description and commands. +<Code>/sb board new [boardname]</Code> 
-  /sb howto - Step by step instructions for SignBoard. +看板に表示するメッセージ[boardname]を新たに作成します。\\ 
-  /sb variables Lists all available variables and how to use them.+\\ 
 +<Code>/sb board [boardname] lineX <text></Code> 
 +[boardname]のX行目を<text>に変更します。\\ 
 +\\ 
 +<Code>/sb board list</Code> 
 +あなたの所持する全てのメッセージと取り付け先を表示します。\\ 
 +\\ 
 +<Code>/sb board list [boardname]</Code> 
 +特定のメッセージ[boardname]の内容を表示します。\\ 
 +\\ 
 +<Code>/sb board clear [boardname]</Code> 
 +特定のメッセージ[boardname]の内容を消去します。\\ 
 +\\ 
 +<Code>/sb board copy [boardname] [newname]</Code> 
 +[boardname]の内容をコピーして[newname]を作成します。\\ 
 +\\ 
 +<Code>/sb board delete [boardname]</Code> 
 +[boardname]を削除します。\\ 
 +\\ 
 +<Code>/sb board rename [boardname] [newname]</Code> 
 +[boardname]の名前を[newname]に変更します。\\ 
 +\\ 
 +<Code>/sb board [boardname] lineX-Y <text></Code> 
 +[boardname]のX行目からY行目を<text>に変更します。途中に\nを挟むと改行できます。\\ 
 +\\ 
 +<Code>/sb board [boardname] linepushX <text></Code> 
 +X行目に<text>を挿入します。途中に\nを挟むと改行できます。\\ 
 +\\
  
-=== Board commands === +=== 看板関連 === 
-  /sb board new [boardname] - Create a new board for use in signs. +<Code>/sb sign lineX <text></Code> 
-  * /sb board list - List all your boards - and their attachments. +カーソルを合わせた看板のX行目を<text>に書き換えます。\\ 
-  /sb board list [boardname] - List the contents of a specific board. +\\ 
-  * /sb board clear [boardname] - Clears the content of a board. +<Code>/sb sign attach [boardname]</Code> 
-  /sb board copy [boardname] [newname] - Copies board 'boardname' to 'newname'+看板にメッセージ[boardname]を貼り付けます。\\ 
-  /sb board delete [boardname] - Delete the board named 'boardname'+\\ 
-  /sb board rename [boardname] [newname] - Rename board 'boardname' to 'newname'+<Code>/sb sign detach [boardname]</Code> 
-  /sb board [boardname] lineX text - Edit line X on the board, replacing it with 'text'+看板からメッセージ[boardname]を取り外します。\\ 
-  /sb board [boardname] lineX-Y text - Replaces the content of lines X thru Y with the lines in text (use \to indicate line breaks)+\\ 
-  /sb board [boardname] linepushX text inserts any lines in 'text' (separated by \n) into the board, starting on line X and pushing the existing content down.+<Code>/sb sign status</Code> 
 +看板の現在の設定状況を確認します。\\ 
 +\\ 
 +<Code>/sb sign show_board</Code> 
 +Toggles the on-screen board attached to the sign.\\ 
 +\\ 
 +<Code>/sb sign give_book</Code> 
 +Whether or not the board text should be given as a book (toggle).\\ 
 +\\ 
 +<Code>/sb sign before <cmd|cmd></Code> 
 +A list of commands to run when player looks at the sign.\\ 
 +\\ 
 +<Code>/sb sign after <cmd|cmd></Code> 
 +A list of commands to run when player looks away from sign.\\ 
 +\\ 
 +<Code>/sb sign onclick <cmd|cmd></Code> 
 +A list of commands to run when player clicks the sign.\
 +\\ 
 +<Code>/sb sign onshiftclick <cmd|cmd></Code> 
 +A list of commands to run when player shift-clicks the sign.\\ 
 +\\ 
 +<Code>/sb sign onrightclick <cmd|cmd></Code> 
 +A list of commands to run when player right-clicks the sign.\
 +\\ 
 +<Code>/sb sign onrightshiftclick <cmd|cmd></Code> 
 +A list of commands to run when player right-shift-clicks the sign.\\ 
 +\\
  
-=== Set commands === 
-  * /sb set new [setname] = [board1] [board2] ... [board n] - Create a new set of boards. 
-  * /sb set delete [setname] - Delete the set called 'setname'. 
-  * /sb set list - List all your sets 
-  * /sb set list [setname] - List the boards that make up a specific set 
  
-=== Sign commands === +=== Information commands === 
-  /sb sign lineX text - Edit the sign you're looking at, replacing line 'X' (1-4) with 'text'+<Code>/sb help</Code> 
-  * /sb sign attach [boardname] - Attaches a board to a sign. +Shows plugin description and commands.\\ 
-  * /sb sign detach [boardname] - Detaches any board from a sign+\\ 
-  /sb sign status - Shows the current state of the sign's options. +<Code>/sb howto</Code> 
-  * /sb sign show_board - Toggles the on-screen board attached to the sign. +Step by step instructions for SignBoard.\\ 
-  * /sb sign give_book - Whether or not the board text should be given as a book (toggle)+\\ 
-  /sb sign before <cmd|cmd- A list of commands to run when player looks at the sign+<Code>/sb variables</Code> 
-  /sb sign after <cmd|cmd- A list of commands to run when player looks away from sign+Lists all available variables and how to use them.\\ 
-  /sb sign onclick <cmd|cmd- A list of commands to run when player clicks the sign+\\ 
-  /sb sign onshiftclick <cmd|cmd- A list of commands to run when player shift-clicks the sign. + 
-  * /sb sign onrightclick <cmd|cmd- A list of commands to run when player right-clicks the sign. +=== Set commands === 
-  * /sb sign onrightshiftclick <cmd|cmd- A list of commands to run when player right-shift-clicks the sign.+<Code>/sb set new [setname] = [board1] [board2] ... [board n]</Code> 
 +Create a new set of boards.\\ 
 +\\ 
 +<Code>/sb set delete [setname]</Code> 
 +Delete the set called 'setname'.\\ 
 +\\ 
 +<Code>/sb set list</Code
 +List all your sets\\ 
 +\\ 
 +<Code>/sb set list [setname]</Code> 
 +List the boards that make up a specific set\\ 
 +\\
  
 === Entity commands === === Entity commands ===
-  * /sb entity attach [boardname] Attaches a board to a (non-player) living entity. +<Code>/sb entity attach [boardname]</Code> 
-  /sb entity detach [boardname] Detaches any board from a living entity. +Attaches a board to a (non-player) living entity.\\ 
-  /sb entity status Shows the current state of the entity's options. +\\ 
-  /sb entity show_board Toggles the on-screen board attached to the entity. +<Code>/sb entity detach [boardname]</Code> 
-  /sb entity give_book Whether or not the board text should be given as a book (toggle). +Detaches any board from a living entity.\\ 
-  /sb entity nametag [ignore|hide|show]- Determines whether the nametag of an entity with a board attached will be visible or not when the player is shown the board. +\\ 
-  /sb entity before <cmd|cmd> A list of commands to run when player looks at the entity. +<Code>/sb entity status</Code> 
-  /sb entity after <cmd|cmd> A list of commands to run when player looks away from entity. +Shows the current state of the entity's options.\\ 
-  /sb entity onattack <cmd|cmd> A list of commands to run when player attacks the entity. +\\ 
-  /sb entity onkill <cmd|cmd> A list of commands to run when player kills the entity.+<Code>/sb entity show_board</Code> 
 +Toggles the on-screen board attached to the entity.\\ 
 +\\ 
 +<Code>/sb entity give_book</Code> 
 +Whether or not the board text should be given as a book (toggle).\\ 
 +\\ 
 +<Code>/sb entity nametag [ignore|hide|show</Code> 
 +Determines whether the nametag of an entity with a board attached will be visible or not when the player is shown the board.\\ 
 +\\ 
 +<Code>/sb entity before <cmd|cmd></Code> 
 +A list of commands to run when player looks at the entity.\\ 
 +\\ 
 +<Code>/sb entity after <cmd|cmd></Code> 
 +A list of commands to run when player looks away from entity.\\ 
 +\\ 
 +<Code>/sb entity onattack <cmd|cmd></Code> 
 +A list of commands to run when player attacks the entity.\\ 
 +\\ 
 +<Code>/sb entity onkill <cmd|cmd></Code> 
 +A list of commands to run when player kills the entity.\\ 
 +\\
  
 === Locale commands (for players) === === Locale commands (for players) ===
-  * /isp locale list Shows the languages available for the plugin's interface. +<Code>/isp locale list</Code> 
-  /isp locale set <lang> Sets the user's preferred language to <lang>+Shows the languages available for the plugin's interface.\\ 
-  /isp locale clear – Clears the user's locale preference (reverts to default). +\\ 
-  * Category commands (OP only):​ +<Code>/isp locale set <lang></Code> 
-  * /sb cat new [categoryname] - Creates a new category. +Sets the user's preferred language to <lang>.\\ 
-  * /sb cat delete [categoryname] - Deletes a category. +\\ 
-  * /sb cat assigncat [playername] [categoryname1] [categoryname2] ... [categorynameN] - Assign multiple categories to a player. +<Code>/isp locale clear – Clears the user's locale preference (reverts to default).\\ 
-  * /sb cat assignplr [categoryname] [playername1] [playername2] ... [playernameN] - Assign multiple players to a category. +Clears the user's locale preference (reverts to default).\\ 
-  * /sb cat unassign [categoryname] [playername] - Unassign a player from a category. +\\ 
-  * /sb cat list - List existing categories (not permissions). +
-  * /sb cat status [categoryname] - Displays the status of a category. +
-  * /sb cat [playername] - Displays categories (not permissions) for a player.+
  
 ==== 管理者向け ==== ==== 管理者向け ====
-  * /sb board list all Lists board names for all players +<Code>/sb board list all</Code> 
-  /sb set list all Lists all sets for all players +Lists board names for all players\\ 
-  /sb reload reloads config.yml settings +\\ 
-  /sb version <nbr> shows the SignBoard version running or displays a version's change history (i.e /sb version 1.6.5) +<Code>/sb set list all</Code> 
-  /sb cleanup cleans signs.yml and attachments.yml of any signs that were deleted in the game while SignBoard wasn't running. Don't use this unless you're sure there are 'dead' signs in the yml files. Backup your signs.yml and attachments.yml, and make sure all your worlds are loaded before running this command.+Lists all sets for all players\\ 
 +\\ 
 +<Code>/sb reload</Code> 
 +reloads config.yml settings\\ 
 +\\ 
 +<Code>/sb version <nbr></Code> 
 +shows the SignBoard version running or displays a version's change history (i.e /sb version 1.6.5)\\ 
 +\\ 
 +<Code>/sb cleanup</Code> 
 +cleans signs.yml and attachments.yml of any signs that were deleted in the game while SignBoard wasn't running. Don't use this unless you're sure there are 'dead' signs in the yml files. Backup your signs.yml and attachments.yml, and make sure all your worlds are loaded before running this command.\\ 
 +\\ 
 + 
 +=== Category commands (OP only) === 
 +<Code>/sb cat new [categoryname]</Code> 
 +Creates a new category.\\ 
 +\\ 
 +<Code>/sb cat delete [categoryname]</Code> 
 +Deletes a category.\\ 
 +\\ 
 +<Code>/sb cat assigncat [playername] [categoryname1] [categoryname2] ... [categorynameN]</Code> 
 +Assign multiple categories to a player.\\ 
 +\\ 
 +<Code>/sb cat assignplr [categoryname] [playername1] [playername2] ... [playernameN]</Code> 
 +Assign multiple players to a category.\\ 
 +\\ 
 +<Code>/sb cat unassign [categoryname] [playername]</Code> 
 +Unassign a player from a category.\\ 
 +\\ 
 +<Code>/sb cat list</Code> 
 +List existing categories (not permissions).\\ 
 +\\ 
 +<Code>/sb cat status [categoryname]</Code> 
 +Displays the status of a category.\\ 
 +\\ 
 +<Code>/sb cat [playername]</Code> 
 +Displays categories (not permissions) for a player.\\ 
 +\\ 
  
 === Admin locale commands === === Admin locale commands ===
-  * /isp locale listplayers Shows all players' locale preferences. +<Code>/isp locale listplayers</Code> 
-  /isp locale list <lang> Shows all the translation strings for language <lang>.+Shows all players' locale preferences.\\ 
 +\\ 
 +<Code>/isp locale list <lang></Code> 
 +Shows all the translation strings for language <lang>.\\ 
 +\\
  
signboard.1642685309.txt.gz · 最終更新: by omoikane

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki