InteractiveBooks icon

InteractiveBooks -----

Easily create interactive books with placeholders!




  • Add support for Minecraft 1.21.4

  • Add support for Minecraft 1.21.2 and 1.21.3
----------, Nov 2, 2024

  • Add support for Minecraft 1.21.1
  • Fix legacy syntax for RGB color codes not working
----------, Aug 18, 2024

  • Add support for Minecraft 1.21
  • Fix a compatibility issue with Minecraft versions prior to 1.12.2
----------, Jun 23, 2024

  • Fix ExceptionInInitializerError thrown on startup on PurpurMC
----------, Jun 8, 2024

  • Add support for Minecraft 1.20.6
  • Added the possibility to disable messages in translations by setting them to an empty string
----------, Jun 6, 2024

  • Add support for Minecraft 1.20.4
  • Don't trow an error when books_on_join and books_on_first_join config keys are set to a single string (delimited by quotes) instead of a list of strings (delimited by square brackets)
----------, Feb 4, 2024

  • Add support for Minecraft 1.20.2
  • Add support for Folia
  • Fix NoSuchMethodError when invoking Player.getLocale() on Minecraft before 1.12
  • Fix legacy color codes resetting click and hover events
----------, Oct 17, 2023

  • Add support for Minecraft 1.20.2
  • Add support for Folia
  • Fix NoSuchMethodError when invoking Player.getLocale() on Minecraft before 1.12
  • Fix legacy color codes resetting click and hover events
----------, Oct 14, 2023

  • Update to Minecraft 1.20
  • Restore behaviour of legacy color codes that didn't reset formatting codes
----------, Jun 12, 2023

  • Update to Minecraft 1.19.4
  • Added customizable translations and support for player specific translations (based on the client language)
  • Fix not working &r and §r formatting codes
----------, May 7, 2023

  • Update to Minecraft 1.19.3
----------, Feb 17, 2023

  • Update to Minecraft 1.19.2
  • Fix broken color codes
  • Fix exception thrown when the generation is not set in the book's config
----------, Nov 20, 2022

  • Updated to Minecraft 1.18
----------, Dec 10, 2021

  • Now the books are parsed with the MiniMessage library; there is a new (but similar) syntax for writing books, the old one has been re-implemented for retro compatibility, but will be removed in the future, so you should upgrade you existing books: check the wiki
  • Added automatic reloading of the config and the books
  • Fixed a bug with serialization of the book generation of books created via command
----------, Nov 23, 2021

  • Updated to Minecraft 1.17.1
----------, Aug 2, 2021

  • Fixed an IllegalAccessException error when opening or giving a book
----------, Jan 9, 2021

  • Fix incompatibility with Minecraft 1.16.4
----------, Nov 25, 2020

  • Fix /ibooks reload causing a ConcurrentModificationException
----------, Nov 2, 2020

  • Updated to Minecraft 1.16.2
  • Fixed a ConcurrentModificationException when executing the command /ibooks reload
----------, Aug 30, 2020

  • Added color codes and placeholders for tooltips
  • Small optimizations
----------, Jul 24, 2020

  • Added Minecraft 1.16 support
----------, Jun 27, 2020

  • Dropped Minecraft 1.8.3 support due to an incompatibility of a library.
    Now it's supported 1.8.8+
  • The plugin is explicitly disabled and shows a message, instead of having unexpected behaviors, when you try to use it on an unsupported server version
  • Implemented tab-completer for user-defined commands to open books
  • Fixed some error logs
  • Fixed books not opening to players on join on server versions prior to 1.14
  • Fixed books not opening more than one time on server versions prior to 1.13
----------, Jun 24, 2020

  • Updated to Minecraft 1.15
  • Fixed some bugs and console errors
----------, May 10, 2020

  • Updated to Minecraft 1.15
----------, Dec 12, 2019

  • Fixed a small bug that the book generation couldn't be set
