Hi, I need help with this skript. If I use %player% it works perfectly, but if someone changes their name, their stats are reset. So I try using %player's uuid% or %uuid of player% and then it just doesn't let you mine, doesn't give you xp, etc.
heres one of them
on mine of stone:
if {mininglevel.%uuid of player%} is not set:
if player is in world "(i put the world name)":
add 1 to {miningprogress1.%uuid of player%}
set block to bedrock
heres one of them
on mine of stone:
if {mininglevel.%uuid of player%} is not set:
if player is in world "(i put the world name)":
add 1 to {miningprogress1.%uuid of player%}
set block to bedrock
