mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
Change book limit to allow for automatically generated colour codes
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d082966e85
commit
b8446f770b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class CraftMetaBook extends CraftMetaItem implements BookMeta {
|
|||
static final ItemMetaKey RESOLVED = new ItemMetaKey("resolved");
|
||||
static final ItemMetaKey GENERATION = new ItemMetaKey("generation");
|
||||
static final int MAX_PAGES = 50;
|
||||
static final int MAX_PAGE_LENGTH = 256;
|
||||
static final int MAX_PAGE_LENGTH = 320; // 256 limit + 64 characters to allow for psuedo colour codes
|
||||
static final int MAX_TITLE_LENGTH = 32;
|
||||
|
||||
protected String title;
|
||||
|
|
Loading…
Reference in a new issue