Adds missing mention of generation for alterbooks permission node
This commit is contained in:
parent
d2403d247b
commit
13cbe883ed
@ -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
|
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
|
- /savepublicbook \[overwrite (true/false)] - Same as savebook, but saves files in the public directory
|
||||||
- /setbookauthor <author> - Sets the author of the book the player is holding
|
- /setbookauthor <author> - Sets the author of the book the player is holding
|
||||||
- /setbookgeneration <generation> - Sets the generation (ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY, TATTERED)
|
- /setbookgeneration <generation> - Sets the generation of the held book (ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY,
|
||||||
|
TATTERED)
|
||||||
- /setbookprice <item/eco> <quantity> - Sets the per-book price to create a book via commands. If "Item", the item in
|
- /setbookprice <item/eco> <quantity> - 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
|
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> nor <quantity> are specified, the current price to create books will be removed.
|
price. If neither <Item/Eco> nor <quantity> 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.* - Grants all permissions
|
||||||
- bookswithoutborders.admin - Grants all permissions
|
- bookswithoutborders.admin - Grants all permissions
|
||||||
- bookswithoutborders.use - Allows player to use commands to save/load/delete in their personal directory
|
- 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
|
- bookswithoutborders.alterbooks - Allows player to change books' data such as lore/title/author/generation/formatting
|
||||||
unsigning books
|
and unsigning books
|
||||||
- bookswithoutborders.reload - Allows player to reload this plugin
|
- bookswithoutborders.reload - Allows player to reload this plugin
|
||||||
- bookswithoutborders.format - Allows a player to format a book
|
- bookswithoutborders.format - Allows a player to format a book
|
||||||
- bookswithoutborders.save - Allows a player to save books to their personal directory
|
- bookswithoutborders.save - Allows a player to save books to their personal directory
|
||||||
|
@ -128,7 +128,7 @@ permissions:
|
|||||||
bookswithoutborders.load: true
|
bookswithoutborders.load: true
|
||||||
bookswithoutborders.delete: true
|
bookswithoutborders.delete: true
|
||||||
bookswithoutborders.alterbooks:
|
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:
|
children:
|
||||||
bookswithoutborders.unsign: true
|
bookswithoutborders.unsign: true
|
||||||
bookswithoutborders.settitle: true
|
bookswithoutborders.settitle: true
|
||||||
|
Loading…
Reference in New Issue
Block a user