7 lines
534 B
Plaintext
7 lines
534 B
Plaintext
!REPEATING
|
|
|
|
execute as @a[tag=!o.w.l.puid] run scoreboard players add #counter o.w.l.puid 1
|
|
execute as @a[tag=!o.w.l.puid] run scoreboard players operation @s o.w.l.puid = #counter o.w.l.puid
|
|
execute as @a[tag=!o.w.l.puid] run tellraw @s [{text:"[",color:"white",bold:false}, {"text":"INFO",color:"green",bold:true}, {text:"]",color:"white",bold:false}, {"text":" New PUID assigned for you: ",color:"white",bold:false}, {score:{name:"@s",objective:"o.w.l.puid"},color:"blue"}]
|
|
execute as @a[tag=!o.w.l.puid] run tag @s add o.w.l.puid
|