Bug Description
I was playing with a command book sort of thing and noticed that suggest_command does not work in books. run_command however functions correctly.
Steps to Reproduce
1. Paste this into a command block and activate it
/give @p written_book 1 0 {title:"test",author:"2called_chaos",pages:["{\"text\":\"\",\"extra\":[{text:\"Give all creative\n\", color:\"dark_green\", clickEvent:{action: \"run_command\", value: \"/gamemode 1 @a\"}},{text:\"Give creative\n\", color:\"dark_green\", clickEvent:{action: \"suggest_command\", value: \"/gamemode 1 @p\"}}]}"]}
2. Open the book and click on the first line (it sets everybody into creative)
3. Click on the second line (it does nothing)
Actual Behavior
Nothing happens when clicking on the second line.
Expected Behavior
The book closes (as with run_command) and opens the chat, etc. (what suggest_command does).
Linked issues
is duplicated by 3
Comments 6
This is not fixed. It remains a problem as of the 1.10 full release. Try the steps provided in the description.
Can confirm, very annoying.