massivecraft-logotype-plugin-massivebooks-2000

Introduction

MassiveBooks provides book related features such as better displaynames, copying books, unlocking locked books for more editing, powertools, unique serverbooks, and ingame libraries using item frames. Did you know that using colors in books is a standard Minecraft feature? No plugin is required to do that. Read all about colors in books on the official Minecraft wiki.

Commands

The commands operate on the book you are holding in your hand at the moment.

For Regular Players

  • /book unlock Unlock a book that has been locked/signed. This will allow you to edit the content again.
  • /book lock Lock a book and keep the previous title and author. This command is usually used on “unlocked” books to avoid having to retype the book title.
  • /book clear Clearing a book will turn it into a normal book and quill. The title, author and content will be completely removed.
  • /book title <title> Set a new title for the book. You can use color codes in the title if you want to.
  • /book copy [times=1]Creates copies of the book. You must however have the resources unless you are in creative-mode.
  • /book list [page=1] Lists all serverbooks. These books can be loaded by using the load command.
  • /book load <title> Load a serverbook. If the book in your hand has content it will be overwritten.
  • /book cr,copyrighted [true/false=toggle] Toggle the copyrighted state for the book. Books that are copyrighted can only be copied by the author and not by others, except via the vanilla crafting method of copying books. The copyrighted state will only be modified for the book in your hand. Already existing copies of the book will not be affected (unless it’s a serverbook).
  • /book v,version Show plugin version and information.

For moderators

  • /book author <author> Set a new author for the book.
  • /book give <player> <amount|ensure> [[titel|all=*bookandquill*]] This command is used to give serverbooks to players without resource costs. An integer/number amount can be specified. If you write “ensure” or simply “e” instead of an integer/number amount the player will only be given the book if they don’t have it. If you write “all” instead of a book title the command will hand out all saved serverbooks. If you don’t specify any title an empty bookandquill will be used.
  • /book save Save the book as a serverbook. The title of the book works as the id.
  • /book delete <title> Delete the server book with the title specified.
  • /book autoupdate [true/false=toggle] Toggle your personal autoupdate setting. Autoupdate is good and should be set to true. However you must disable it when modifying server books. Otherwise your changes will be autooverwritten before you get the time to save them.
  • /book pt,powertool [true/false=toggle] Toggle the powertool state for the book. Powertools are books where the content is commands to run and messages to say. Hit and interact with the book to execute it as a powertool.

Better Item Displaynames

Item Displayname
The displayname of an item can be set using an anvil. It can also be set by plugins and we make heavy use of that advantage in MassiveBooks. We insert the author displayname into the book title.

Unlocked Item Displayname
The better displaynames are really helpful for unlocked books. Without MassiveBooks you would not be able to see the current title and author at all. There would be no way of telling whether this book and quill contained any info or not.

Power Tool Item Displayname
Powertools get a purple prefix just like unlocked books. This will make it easier for you to separate powertools from normal books.

Serverbooks

Serverbooks are handled using the commands list, load, save and delete. Normal players can only list and load. The moderators/administrators use the save and delete command to maintain the server books. When a serverbook is created, the title of that book is reserved and registered. All other books with the same title will be updated to have the serverbook content. Say you save your book “Rules” as a server book. If you were to change the content of the rules-book by unlocking it, altering it, and saving it again, then all existing old version your players possess will be updated automatically. Neat huh? Remember to use /book autoupdate off when editing an existing serverbook. Otherwise you will have great troubles changing the content since your changes will be overwritten with the old/current values by the auto update system.

Item Frames

Item Frame Library
Item Frames can be used to create ingame libraries. Just put a book in an item frame. If you hold a book and quill and click the item frame you will load the book inside it. If you click again you will unload the book resulting in an empty book and quill again. Tip: Any book can be cleared using the command /book clear. Tip: You can place unlocked books in item frames as well.

Powertools

A powertool is a special kind of book. Staff can turn any book into a powertool using the /book powertool command. When you click with the book you will say the lines in the book. If the line starts with a slash (/) you will run a command. Curly brace tags will be replaced with the following available tags:

  • {me.name} the name of the powertool user
  • {me.id} the id of the powertool user
  • {me.displayname} the displayname of the powertool user
  • {you.name} the name of the clicked player
  • {you.id} the id of the clicket player
  • {you.displayname} the displayname of the clicked player
  • {block.x} the x coordinate of the clicked block
  • {block.y} the z coordinate of the clicked block
  • {block.z} the z coordinate of the clicked block

Lines starting with “#” will be ignored.