Jump to content
  • 0

Woah There, Slow Down, You Are Sending Commands too Fast


Pro141414

Question

When I try to paste a structure, it kicks me out of my server saying "Woah There, Slow Down, You Are Sending Commands too Fast" I need to know how to fix this because I am creating a server and I am trying to paste a structure.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hey hey! The only logical answer is, slow down. Things take time. You could make a skript to run the commands for you, see example below!
 

command /executeMultipleCommands:
  trigger:
    # Execute the first command
    execute console command "/command1"
    wait 0.5 seconds
    # Execute the second command
    execute console command "/command2"
    wait 0.5 seconds
    # Execute the third command
    execute console command "/command3"
    wait 0.5 seconds
    # Execute the fourth command
    execute console command "/command4"
    wait 0.5 seconds
    # Execute the fifth command
    execute console command "/command5"
    wait 0.5 seconds
    # Execute the sixth command
    execute console command "/command6"
    wait 0.5 seconds
    # Execute the seventh command
    execute console command "/command7"
    wait 0.5 seconds
    # Execute the eighth command
    execute console command "/command8"
    wait 0.5 seconds
    # Execute the ninth command
    execute console command "/command9"
    wait 0.5 seconds
    # Execute the tenth command
    execute console command "/command10"
    wait 0.5 seconds

If I helped you at all please consider boosting my account with the follow button!
Minehut ♥ [VIP] 12/19/2020 - Present

I am either extremely active or not lol.

 

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...