Adds an option for only allowing un-signing by the author

This commit is contained in:
2022-08-09 17:21:55 +02:00
parent 0d4d87373c
commit a7c284ade2
11 changed files with 111 additions and 60 deletions

View File

@@ -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

View File

@@ -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: