Skip to content

cooldogepm/libBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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