onPluginMessageReceived not working when sending from velocity to spigot
I’m learning how velocity plugins work for my minecraft network, and I wanted to make a simple /screenshare (player) command to bring both players onto the screenshare server. Since i want the spigot plugin (that only goes on the screenshare server) to know which player is the staffer and which is the suspect, I found out about plugin messaging channel. I kinda understood how it works, when I send a message from spigot to velocity, the velocity servers gets it and prints it, but when sending from the velocity to spigot it won’t.