An open API service indexing awesome lists of open source software.

https://github.com/cooldogepm/libbook

Allows you to use books as UIs
https://github.com/cooldogepm/libbook

library minecraft php pmmp pocketmine ui

Last synced: about 2 months ago
JSON representation

Allows you to use books as UIs

Awesome Lists containing this project

README

        

# libBook
Send preview of books to players

## Examples

### Hello world
```php
$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](https://github.com/nhanaz-pm-pl/RulesBook)