Adds an option for only allowing un-signing by the author
This commit is contained in:
@@ -21,6 +21,8 @@ Options:
|
||||
Admin_Auto_Decrypt: false
|
||||
# Whether to only allow the author of a book to create copies
|
||||
Author_Only_Copy: false
|
||||
# Whether to only allow the author of a book to unsign it
|
||||
Author_Only_Unsign: false
|
||||
# Whether to automatically format every book when it's signed
|
||||
Format_Book_After_Signing: false
|
||||
|
@@ -111,6 +111,7 @@ permissions:
|
||||
bookswithoutborders.give: true
|
||||
bookswithoutborders.givepublic: true
|
||||
bookswithoutborders.bypassauthoronlycopy: true
|
||||
bookswithoutborders.bypassauthoronlyunsign: true
|
||||
bookswithoutborders.bypassbookprice: true
|
||||
bookswithoutborders.setbookprice: true
|
||||
bookswithoutborders.use:
|
||||
@@ -163,6 +164,8 @@ permissions:
|
||||
description: Allows player to set the lore of the currently held item
|
||||
bookswithoutborders.bypassauthoronlycopy:
|
||||
description: Allows player to ignore Author_Only_Copy config setting
|
||||
bookswithoutborders.bypassauthoronlyunsign:
|
||||
description: Allows player to ignore Author_Only_Unsign config setting
|
||||
bookswithoutborders.bypassbookprice:
|
||||
description: Allows player to ignore Price_to_create_book config setting
|
||||
bookswithoutborders.setbookprice:
|
||||
|
Reference in New Issue
Block a user