#Bungeecord Plugin Message Problem

1 messages · Page 1 of 1 (latest)

thorny valve
#

🔼

idle moth
#

So you want recive player from plugin message recived ?

thorny valve
#

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

idle moth
#

dataOutputStream.writeUTF(proxiedplayer.getName()) ?

thorny valve
#

yeah I know this way exists

#

but I was wondering if a "native" way existe

thorny valve
#

but that still solves my problem

idle moth
#

Let me see spigot stash

idle moth
#

Do: proxiedplayer.sendData(channel, data)

thorny valve
#

oh I didn't know this function existed

#

thanks I will try later

idle moth