On the https://skripthub.net/docs/?addon=SkUniversal it gives the example
send "%the ids of the basic claims at player%
But when i try that in my skript it doesnt work. It it outdated or did i install something wrong?
And if its outdated, how would i write my code correctly?
send "%the ids of the basic claims at player%
But when i try that in my skript it doesnt work. It it outdated or did i install something wrong?
And if its outdated, how would i write my code correctly?
Code:
loop blocks in radius 10 around player:
send "%the ids of the basic claims at player%" to player
set {_claims::*} to the ids of the basic claims at loop-block
if {_claims::*} is not empty:
send "You are within 10 blocks of a claim!" to player
stop