Solved Book title, author and page character limits ?

Discussion in 'Plugin Development' started by Digi, Feb 11, 2013.

Thread Status:
Not open for further replies.
  1. Hi, so I'm curious about what the character limit is for book's title, author and each page ?

    Also, color codes do count to this limit, right ? If by any chance this changed I also'd like to know :}
     
  2. Offline

    bleachisback

    Found this in CraftMetaBook:
    static final int MAX_PAGE_LENGTH = 256;
    static final int MAX_TITLE_LENGTH = 65535;
    No idea why the maximum title length is longer than the page length...
     
  3. I see, weird indeed, I guess I'll just limit title and author to 64 each.
     
Thread Status:
Not open for further replies.

Share This Page