Help with SkUniversal/GriefPrevention claim detection

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

RoyalTurtleMan

New Member
Dec 3, 2024
6
2
3
23
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?

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