dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.04k stars 257 forks source link

Change player namer for other player. #3265

Open matiw219 opened 1 month ago

matiw219 commented 1 month ago

Is there a way to change the player's nickname for another player? There are 3 players:

A, B, C

A sees B as B C sees B as XXXX Server version: 1.18.2

I would like to do this in a way similar to changing the name in gameprofile, but I want Player.getName() to still return the correct player's nickname, meaning if player B sees player C as XXXX, then for the server he is still C. I've tried various things, but nothing worked.

TY