Hi,
So I'm trying to display players prefixes and display names above their heads but I'm running into some trouble. I've tried using Waze (No errors but doesn't work) Skellett (Doesn't work with variables (Kept giving me an error about items, probably due to the list vars i guess) MundoSK (Outdated ofc) and Tablisknu (No results either)
That's the Waze code I've tried with no results.
Any recommendations for what to go with would be useful.
So I'm trying to display players prefixes and display names above their heads but I'm running into some trouble. I've tried using Waze (No errors but doesn't work) Skellett (Doesn't work with variables (Kept giving me an error about items, probably due to the list vars i guess) MundoSK (Outdated ofc) and Tablisknu (No results either)
Code:
on load:
set {ranks::*} to "dev", "builder", "admin" and "member"
loop all players:
set {vanish.%uuid of loop-player%} to false
set nametag "%{prefix::%uuid of loop-player%}% &7| %{playerdn::%uuid of loop-player%}%" for loop-players
That's the Waze code I've tried with no results.
Any recommendations for what to go with would be useful.