CommandTimer.beavulf.jar
6 Feb 2026
CurseForge · Hytale mod
Executing your commands at a specific time: repetitive, one-time delayed, at a specific time. With saving them when the server is rebooted and a user-friendly interface in the browser.
Quick answer
Command Timer Execute CommandTimer.beavulf.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
CommandTimer.beavulf.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Command Timer Execute CommandTimer.beavulf.jar. Pick another file and the loader, install side or required mods may change.
Use CommandTimer.beavulf.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside CommandTimer.beavulf.jar. It opens that exact file at the source.
About this project
This plugin allows you to schedule the execution of commands on the Hytale server. You can:
The plugin now includes a built-in web interface for easy task management via the browser!
http://localhost:8080 /scheduledelay <seconds> <command>Schedule a one-time execution of the command after a specified number of seconds.
Examples: /scheduledelay 60 say One minute has passed! /scheduledelay 300 time set day /scheduledelay 10 give @a diamond 1
/schedulerepeating <initial delay> <period> <team>Schedule periodic command execution.
Parameters:
initial delay - after how many seconds to start executionExamples: /schedulerepeating 0 60 say A minute has passed! /schedulerepeating 10 300 weather clear /schedulerepeating 5 120 give @a bread 1
/scheduleat <date_time> <command>Schedule the execution of a command at a specific time.
Date/time formats:
yyyy-MM-dd HH:mm:ss' (for example: 2026-02-02 15:30:00`)HH:mm:ss' (for example: 15:30:00` - for today's date)Examples: /scheduleat 2026-02-02 18:00:00 say Dinner time! /scheduleat 15:30:00 say Afternoon snack! /scheduleat 2026-02-03 09:00:00 time set day
/schedulelistShow a list of all scheduled tasks.
Output example: === Scheduled tasks === ID: 1 [ACTIVE] Team: say Hello! Type: Disposable (after 60 seconds) ───────────────────── ID: 2 [ACTIVE] Command: time set day Type: Recurring (start after 0 seconds, period of 300 seconds) ───────────────────── Total tasks: 2
/schedulecancel <ID>Cancel a scheduled task by its ID.
Examples: /schedulecancel 1 /schedulecancel 5
/schedulerepeating 0 300 say §6[Server] §Don't forget to save your progress!
/schedulerepeating 0 600 time set day
/scheduleat 2026-02-03 04:00:00 stop
/scheduledelay 3600 give @a diamond 10
/scheduleat 20:00:00 say §a[Event] A daily event is being remembered!
./gradlew build
lib/build/libs/plugins folder of your Hytale serverlib/src/main/java/org/example/plugins/scheduler/
├── SchedulerPlugin.java # The main class of the plugin
├── scheduler/
│ └── CommandScheduler.java # Command Scheduler
├── task/
│ └── ScheduledTask.java # Task class
└── commands/
├── ScheduleDelayCommand.java# One-time execution command
├── ScheduleRepeatingCommand.java # A command for periodic execution
├── ScheduleAtCommand.java# Command to execute at a given time
├── ScheduleListCommand.java # Command to view the task list
└── ScheduleCancelCommand.java # Command to cancel a task
``
## Support
If you have problems with the plugin, check the server logs. All actions of the scheduler are recorded in the log.
Author: beavulf
Version: 0.1.0
Дата: 02.02.2026
Project description from CurseForge.
Recent files
6 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.