#Do BungeeCord player display names sync with Spigot display names?

1 messages · Page 1 of 1 (latest)

inner cairn
#

Just curious, I am trying to make a server-wide nick plugin, similar to Hypixel's.

#

Also I wanna try threads

topaz salmon
#

With server wide you mean multiple instances of a minecraft server?

inner cairn
#

yeah

#

like

#

all the backends

#

have the display names as what the bungee display name is

#

by doing ProxiedPlayer.setDisplayName()

#

or do i have to do some other stuff

#

@topaz salmon

topaz salmon
#

Try setting the display name in the proxy. I think that could be enough.

inner cairn
#

alright

#

ill see how that goes