

Context Schedule is a Datapack Library that provides functions to schedule commands but conserving the entity context.
Also can be useful when you want to schedule an specific command but you dont want to create an entire function for it.
Usage
First, add the function context_schedule:api/load to your minecraft:tags/function/load (If you want to combine the datapacks, if you don't want to do it you can leave the datapack in your world)
Then, run this command as the entity you want:
function context_schedule:api/schedule {ticks:10,function:"say hihixd"}
ticks Means the ticks to delay the command.
function Means the command that will execute after the delay.
Executing ordering
The array of commands is iterated from end to start to avoid lag, so if you want two commands to run in the same tick in an specific order, you must put them from last to first.
Example:
function context_schedule:api/schedule {ticks:10,function:"say 1"}
function context_schedule:api/schedule {ticks:10,function:"say 2"}
Will execute:
say 2
say 1
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.8, 1.21.9, 1.21.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
- Downloads as Context Schedule v1.2.1.zip
- Download size: 25 KB
- Download link checked 24 Aug 2026 — working
These come from our own check of the pack file, not from the source page.