• 1.3.9 ebfca05859

    EpicKnarvik97 released this 2025-08-04 02:41:51 +02:00 | 2 commits to master since this release

    Changes:

    • Replaces the book list (when typing a load/delete/give) command with a paged list utilizing the Component API with clickable next/previous buttons, filtering by author, and going to pages with the first intance of each letter in the alphabet.
    • Adds a better strucured and more colorful book peek interface.
    • Adds a new command: /setbookshelfdata, which can be used to set name and lore for a bookshelf, which is displayed when peeking at that bookshelf's contents.
    • Prevents the § character from being used in filenames, when books with names containing color codes are saved.
    • Prevents the saving of books whose title contains the title author separator, as it creates trouble when displaying the book list.
    • Books are now reloaded as part of the /bookswithoutborders:reload command.
    Downloads
  • 1.3.8 74d59bf71b

    Hotfix Stable

    EpicKnarvik97 released this 2025-07-28 04:20:36 +02:00 | 27 commits to master since this release

    This fixes an issue in 1.3.6 that caused an exception when peeking at a bookshelf containing enchanted books.

    Downloads
  • 1.3.6 1da61dc820

    EpicKnarvik97 released this 2025-07-27 21:00:21 +02:00 | 30 commits to master since this release

    This tiny update adds two improvements:

    • Fixes /loadpublicbook listing each book twice
    • Adds ability to use color codes when using /setbookauthor
    Downloads
  • 1.3.5 0fe9ccb590

    1.21 Bugfix Stable

    EpicKnarvik97 released this 2024-09-07 01:38:42 +02:00 | 35 commits to master since this release

    This release fixes a bug in 1.21 that caused contents of a book to disappear when unsigning the book with /unsignbook.

    Downloads
  • 1.3.4 f5ba4db5ac

    EpicKnarvik97 released this 2023-06-24 12:27:15 +02:00 | 43 commits to master since this release

    This 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
  • 1.3.3 6ae15acc72

    EpicKnarvik97 released this 2022-11-08 20:41:20 +01:00 | 55 commits to master since this release

    This 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
  • 1.3.2 95b0b42fd1

    EpicKnarvik97 released this 2022-11-05 05:12:45 +01:00 | 59 commits to master since this release

    This update adds RGB support to /setlore and /settitle, so you can use hex colors like: "#caffcfEpic Item".

    Downloads
  • 1.3.1 b577b1ff75

    EpicKnarvik97 released this 2022-11-04 16:27:40 +01:00 | 61 commits to master since this release

    This 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
  • 1.3.0 d2403d247b

    EpicKnarvik97 released this 2022-08-11 01:25:06 +02:00 | 73 commits to master since this release

    This 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
  • 1.2.3 af0b0fd12e

    EpicKnarvik97 released this 2022-08-05 12:13:17 +02:00 | 94 commits to master since this release

    This 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