#Bungeecord Plugin Message Problem
1 messages · Page 1 of 1 (latest)
So you want recive player from plugin message recived ?
I want to specify a player from bungeecord through which the plugin plugin message is sent to spigot.
because I believe that spigot chooses a "random" player to send the message
unlike when sending a message from spigot we must specify a player if I'm not mistaken
dataOutputStream.writeUTF(proxiedplayer.getName()) ?
because the message will not be sent through this player
but that still solves my problem
Let me see spigot stash
Ok I understood
Do: proxiedplayer.sendData(channel, data)