Hey,
I'm trying to make a leveling system in one of my servers, where the higher your level is, the higher the maximum health you have.
At first, I tried this:
But Skript can't seem to understand the event. (skript 1.15.2)
Is there any other way I could have Skript detect a player's level?
I'm trying to make a leveling system in one of my servers, where the higher your level is, the higher the maximum health you have.
At first, I tried this:
Code:
if players exp level is equal to 3:
set the maximum health of the player to 6
But Skript can't seem to understand the event. (skript 1.15.2)
Is there any other way I could have Skript detect a player's level?