Jump to content

One time command


PikiBanana

Recommended Posts

can i get help with one time command

this is my skript i hided the commands i just want to know how to make it one time command

 

 

command /start:
  cooldown: 10000000 minute
  cooldown message: &bOne Time Command
  cooldown bypass: cooldown.nocooldown
  trigger:
    make console execute command ""
    make console execute command ""
    set {start::%player's uuid%} to true
 

i whould like help to how i can make the command without a giant cooldown

Link to comment
Share on other sites

1 minute ago, PikiBanana said:

can i get help with one time command

this is my skript i hided the commands i just want to know how to make it one time command

 

 

command /start:
  cooldown: 10000000 minute
  cooldown message: &bOne Time Command
  cooldown bypass: cooldown.nocooldown
  trigger:
    make console execute command ""
    make console execute command ""
    set {start::%player's uuid%} to true
 

i whould like help to how i can make the command without a giant cooldown

command /start:
 trigger:
  if {start::%player's uuid%} is not set:
   make console execute command ""
   make console execute command ""
   set {start::%player's uuid%} to true

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

43 minutes ago, PikiBanana said:

can i get a command to reset the player uuid

 

command /reset [<offlineplayer>]:
 trigger:
  if {start::%arg 1's uuid%} is set:
   delete {start::%arg 1's uuid%}
   send "reset"
  else:
   send "can't reset because it's not set"

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...