Hello! I'm recently new to Skript, I am using the original version which was abandoned 4 years ago. I can't find how to put the Skript in code blocks, sorry if anyone is mad by that.
`options:
permissions: false
# values: ( true | false )
perm-to-see-the-health-bar:sh.ver.a.vida
# Write here your permission. This system only works if you have "permissions: true"
on join:
while player is online:
if {@permissions} = true:
if player has the permission "{@perm-to-see-the-health-bar}":
loop all players:
set score "&c&lHealth" below player to player's health for loop-player
wait 20 ticks
else:
loop all players:
set score "&c&lHealth" below player to player's health for loop-player
wait 20 ticks`
I would like to make it say 20 instead of 10 for the players health, for some reason, I like everything to be perfect.
`options:
permissions: false
# values: ( true | false )
perm-to-see-the-health-bar:sh.ver.a.vida
# Write here your permission. This system only works if you have "permissions: true"
on join:
while player is online:
if {@permissions} = true:
if player has the permission "{@perm-to-see-the-health-bar}":
loop all players:
set score "&c&lHealth" below player to player's health for loop-player
wait 20 ticks
else:
loop all players:
set score "&c&lHealth" below player to player's health for loop-player
wait 20 ticks`
I would like to make it say 20 instead of 10 for the players health, for some reason, I like everything to be perfect.