[ci skip] Update book page/char limit for book meta doc (#10415)

This commit is contained in:
Lulu13022002 2024-04-12 20:58:44 +02:00
parent a7eec3f980
commit 99625a6d53

View File

@ -4431,7 +4431,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * Sets the specified page in the book. Pages of the book must be
+ * contiguous.
+ * <p>
+ * The data can be up to 256 characters in length, additional characters
+ * The data can be up to 1024 characters in length, additional characters
+ * are truncated.
+ * <p>
+ * Pages are 1-indexed.
@ -4442,8 +4442,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ void page(int page, net.kyori.adventure.text.@NotNull Component data);
+
+ /**
+ * Adds new pages to the end of the book. Up to a maximum of 50 pages with
+ * 256 characters per page.
+ * Adds new pages to the end of the book. Up to a maximum of 100 pages with
+ * 1024 characters per page.
+ *
+ * @param pages A list of strings, each being a page
+ */