Entity Scheduler
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #2026 of 2169 datapack mods in this game by downloads
📋 About This Mod
/schedule but with entity context. So the scheduled function runs **as** (and **at**) the specified entity. *Beware of performance if used too much at once since it's executing all scheduled functions **as at** the specified entity* ## Example ```mcfunction # Vanilla schedule function example:function 20t ``` The above vanilla function (with no entity context) becomes this ```mcfunction # scheduler function scheduler:args/set_entity with entity @r function scheduler:args/set {function: "example_function", ticks: 20} function scheduler:schedule with storage scheduler:args ``` A entity scheduled function can also be cleared via an entity or the function name ```mcfunction # clears via an entity function scheduler:clear_entity with entity @r # clears via the function name function scheduler:clear_function {function: "example_function"} ```
/schedule but with entity context. So the scheduled function runs as (and at) the specified entity.
Beware of performance if used too much at once since it's executing all scheduled functions as at the specified entity
## Example ```mcfunction # Vanilla schedule function example:function 20t ``` The above vanilla function (with no entity context) becomes this ```mcfunction # scheduler function scheduler:args/set_entity with entity @r function scheduler:args/set {function: "example_function", ticks: 20} function scheduler:schedule with storage scheduler:args ```
A entity scheduled function can also be cleared via an entity or the function name ```mcfunction # clears via an entity function scheduler:clear_entity with entity @r
# clears via the function name function scheduler:clear_function {function: "example_function"} ```
📊 Mod Details
- Game
- Minecraft Data Packs
- Author
- VilleOlof
- Version
- 1.1
- Downloads
- 70
- Endorsements
- 1
- Category
- datapack
- Created
- 2/5/2025
- Updated
- 2/5/2025
- Game Versions
- 1.21.4
- Tags
- library
🔧 How to Install Minecraft Data Packs Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Data Packs →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Data Packs versions does Entity Scheduler support?
The author lists 1.21.4. Other versions may work but are untested by the author.
What is the latest version of Entity Scheduler?
Version 1.1, published 2025-02-05 with 70 downloads recorded at the source.
Keep browsing — more Minecraft Data Packs mods await