I’m looking for a plugin that works in 1.15.1 which lets me create a sign that, when right-clicked, sends a message in the chat to the person who right-clicked the sign. Does anyone know of such a plugin?
I don't know of a plugin, but in Skript this is as simple as: Code (Text): on rightclick on sign: line 1 of event-block is "[something]" send "something" I could make the same for you in java, just would take a bit longer