Improves some command and permission descriptions
This commit is contained in:
parent
8f7cfc591f
commit
055d7fca60
@ -54,11 +54,11 @@ commands:
|
|||||||
usage: /<command> <key> [encryption style]
|
usage: /<command> <key> [encryption style]
|
||||||
permission: bookswithoutborders.encrypt
|
permission: bookswithoutborders.encrypt
|
||||||
setbookprice:
|
setbookprice:
|
||||||
description: Sets the per-book-price to create a book via commands. If "Item", the item in the player's hand in the amount of [quantity] will be the price. If "Eco", a Vault based economy will be used for price. If neither <Item/Eco> or <quantity> are specified the current price to create books will be removed.
|
description: Sets the per-book-price to create a book via commands. If "Item", the item in the player's hand in the amount of [quantity] will be the price. If "Eco", a Vault based economy will be used for price. If neither <Item/Eco> or <quantity> are specified, the current price to create books will be removed.
|
||||||
usage: /<command> <item/eco> <quantity>
|
usage: /<command> <item/eco> <quantity>
|
||||||
permission: bookswithoutborders.setbookprice
|
permission: bookswithoutborders.setbookprice
|
||||||
setlore:
|
setlore:
|
||||||
description: Sets the lore of the item the player is holding. Insert the lore_line_separator character to force a new line ("~" by default).
|
description: Sets the lore of the item the player is holding. Insert the lore_line_separator character to force a new line ("~" by default)
|
||||||
usage: /<command> <new lore>
|
usage: /<command> <new lore>
|
||||||
permission: bookswithoutborders.setlore
|
permission: bookswithoutborders.setlore
|
||||||
savepublicbook:
|
savepublicbook:
|
||||||
@ -78,7 +78,7 @@ commands:
|
|||||||
usage: /<command> <title>
|
usage: /<command> <title>
|
||||||
permission: bookswithoutborders.settitle
|
permission: bookswithoutborders.settitle
|
||||||
loadbook:
|
loadbook:
|
||||||
description: 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
|
description: 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
|
||||||
usage: /<command> <file name or number> [# of copies] [signed (true/false)]
|
usage: /<command> <file name or number> [# of copies] [signed (true/false)]
|
||||||
permission: bookswithoutborders.load
|
permission: bookswithoutborders.load
|
||||||
loadpublicbook:
|
loadpublicbook:
|
||||||
@ -114,7 +114,7 @@ permissions:
|
|||||||
bookswithoutborders.bypassbookprice: true
|
bookswithoutborders.bypassbookprice: true
|
||||||
bookswithoutborders.setbookprice: true
|
bookswithoutborders.setbookprice: true
|
||||||
bookswithoutborders.use:
|
bookswithoutborders.use:
|
||||||
description: Allows player to use commands and to save/load/delete in their personal directory
|
description: Allows player to use commands to save/load/delete in their personal directory
|
||||||
children:
|
children:
|
||||||
bookswithoutborders.save: true
|
bookswithoutborders.save: true
|
||||||
bookswithoutborders.load: true
|
bookswithoutborders.load: true
|
||||||
@ -140,13 +140,13 @@ permissions:
|
|||||||
bookswithoutborders.copy:
|
bookswithoutborders.copy:
|
||||||
description: Allows player to use copy command
|
description: Allows player to use copy command
|
||||||
bookswithoutborders.loadpublic:
|
bookswithoutborders.loadpublic:
|
||||||
description: Allows player to load in the public directory
|
description: Allows player to load from the public directory
|
||||||
bookswithoutborders.savepublic:
|
bookswithoutborders.savepublic:
|
||||||
description: Allows player to save in the public directory
|
description: Allows player to save to the public directory
|
||||||
bookswithoutborders.encrypt:
|
bookswithoutborders.encrypt:
|
||||||
description: Allows player to encrypt books
|
description: Allows player to encrypt books
|
||||||
bookswithoutborders.groupencrypt:
|
bookswithoutborders.groupencrypt:
|
||||||
description: Allows player to set group based encryption
|
description: Allows player to use group-based encryption
|
||||||
bookswithoutborders.decrypt:
|
bookswithoutborders.decrypt:
|
||||||
description: Allows player to decrypt books
|
description: Allows player to decrypt books
|
||||||
bookswithoutborders.signs:
|
bookswithoutborders.signs:
|
||||||
|
Loading…
Reference in New Issue
Block a user