Logo
Explore Help
Register Sign In
EpicKnarvik97/Books-Without-Borders
EpicKnarvik97/Books-Without-Borders
1
0
Fork 0
You've already forked Books-Without-Borders
Code Issues 2 Pull Requests Projects Releases 9 Wiki Activity

9 Releases 9 Tags

RSS Feed
  • 1.3.5 0fe9ccb590

    1.21 Bugfix Stable

    EpicKnarvik97 released this 2024-09-07 01:38:42 +02:00 | 1 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.5.jar
      191 KiB
  • 1.3.4 f5ba4db5ac

    Bookshelf peeking Stable

    EpicKnarvik97 released this 2023-06-24 12:27:15 +02:00 | 9 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.4.jar
      132 KiB
  • 1.3.3 6ae15acc72

    Book name mismatch bugfix Stable

    EpicKnarvik97 released this 2022-11-08 20:41:20 +01:00 | 21 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.3.jar
      110 KiB
  • 1.3.2 95b0b42fd1

    The RGB update Stable

    EpicKnarvik97 released this 2022-11-05 05:12:45 +01:00 | 25 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.2.jar
      110 KiB
  • 1.3.1 b577b1ff75

    Minor bugfix and improvement update Stable

    EpicKnarvik97 released this 2022-11-04 16:27:40 +01:00 | 27 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.1.jar
      110 KiB
  • 1.3.0 d2403d247b

    Feature update! Stable

    EpicKnarvik97 released this 2022-08-11 01:25:06 +02:00 | 39 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.3.0.jar
      136 KiB
  • 1.2.3 af0b0fd12e

    Bugfix and maintenance update Stable

    EpicKnarvik97 released this 2022-08-05 12:13:17 +02:00 | 60 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.2.3.jar
      129 KiB
  • 1.2.2 0ce85af61b

    Filtered tab completion and update notice Stable

    EpicKnarvik97 released this 2022-02-19 20:16:39 +01:00 | 64 commits to master since this release

    This 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.2.2.jar
      129 KiB
  • 1.0 240ff0c869

    Books without Borders Updated v1.0 Stable

    EpicKnarvik97 released this 2021-10-12 18:08:36 +02:00 | 74 commits to master since this release

    This 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BooksWithoutBorders-1.0.jar
      86 KiB
Powered by Gitea Version: 1.23.6 Page: 15ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API