#Is there a way to create hologram text on a per-player (client-side) basis?

1 messages · Page 1 of 1 (latest)

gaunt karma
#

Essentially-- I'm using skript to create this minigame, and for the lobby-- I'd like to have the player's level appear on the second line of the hologram that I've got set up.

With this being said however-- I'd also like to have the level be different ofc for each player in the lobby so they can easily track their stats. Think like Hypixel's Smash Heroes. (Not my image-- I just want to use this as inspiration)

If necessary-- I can use Java. I've programmed in it for some time, so switching over shouldn't be a huge deal.

#

Is there a way to create hologram text on a per-player (client-side) basis?

grim mortar
#

Integrate your plugin/script with PlaceholderAPI and use that placeholder in the hologram.

gaunt karma
#

ok cool. I appreciate it