vllt spawnschutz im nametag

This commit is contained in:
Fabian
2021-06-15 11:18:26 +02:00
parent 130960fa97
commit e76c08ec83
2 changed files with 8 additions and 1 deletions

View File

@@ -61,6 +61,10 @@ export default function customNametags() {
nametagText += " ~r~AFK";
}
if (player.getVariable("hasSpawnschutz")) {
nametagText += " ~r~(Spawnschutz)";
}
mp.game.graphics.drawText(nametagText, [x, y],
{
font: 4,