Provided fixes for book bugs.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
Disable UpdateChecker feature in the config file.
Code (YAML):# Enable/Disable the plugin. Remember to reload the plugin when you changed this with "/bookfix reload"
enable: true
forceDelete: false
# maximum number of pages allowed in one book.
#if a player writes more pages than this value,
#the book will replace with another item. (You can set the item in option "replace: <Material>"
maximum-page: 1
# Set the writable book to another item if a player wrote more than allowed pages in a book.
# 1.8-1.12.2 Materials:
#https://helpch.at/docs/1.12.2/index.html?org/bukkit/Material.html
# 1.13-1.16.2 Materials:
#https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
replace: WRITABLE_BOOK
#Enable/Disable verbose messages.
#This will announce to console or/and operators when somebody uses books.
#great for catching crashers if you still have book crash problems
verbose:
operator: true
console: true
config: true
update-checker: true
messages:
prefix: "&7[&eBookFix&7] "
plugin-disable: "&cPlugin disabled!"
reload: "&aPlugin reloaded!"
need-permission: "&cYou don't have the permission to perform this command!"
event-cancel: "&cYou can't write books more than &e%page% &cpage(s)."
insert-maximum-page: "&cPlease enter an valid integer!"
maximum-page: "&aMaximum page has been updated!"