From 055d7fca607332fc977bffba5400ab919a209767 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Mon, 17 Jan 2022 13:10:53 +0100 Subject: [PATCH] Improves some command and permission descriptions --- src/main/resources/plugin.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 693658b..a955695 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -54,11 +54,11 @@ commands: usage: / [encryption style] permission: bookswithoutborders.encrypt 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 or 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 or are specified, the current price to create books will be removed. usage: / permission: bookswithoutborders.setbookprice 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: / permission: bookswithoutborders.setlore savepublicbook: @@ -78,7 +78,7 @@ commands: usage: / permission: bookswithoutborders.settitle 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)] permission: bookswithoutborders.load loadpublicbook: @@ -114,7 +114,7 @@ permissions: bookswithoutborders.bypassbookprice: true bookswithoutborders.setbookprice: true 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: bookswithoutborders.save: true bookswithoutborders.load: true @@ -140,13 +140,13 @@ permissions: bookswithoutborders.copy: description: Allows player to use copy command bookswithoutborders.loadpublic: - description: Allows player to load in the public directory + description: Allows player to load from the public directory bookswithoutborders.savepublic: - description: Allows player to save in the public directory + description: Allows player to save to the public directory bookswithoutborders.encrypt: description: Allows player to encrypt books bookswithoutborders.groupencrypt: - description: Allows player to set group based encryption + description: Allows player to use group-based encryption bookswithoutborders.decrypt: description: Allows player to decrypt books bookswithoutborders.signs: