#Claims

1 messages · Page 1 of 1 (latest)

edgy glade
#

I have the messages and stuff but I tried multiple things and I either can't figure out or it no work

#

Here's the skript

#
    set {claimblocks::%player's uuid%} to 25
    
command /claim [<number>]:
    trigger:
        if arg-1 is not set:
            send "&7[&4BeatSteal&7] &c/claim <number>"
        else:
            if {claimblocks::%player's uuid%} is less than arg-1:
                send "&7[&4BeatSteal&7] &cNot Enough Blocks!"
            if {claimblocks::%player's uuid%} is more than arg-1:
                send "&7[&4BeatSteal&7] &aClaim Created!"```
#

It also won't send claim created

white hearth
#

What is the command you're executing? /claim 25?

white hearth
#

In your last if you're only checking if its more than arg 1

#

which means if you try to claim 25 and you have 25 it wont work

#

either use >= or more than or equal to