Looper
A simple plugin to loop commands
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Looper
Looper
This is a simple plugin that does simple things. It allows you to loop commands using a command.
To get started, make sure you have the `looper.use` permission. From there, run the command `/loop <iterations> <period> <command>`. An example might look like `/loop 10 20 say Hi! I sent this message 10 times with a 20 tick delay between them!` To cancel a loop use the `/cancelloop [player]` command! Note: If you supply a player's name, you need to have the `looper.cancel` permission. Players can cancel their own loops without it. It is assumed to cancel one's own loops if no player name is specified.
To cancel every loop, use the `cancelallloops` command. (It requires the `looper.cancel.all` permission)
I got inspiration from this Minikloon Video.