-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands won't work #17
Comments
Strange. I put in that text exactly.
And my command block gave me that 2-page book. Your command block didn't? What version of Minecraft are you on? Note that Gutencraft currently only supports Java Minecraft. |
Odd. When I use other text's (such as poems or tales, for example), the command refuses to work. I'm playing modded java 1.19.2 |
If you find text that doesn't work, post it here, and I'll take a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So after testing the premade command that Gutencraft gave me, I realized that it doesn't work. After some research, I realized it's formated incorrectedly in case the book is a multi-page text.
How it is written: /give @p written_book{pages:['{"text":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}','{"text":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}'],title:"",author:""}
The error is "Expected Whitespace", so I imagine the issue is simply that the command doesn't close into a single compound, making it so that the command block refuses to execute the command.
The text was updated successfully, but these errors were encountered: