ユーザ用ツール

サイト用ツール


signboard

文書の過去の版を表示しています。


SignBoardプラグイン

このプラグインは全ユーザーが使用可能です。
文字が書き込める看板に大幅に機能を追加するプラグインです。
長い説明文などを、装飾を加えつつ記入することが可能です。

開発元ページ:
https://www.spigotmc.org/resources/signboard.29024/

基本的な使い方

  1. 新しいボードの名前を考える
  2. コマンド /sb board new [ボード名] でボードを作成する。
  3. どこかに看板を置き、看板を見て、コマンド /sb sign attach [boardname]で板を取り付ける。
  4. ボードを生き物に取り付ける場合は、生き物を見て、コマンド /sb entity attach [boardname]を使用します。
  5. サインやエンティティを見る - SignBoardは新しいボードのデフォルトコンテンツを表示します。
  6. コマンド /sb board [boardname] lineX [text] でボードを編集します(この際、サイン/実体を見る必要はありません)。
  7. sb setコマンドで複数のボードを1つのセットにまとめる。次に、/sb sign attach と /sb entity attach で、そのセットをサインやエンティティにアタッチする。サイン/エンティティを見ると、セットの最初のボードが表示されます; サイン/エンティティを右または左クリックして、他のボードを循環させます。

どんなことができるの?

SignBoardは、「ボード」を作成し、その「ボード」を1つまたは複数の看板や、動物、村人、モンスター、防具台、NPC、さらには実在のプレイヤー(プレイヤーにボードを取り付けられるのはOPのみ)に取り付けることができる仕組みになっています。

ボードは/sb setコマンドでセットとしてまとめることができます。セットは1つのテキストのように振る舞い、プレーヤーが右または左クリックすると、その中に含まれる様々なボードが順番に表示されます。

/sb sign attach と /sb sign detach コマンドを使用して、サインからボードやセットを添付したり削除したりすることができます。

/sb entity attachと/sb entity detachのコマンドで、ボードやセットをリビングにアタッチしたり、デタッチしたりすることができます。

板の内容はスコアカード領域に表示されますので、各板は40文字で15行まで可能です。

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).

コマンドリファレンス

一般ユーザー向け

Information commands

  • /sb help - Shows plugin description and commands.
  • /sb howto - Step by step instructions for SignBoard.
  • /sb variables - Lists all available variables and how to use them.

Board commands

  • /sb board new [boardname] - Create a new board for use in signs.
  • /sb board list - List all your boards - and their attachments.
  • /sb board list [boardname] - List the contents of a specific board.
  • /sb board clear [boardname] - Clears the content of a board.
  • /sb board copy [boardname] [newname] - Copies board 'boardname' to 'newname'.
  • /sb board delete [boardname] - Delete the board named 'boardname'.
  • /sb board rename [boardname] [newname] - Rename board 'boardname' to 'newname'.
  • /sb board [boardname] lineX text - Edit line X on the board, replacing it with 'text'.
  • /sb board [boardname] lineX-Y text - Replaces the content of lines X thru Y with the lines in text (use \n 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.

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

  • /sb sign lineX text - Edit the sign you're looking at, replacing line 'X' (1-4) with 'text'.
  • /sb sign attach [boardname] - Attaches a board to a sign.
  • /sb sign detach [boardname] - Detaches any board from a sign.
  • /sb sign status - Shows the current state of the sign's options.
  • /sb sign show_board - Toggles the on-screen board attached to the sign.
  • /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.
  • /sb sign after <cmd|cmd> - A list of commands to run when player looks away from sign.
  • /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.
  • /sb sign onrightshiftclick <cmd|cmd> - A list of commands to run when player right-shift-clicks the sign.

Entity commands

  • /sb entity attach [boardname] - Attaches a board to a (non-player) living entity.
  • /sb entity detach [boardname] - Detaches any board from a 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.
  • /sb entity give_book - Whether or not the board text should be given as a book (toggle).
  • /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.
  • /sb entity after <cmd|cmd> - A list of commands to run when player looks away from entity.
  • /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.

Locale commands (for players)

  • /isp locale list - Shows the languages available for the plugin's interface.
  • /isp locale set <lang> - Sets the user's preferred language to <lang>.
  • /isp locale clear – Clears the user's locale preference (reverts to default).
  • Category commands (OP only):​
  • /sb cat new [categoryname] - Creates a new category.
  • /sb cat delete [categoryname] - Deletes a category.
  • /sb cat assigncat [playername] [categoryname1] [categoryname2] … [categorynameN] - Assign multiple categories to a player.
  • /sb cat assignplr [categoryname] [playername1] [playername2] … [playernameN] - Assign multiple players to a category.
  • /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
  • /sb set list all - Lists all sets 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)
  • /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.

Admin locale commands

  • /isp locale listplayers - Shows all players' locale preferences.
  • /isp locale list <lang> - Shows all the translation strings for language <lang>.
signboard.1642850846.txt.gz · 最終更新: by omoikane

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki