diff --git a/README.md b/README.md index 062b4e0..1692a20 100644 --- a/README.md +++ b/README.md @@ -41,35 +41,35 @@ An in-game description of available commands is available through the /bwb comma - /bookswithoutborders - Displays information about commands (and permissions if the user has bookswithoutborders.admin) - /copybook <# of copies> - Copies the book the player is holding -- /decryptbook - Decrypts the book the player is holding. "key" is required and MUST be IDENTICAL to the key used +- /decryptbook \ - Decrypts the book the player is holding. "key" is required and MUST be IDENTICAL to the key used to encrypt the held book -- /deletebook - Deletes the specified file in the player's directory -- /deletepublicbook - Same as deletebook, but deletes files in the public directory -- encryptbook \[encryption style] - Encrypts the book the player is holding. "key" is required and can be any +- /deletebook \ - Deletes the specified file in the player's directory +- /deletepublicbook \ - Same as deletebook, but deletes files in the public directory +- encryptbook \ \[encryption style] - Encrypts the book the player is holding. "key" is required and can be any phrase or number excluding spaces. "style" is not required. Possible values are "DNA" or "" - /formatbook - Formats the held written book (converts color and formatting codes to the corresponding formatted text) -- /givebook \[# of copies (num)] \[signed (true/false)] - Gives the selected player a +- /givebook \ \ \[# of copies (num)] \[signed (true/false)] - Gives the selected player a book from your personal directory -- /givepublicbook \[# of copies (num)] \[signed (true/false)] - Same as givebook, but +- /givepublicbook \ \ \[# of copies (num)] \[signed (true/false)] - Same as givebook, but uses books from the public directory -- /loadbook \[# of copies] \[signed (true/false)] - Creates a book from the specified file and +- /loadbook \ \[# of copies] \[signed (true/false)] - Creates a book from the specified file and gives it to the player. If no file is specified, a list of available files is returned. If true is specified, the book will be signed, if false it will be unsigned -- /loadpublicbook \[# of copies] \[signed (true/false)] - Same as loadbook, but views files in the +- /loadpublicbook \ \[# of copies] \[signed (true/false)] - Same as loadbook, but views files in the public directory - /reload - Reloads BwB's configuration file - /savebook \[overwrite (true/false)] - Saves the book the player is holding to a text file in a private directory. If true is specified, a book of the same name by the same author will be overwritten by the new book - /savepublicbook \[overwrite (true/false)] - Same as savebook, but saves files in the public directory -- /setbookauthor - Sets the author of the book the player is holding +- /setbookauthor \ - Sets the author of the book the player is holding - /setbookgeneration - Sets the generation of the held book (ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY, TATTERED) -- /setbookprice - Sets the per-book price to create a book via commands. If "Item", the item in - the player's hand in the amount of will be the price. If "Eco", a Vault based economy will be used for - price. If neither nor are specified, the current price to create books will be removed. -- /setlore - Sets the lore of the item the player is holding. Insert the lore_line_separator character to +- /setbookprice \ \ - Sets the per-book price to create a book via commands. If "Item", the item in + the player's hand in the amount of \ will be the price. If "Eco", a Vault based economy will be used for + price. If neither \ nor \ are specified, the current price to create books will be removed. +- /setlore \ - Sets the lore of the item the player is holding. Insert the lore_line_separator character to force a new line ("~" by default) -- /settitle - Sets the title of the book/item the player is holding +- /settitle \<title> - Sets the title of the book/item the player is holding - /unsignbook - Un-signs the book the player is holding ### Permissions: