Skip to content
/ do-every Public

Minecraft Addons that runs a command every (X) amount of seconds. Beta Apis in Experimental Features is required for this to work!

License

Notifications You must be signed in to change notification settings

YetNT/do-every

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doevery!

A Minecraft Bedrock Edition Script Addon which allows execution of commands every (x) amount of seconds!

[!IMPORTANT] > In order for the mod to addon to work, you need to Enable Beta APIs in Experimental Gameplay.

[!NOTE] > There is no specific command prefix, anything that isnt a letter or number (or /), can be a prefix to use. (It has to be an alhpanumeric character)

Commands

doevery

Execute a task (command) every x amount of seconds

Aliases: de, startevery, sev

Usage:

!doevery (Task name) (Amount of time in seconds)

After using, you will asked to send the command to be executed, make sure the command does NOT have a / or else, the script will ignore it.

Example:

!doevery lightning 20
Send the chat command you want to execute every 20 seconds. (Without the slash (/) )
execute at @s run summon lightning_bolt ~ ~ ~
Task with the name (lightning) has been added!

Possible Errors

When waiting for a command to execute, if you do not say anything in 20 seconds, it will stop execution.

Of course type it out correctly.

stopevery

Stop task execution.

Aliases: se, endevery, ee

Usage:

!stopevery (Task name)

Example:

!stopevery lightning
Task has successfully been cleared!

listevery

List all the Tasks

Aliases: le, list, l, listtasks, lt

Usage:

!listevery
(Tasks)