▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/DelayTimer
DelayTimer

DelayTimer

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.

18
0

DelayTimer Mod

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.

TH Description

Overview

DelayTimer เป็นม็อด Fabric สำหรับ Minecraft 1.20.1 ที่เพิ่มคำสั่ง /delay เพื่อรันคำสั่งหลังดีเลย์เป็น tick บนเซิร์ฟเวอร์ รองรับการระบุเป้าหมาย ยกเลิก ดูรายการ และล้างงาน คงความเข้ากันได้กับสไตล์ vanilla และมี footprint ต่ำ

Installation

  • Minecraft 1.20.1
  • Fabric Loader (เวอร์ชันที่สอดคล้องกับ Minecraft ของคุณ)
  • Fabric API
  • วางไฟล์ jar ของ DelayTimer ในโฟลเดอร์ mods/

Usage

  • ผู้ดูแลระบบที่มีสิทธิ์ OP ระดับ 2 ขึ้นไปเท่านั้นจึงเรียกใช้งานคำสั่งนี้
  • คำสั่งหลัก:
    /delay <targets> <delayTicks> <command...>
    
    โดยจะแจ้งให้รันคำสั่งสำหรับแต่ละ target ในช่วง delay ที่ระบุ (เป็น ticks)

Commands

  • /delay cancel <id> – ยกเลิกงานตาม UUID
  • /delay cancel <targets> – ยกเลิกงานทั้งหมดสำหรับ targets ที่ระบุ
  • /delay list – แสดงรายการงานที่รอดำเนินการทั้งหมด
  • /delay clear – ล้างงานทั้งหมดในคิว

Examples

/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

Notes

  • ดีเลย์วัดด้วย ticks; 20 ticks = 1 วินาที
  • คำสั่งรันในบริบทเซิร์ฟเวอร์และตามเป้าหมายที่เลือก
  • ออกแบบให้มี footprint ต่ำและทำงานร่วมกับ vanilla ได้ดี

EN Description

Overview

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.

Installation

  • Minecraft 1.20.1
  • Fabric Loader (compatible with your Minecraft version)
  • Fabric API
  • Place the DelayTimer jar into your mods/ folder

Usage

  • Admins with OP level 2+ can use the commands
  • Main command:
    /delay <targets> <delayTicks> <command...>
    

Commands

  • /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

Examples

/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

Notes

  • Delays are tick-based; 20 ticks = 1 second
  • Commands execute in the server context for the targeted entities
  • Lightweight design with memory efficiency and vanilla-friendly behavior

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

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная