gomint / gomint

GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
https://gomint.io/
Other
241 stars 31 forks source link

Nametags are broken #189

Closed KCodeYT closed 6 years ago

KCodeYT commented 6 years ago

Nametags are broken:

https://cdn.discordapp.com/attachments/361106165251309568/433276962736439296/unknown.png

Ich benutze ProxProx: http://github.com/LucGamesYT/ProxProx Und die neuste GoMint: http://ci.gomint.io/job/GoMint/job/genazt/8/

KCodeYT commented 6 years ago

EntityHuman floatingText = EntityHuman.create(); floatingText.setSkin(PlayerSkin.empty()); floatingText.setScale(0f); floatingText.setTicking(false); floatingText.spawn(spawnLoc);

floatingText.setNameTag("test");

floatingText.setHiddenByDefault(true); floatingText.showFor(player);