#script help
1 messages · Page 1 of 1 (latest)
command /daily:
permission: daily.everyone
trigger:
execute command "crates give key daily"
Also executing a console command without giving the key to the player won't work
ok i fixed it how i do a op gap cooldown
how about you say that again but in English. You want a cooldown on eating enchanted golden apples?
if that's the case, then on consume is the event you'll need
ok thanks
sorry
somebody know how to make a script that gives permant saturation on join so they dont get hunger?
Using the on join: event, start a while loop to remove saturation from the player and then apply more saturation. After that, wait a few seconds
Oh yeah, if you're making it be active all the time, then sure
gotta do the more difficult way
I think that's what they want
Yeah you right
Yeah all the time
^
on break:
if region at player isn't "box":
if event-block is cobwebs:
cancel event
on place:
if region at player isn't "box":
if event-block is cobwebs:
cancel event
on break:
if region at player is "box":
if event-block is not cobwebs, emerald ore, emerald block, diamond block, diamond ore, gold block, gold ore, white glazed terracotta, light grey glazed terracotta, grey glazed terracotta, black glazed terracotta, brown glazed terracotta, red glazed terracotta, orange glazed terracotta, yellow glazed terracotta or lime glazed terracotta:
cancel event
on place:
if region at player is "box":
if event-block is not cobwebs:
cancel event
how to add permision there so if you have for example permission "bypass.box" these script isnt applied for you
player doesn't have permission ""
or if player has permission "bypass.box": stop do stuff
at the top or the end