Skip to content

ACM-PocketMine-MP/libBook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libBook

Send preview of books to players

Examples

Hello world

$item = VanillaItems::WRITTEN_BOOK();
$item->setPageText(0, "Hello World!");
$item->setPageText(1, "This is an example of libBook");

LibBook::sendPreview(Player, $item);

Projects using libBook

RulesBook

About

Allows you to use books as UIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%