----------, Sep 28, 2019

  • Added tab completer for subcommands
  • Improved and cleaned up book parser
----------, Sep 26, 2019

  • Fixed config creation
----------, Sep 14, 2019

  • Fixed unknown command message shown when a player didn't have the permission to open a book
  • Fixed config not reloading
  • Fixed books not opening in some Minecraft versions
----------, Sep 9, 2019

  • Now doesn't tab complete anymore the /ibooks command for players that doesn't have access to it
----------, Sep 9, 2019

  • Fix example book wasn't creating
----------, Sep 8, 2019

  • Switched to reflection
----------, Sep 7, 2019

  • Add config comments
----------, Sep 2, 2019

  • Fixed book not being opened on player join in MC versions < 1.14
----------, Sep 1, 2019

  • Added bStats support
----------, Aug 26, 2019

  • Updated to Minecraft 1.14.3
----------, Jun 28, 2019

  • Fix /ibooks open in 1.14 - 1.14.2
----------, Jun 22, 2019

  • Update to Minecraft 1.14
----------, Apr 25, 2019

  • Fixed color and placeholder replacing in hover and click events
----------, Oct 22, 2018

  • Added placeholder replacing in book ids when you execute an InteractiveBooks command
----------, Sep 22, 2018

  • Improved the parser, now to insert a newline character, you have to use "<br>" instead of "\n", and angle brackets characters can be inserted by using the html codes
----------, Sep 18, 2018

  • Added the command /ibooks create
  • Fixed incompatibility for legacy Spigot versions
----------, Sep 17, 2018

  • Added the main command per-argument permissions
----------, Sep 6, 2018

  • Fixed a bug that did not allow the updating of books
----------, Sep 6, 2018

  • Added the feature to set one or more commands to open a book (with a permission)
  • Changed the permission to access to the main command
----------, Aug 31, 2018

  • Changed plugin API, rewritten the parser of the books' pages and changed the syntax, you can see the new syntax and the new API in the plugin's wiki
  • Added an example book
----------, Aug 31, 2018

  • In the previous update I forgot to do a thing, which caused the plugin to not work with Minecraft 1.13.1
----------, Aug 28, 2018

  • Added support for Minecraft 1.13.1
----------, Aug 27, 2018

  • Plugin updated to Minecraft 1.13
----------, Jul 23, 2018

  • Fixed an issue with another plugin
----------, Apr 23, 2018

  • Added a command to open a book without having it (/ibooks open <book-id> [player])
  • API changes, read here for more informations
----------, Jan 15, 2018

  • Corrected a mistake in usage message when executing /ib give
----------, Jan 14, 2018

  • Fixed a bug when giving a book from the console
----------, Oct 1, 2017

  • Fixed NoSuchMethodError on PlayerInteractEvent due a missing method in 1.8
----------, Sep 30, 2017

  • Added support for 1.11 - 1.11.2
----------, Sep 2, 2017

  • Added support for 1.10 - 1.10.2
----------, Sep 1, 2017

  • Added support to 1.9 - 1.9.4
  • Fixed a bug in the command /ibooks
----------, Sep 1, 2017

  • Fixed a bug in the command /ibooks
----------, Aug 16, 2017

  • Fixed two bugs with /ibooks command
  • Added support for Bukkit 1.8.3 - 1.8.8, sorry but I couldn't add support for 1.8 - 1.8.2 because in this version a Bukkit class for creating this kind of books isn't public, therefore is not visible and I don't know an alternative, if exists
----------, Aug 15, 2017

  • Now color codes works even without PlaceholderAPI installed
  • Now if in command /ibooks you supply an unknown argument, is shown the help message
----------, Aug 14, 2017

Resource Information
Author:
----------
Total Downloads: 17,439
First Release: Aug 13, 2017
Last Update: Yesterday at 11:37 AM
Category: ---------------
All-Time Rating:
85 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings