Solved Sign edit packet

Discussion in 'Plugin Development' started by Tim203, Feb 5, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    Tim203

    Hello,

    I'm making a plugin that uses a packet to edit signs, but I want players to only edit specific lines.
    upload_2018-2-5_21-25-33.png
    Example:
    Player tries to edit the sign, he is allowed to edit only line 3.

    So far I know it isn't possible (inside the sign itself, not the PacketPlayInSignEdit), but maybe it is?

    Thanks in advance,
    Tim203
     
  2. Offline

    Zombie_Striker

    @Tim203
    In that case, no, it is not possible. However, you can either rely on chat (which would be simple) or PacketPlayInSignEdit (which requires some packet listeners, but may make for a better experience).
     
  3. Offline

    Tim203

    Thanks for you're answer. Solved
     
Thread Status:
Not open for further replies.

Share This Page