From 70ad6390db63e4d58518f6bf0e2aaf387435f4ee Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 10 Aug 2022 12:25:41 +0200 Subject: [PATCH] Updates README a bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index afe87b4..8600e53 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Books Without Borders -This is an attempt at a rewrite of the Books Without Borders plugin. This rewrite uses the source code given -at [the original bukkit page](https://dev.bukkit.org/projects/books-without-borders). I'm not planning any new features -at this time. The only goal is to make it 1.17.1 compliant, but I'll make the code more maintainable along the way. -While the original version still works, it's using a lot of depreciated function calls which will most likely break in -the future. +This is a rewrite of the Books Without Borders plugin. This rewrite originally used the source code given +at [the original bukkit page](https://dev.bukkit.org/projects/books-without-borders). While the old plugin still worked +the last time I checked, this plugin does not use any depreciated function calls, making sure it works for the +foreseeable future. ## Books without Borders! @@ -29,6 +28,7 @@ Books without Borders has got your back! - Formatting and color codes can be turned into formatting once any book is signed. This is enabled through a config value - Change generation of books. Create tattered books for your RPG server! +- Optionally, make it impossible to duplicate the original version of a book #### Group encryption @@ -139,4 +139,4 @@ The **_decrypt_** sign must have **\[Decrypt]** on its second line. The third li - Author_Only_Unsign - Whether to only allow the author of a book to unsign it - Format_Book_After_Signing - Whether to automatically format every book when it's signed - Change_Generation_On_Copy - Whether to display "COPY" or "COPY_OF_COPY" instead of "ORIGINAL" when a book is copied. - This also uses the vanilla behavior where a copy of a copy cannot be copied further. \ No newline at end of file + This also uses the vanilla behavior where a copy of a copy or tattered book cannot be copied further. \ No newline at end of file