Loop

Action to loop actions X times.

Tags

loop(<times>,<seconds-per-time>,<variable>) action -> The times means the times that it will be looped. The seconds-per-time means the seconds between each loop is processed. For example if there is 1 second, it will do each loop time every second. And the variable is the variable name to get %variable.times% to get the current time where the loop is currently.

Examples

loop(5,1,loopvar) command <value>edp msg %player% Hello %player%! This is the %loopvar.times% message!</value>

Last updated