Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
Platforms
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
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.