Updates README a bit
This commit is contained in:
parent
2a5c5b310d
commit
70ad6390db
12
README.md
12
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.
|
||||
This also uses the vanilla behavior where a copy of a copy or tattered book cannot be copied further.
|
Loading…
Reference in New Issue
Block a user