You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/functionDocs/get_itemmeta
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,11 @@ The entity's custom name is derived from the item '''"display"''' string. All ot
44
44
|-
45
45
| Books
46
46
|
47
-
The "generation" tag is not yet supported. As pages are plain text, they do not yet support some advanced text components.
47
+
As pages are plain text, they do not yet support some advanced text components.
48
48
* '''title''' : (string) The title of the book.
49
49
* '''author''' : (string) The author of the book.
50
50
* '''pages''' : (array) An array of pages as strings. New lines supported. 256 character limit per page. 50 page limit.
51
+
* '''generation''' : (string) The generation of the book. Can be ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY, or TATTERED (the last two cannot be copied).
0 commit comments