From 600d52304dfc3ed586017cf23313715368ac7364 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 26 Jan 2020 17:56:47 +1100 Subject: [PATCH] Correct max title length in BookMeta docs By: md_5 --- paper-api/src/main/java/org/bukkit/inventory/meta/BookMeta.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/inventory/meta/BookMeta.java b/paper-api/src/main/java/org/bukkit/inventory/meta/BookMeta.java index 976a6c828f..51f21991cc 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/meta/BookMeta.java +++ b/paper-api/src/main/java/org/bukkit/inventory/meta/BookMeta.java @@ -54,7 +54,7 @@ public interface BookMeta extends ItemMeta { /** * Sets the title of the book. *

- * Limited to 16 characters. Removes title when given null. + * Limited to 32 characters. Removes title when given null. * * @param title the title to set * @return true if the title was successfully set