Unofficial site, not affiliated with modrinth.com.What is this?
Датапаки/Context Schedule
Context Schedule

Context Schedule

Simple library to schedule functions with entity context.

11
0

img

Context Schedule is a Datapack Library that provides functions to schedule commands but conserving the entity context.

Usage

First, add the function context_schedule:api/load to your minecraft:tags/function/load

Then, run this command as the entity you want:

function context_schedule:api/schedule {args:{ticks:10,function:"say hihixd"}}

ticks Means the ticks to delay the command.

function Means the command that will execute after the delay.

You can directly write the command as

function context_schedule:internal/entry {ticks:10,function:"say hihixd"}

It will work the same, the function/api/schedule its just to make it fancier, and its easier to deduce by yourself.

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 неделю назад
ID проекта:
Главная