mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 02:35:52 -07:00
Correct max page count in BookMeta docs
Page length lest as is due to implementation details By: md_5 <git@md-5.net>
This commit is contained in:
@@ -153,7 +153,7 @@ public interface BookMeta extends ItemMeta {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Clears the existing book pages, and sets the book to use the provided
|
* Clears the existing book pages, and sets the book to use the provided
|
||||||
* pages. Maximum 50 pages with 256 characters per page.
|
* pages. Maximum 100 pages with 256 characters per page.
|
||||||
*
|
*
|
||||||
* @param pages A list of pages to set the book to use
|
* @param pages A list of pages to set the book to use
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user