PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
10.04k stars 2.34k forks source link

suggestCommand in Books #7391

Closed AlmightyAnubis closed 2 years ago

AlmightyAnubis commented 2 years ago

Expected behavior

Closing Book and showing command in command line

Observed/Actual behavior

Book does not get closed and the command is not suggested

Steps/models to reproduce

  1. Create a Component in a book
  2. Add Click event with ClickEvent.suggestCommand(command)
  3. Click the command
  4. nothing happens

Plugin and Datapack List

my own plugin + viaVersion + viaBackward

Paper version

[15:39:13 INFO]: Checking version, please wait... [15:39:13 INFO]: This server is running Paper version git-Paper-169 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 60e46ab)

Other

might be a spigot problem, but maybe a solution can be found her

NoahvdAa commented 2 years ago

This is intentionally not supported in vanilla, see MC-70317.