Open Sign (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 1.5.2, 2.14.0 (sides), 3.11.3 (virtual)
Syntax
open [virtual] sign [gui] [(front|back)] [(for|of)] [%direction%] %location% to %players%Description
Open a sign's GUI to a player, to allow them to edit it. `virtual`: (Added in Paper 1.21.5) - Allows opening a client side sign to a player. - You will have to send a client side sign to the player. - The sign must be within 9 blocks of the player. - You can use the `unchecked sign change` event to listen for changes to virtual signs. If not using `virtual`, the block must be placed in the world. Front/Back support added in MC 1.20.
Examples
open sign gui of target block to player
open target block's sign gui to player
open sign back of target block to player