DelayTimer is a Fabric mod for Minecraft 1.20.1 that adds /delay to run commands after a tick-based delay on the server, with cancel/list/clear support.
A Fabric mod for Minecraft 1.20.1 that adds a tick-based delay command to schedule server-side actions with per-target support, cancellation, listing, and queue management. Vanilla-friendly and lightweight.
DelayTimer เป็นม็อด Fabric สำหรับ Minecraft 1.20.1 ที่เพิ่มคำสั่ง /delay เพื่อรันคำสั่งหลังดีเลย์เป็น tick บนเซิร์ฟเวอร์ รองรับการระบุเป้าหมาย ยกเลิก ดูรายการ และล้างงาน คงความเข้ากันได้กับสไตล์ vanilla และมี footprint ต่ำ
mods//delay <targets> <delayTicks> <command...>
โดยจะแจ้งให้รันคำสั่งสำหรับแต่ละ target ในช่วง delay ที่ระบุ (เป็น ticks)/delay cancel <id> – ยกเลิกงานตาม UUID/delay cancel <targets> – ยกเลิกงานทั้งหมดสำหรับ targets ที่ระบุ/delay list – แสดงรายการงานที่รอดำเนินการทั้งหมด/delay clear – ล้างงานทั้งหมดในคิว/delay @a 100 say Time’s up! (ประมาณ 5 วินาที)
/delay @p 40 say Hello from the target’s perspective
/delay cancel a1b2c3d4-e5f6-7890-abcd-ef1234567890
/delay list
/delay clear
DelayTimer is a Fabric mod for Minecraft 1.20.1 that adds a /delay command to execute commands after a tick-based delay on the server. It supports per-target execution, cancellation, listing, and clearing of pending tasks, delivering vanilla-friendly gameplay with a small footprint.
/delay <targets> <delayTicks> <command...>
/delay cancel <id> – cancel a scheduled task by UUID/delay cancel <targets> – cancel tasks for the specified targets/delay list – list all pending tasks/delay clear – clear all tasks/delay @a 100 say Time’s up! # ~5 seconds
/delay @p 40 say Hello from the target’s perspective
/delay cancel a1b2c3d4-e5f6-7890-abcd-ef1234567890
/delay list
/delay clear