#A skript which blocks use of enderpearl during /spawn
1 messages · Page 1 of 1 (latest)
Could you elaborate
I want to make it like
so you can't pearl during /spawn
but can pearl if you didn't issue the command /spawn
on command "/spawn":
set {pearlstop::%player's uuid%} to true
wait x seconds
delete {pearlstop::%player's uuid%}
on right click:
player's tool is ender pearl:
if {pearlstop::%player's uuid%} is true:
cancel event
The syntax is messed up due to me being on phone
@hazy yew lmn if this works