-
1.21 Bugfix Stable
released this
2024-09-07 01:38:42 +02:00 | 1 commits to master since this releaseThis release fixes a bug in 1.21 that caused contents of a book to disappear when unsigning the book with /unsignbook.
Downloads
-
Bookshelf peeking Stable
released this
2023-06-24 12:27:15 +02:00 | 9 commits to master since this releaseThis update for 1.20+ adds an optional feature which displays the books in a chiseled bookshelf if the player is sneaking and left-clicking a bookshelf. As this feature relies on chiseled bookshelves, this version is not compatible with pre-1.20 versions of Minecraft. Use 1.3.3 instead.
Sign code has also been updated to only consider the front of a sign.
Downloads
-
Book name mismatch bugfix Stable
released this
2022-11-08 20:41:20 +01:00 | 21 commits to master since this releaseThis update fixes a problem where a player name in a book's author wasn't converted to an UUID when loading the file. This should be working now.
Additionally, both the real file names, and the ones with UUIDs converted to player names are displayed in the tab-completions, just in case.
Downloads
-
The RGB update Stable
released this
2022-11-05 05:12:45 +01:00 | 25 commits to master since this releaseThis update adds RGB support to /setlore and /settitle, so you can use hex colors like: "#caffcfEpic Item".
Downloads
-
released this
2022-11-04 16:27:40 +01:00 | 27 commits to master since this releaseThis update adds a new /clearbook command which removes all text, author, generation and title from a writable (unsigned) book. Use it if you want to start again, and don't want to manually erase each character.
If you use writable (un-signed) books as payment method, books containing text will now be ignored. You no longer need to worry about your work in progress book being lost when payment is taken.
A bug where un-signing a stack of signed books would return one un-signed book has been fixed.
Downloads
-
Feature update! Stable
released this
2022-08-11 01:25:06 +02:00 | 39 commits to master since this releaseThis update adds several features and improvements:
Book folders now use player UUID instead of player name. Existing folders will be renamed once the owner logs in.
Books saved in a player folder will be stored with the player's UUID as the author.
The two UUID changes allow a player to keep their books and book ownership even if their name is changed.Fixes an inconsistency with the title author separator. Any problems caused by changing it should be gone.
Book generation (Original, Copy of Original, Copy of Copy, Tattered) is now saved along with the book.
New options:
- Author_Only_Unsign: Only allows a book's author to unsign the book
- Author_Only_Save: Only allows the owner of a book to save it to their personal collection
- Change_Generation_On_Copy: Mimicks the vanilla version when it comes to book copying. A copy of the original will result in a "Copy of Original" book. A tattered, or copy of copy book cannot be copied.
New commands:
- /setbookgeneration - Sets the generation (Original/Tattered/Copy of original/Copy of Copy) of the held book
New permissions:
- bookswithoutborders.reload - Allows player to reload the plugin
- bookswithoutborders.bypassauthoronlyunsign - Allows player to ignore Author_Only_Unsign config setting
- bookswithoutborders.bypassauthoronlysave - Allows player to ignore Author_Only_Save config setting
- bookswithoutborders.setgeneration - Allows player to change the generation of a book (Original, Copy, Copy of Copy)
Downloads
-
released this
2022-08-05 12:13:17 +02:00 | 60 commits to master since this releaseThis update fixes an exception thrown when trying to do book-related commands without holding a book (I don't know how I haven't found it sooner).
Additionally, the plugin is now built against the 1.19.1 Spigot version.
Downloads
-
released this
2022-02-19 20:16:39 +01:00 | 64 commits to master since this releaseThis update adds filtering to the tab completion values, making it easier to find books or command options. For books, the filtering will return any values that contain the typed text. For other options, the filtering will return any values that start with the typed text.
In addition, the console will now display a notice if an update for Books without Borders is available.
Downloads
-
released this
2021-10-12 18:08:36 +02:00 | 74 commits to master since this releaseThis is the first version of the updated plugin. The plugin has been cleand up, updated for Minecraft 1.17 and Java 16. Depreciated code has been updated. The license is now GPLv3.
Commands have been changed to better integrate with tab completion and spigot's new command handling system.Downloads