diff --git a/README.md b/README.md index c93bd54..062b4e0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ An in-game description of available commands is available through the /bwb comma 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 -- /setbookgeneration - Sets the generation (ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY, TATTERED) +- /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. @@ -76,8 +77,8 @@ An in-game description of available commands is available through the /bwb comma - bookswithoutborders.* - Grants all permissions - bookswithoutborders.admin - Grants all permissions - bookswithoutborders.use - Allows player to use commands to save/load/delete in their personal directory -- bookswithoutborders.alterbooks - Allows player to change books' data such as lore/title/author/formatting and - unsigning books +- bookswithoutborders.alterbooks - Allows player to change books' data such as lore/title/author/generation/formatting + and unsigning books - bookswithoutborders.reload - Allows player to reload this plugin - bookswithoutborders.format - Allows a player to format a book - bookswithoutborders.save - Allows a player to save books to their personal directory diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 771948f..b89ce96 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -128,7 +128,7 @@ permissions: bookswithoutborders.load: true bookswithoutborders.delete: true bookswithoutborders.alterbooks: - description: Allows player to change books' data such as lore/title/author/formatting and unsigning books + description: Allows player to change books' data such as lore/title/author/generation/formatting and unsigning books children: bookswithoutborders.unsign: true bookswithoutborders.settitle: true