ownBook is a simple yet powerful Bukkit plugin for Minecraft servers that allows for the creation, management, and distribution of custom in-game books. Administrators can write books, save them to a central configuration file, and then distribute them to players. The plugin also supports updating books that players already have in their inventories, ensuring everyone has the latest version.
Book and Quill to a books.yml file.
.jar file.ownBook.jar file into the /plugins directory of your Bukkit/Spigot/Paper server.plugins/ownBOOK/ directory.
Book and Quill (WRITABLE_BOOK) in-game and write the content you want.Book and Quill, use the command: /ownBook saveBookInHand <Author> <Title>
<Author> with the author's name.<Title> with the book's title. Spaces are allowed.plugins/ownBOOK/books.yml.WRITTEN_BOOK) to a player, use: /ownBook create <Title> [PlayerName]
[PlayerName] is omitted, the book will be given to you./ownBook getWritableBook <Title> b. Make your changes in-game. c. Save the book again using the same command as in step 2. This will overwrite the previous version in the configuration file./ownBook update <Title>