Cuberite Forum

Full Version: How i can change player nickname in TAB menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any API for changing player nickname on TAB menu and over player’s head?
Hi, welcome to the forum!

You can try the cPlayer:SetCustomName(name) method.
(07-21-2022, 11:42 PM)NiLSPACE Wrote: [ -> ]Hi, welcome to the forum!

You can try the cPlayer:SetCustomName(name) method.

Will try it. Thanks!
Also, why Cuberite sources on GitHub have branch 1.14?
1.13 and higher changed the way blocks are stored which is a huge task. That's why the branch hasn't been merged yet. I believe that branch is actually outdated, the one to look out for is the Block State pull request: https://github.com/cuberite/cuberite/pull/5151