#Claims
1 messages · Page 1 of 1 (latest)
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
What is the command you're executing? /claim 25?
Yeah