EventsScheduler-1.2.1.jar
31 Jan 2026
CurseForge · Hytale mod
A flexible event scheduler that automatically distributes rewards and executes commands at specific times or intervals.
Quick answer
Events Scheduler EventsScheduler-1.2.1.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.
EventsScheduler-1.2.1.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 Events Scheduler EventsScheduler-1.2.1.jar. Pick another file and the loader, install side or required mods may change.
Use EventsScheduler-1.2.1.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 EventsScheduler-1.2.1.jar. It opens that exact file at the source.
About this project
A powerful and flexible event scheduling plugin for Hytale servers that automatically distributes rewards and executes commands at specific times or intervals.
/events - List all configured events and their status/eventstrigger --eventName <name> - Manually trigger any event/eventsreload - Reload configuration without restarting server{
"broadcastPrefix": "[Events] ",
"intervalEvents": [
{
"name": "hourly_reward",
"enabled": true,
"interval": 3600,
"commands": [
"give Weapon_Sword_Cobalt"
],
"broadcastMessage": "Hourly reward! Cobalt Sword distributed to all players!"
},
{
"name": "bonus_tools",
"enabled": false,
"interval": 7200,
"commands": [
"give Tool_Pickaxe_Crude",
"give Tool_Hatchet_Crude"
],
"broadcastMessage": "Bonus reward! Pickaxe and Hatchet distributed!"
}
],
"scheduledEvents": [
{
"name": "morning_reward",
"enabled": true,
"times": ["09:00", "12:00", "18:00", "21:00"],
"commands": [
"give Weapon_Sword_Crude",
"give Tool_Pickaxe_Crude"
],
"broadcastMessage": "Daily reward time! Sword and Pickaxe distributed!"
},
{
"name": "midnight_bonus",
"enabled": true,
"times": ["00:00"],
"commands": [
"give Weapon_Staff_Cobalt",
"message You earned a midnight bonus!"
],
"broadcastMessage": "Midnight bonus! You earned a Cobalt Staff!"
}
],
"settings": {
"timezone": "Europe/London",
"debugMode": false,
"minPlayersRequired": 0,
"cooldownBetweenEvents": 0
}
}
give <ItemID> - Give an item to all playersmessage <text> - Send a message to all players.jar filemods foldermods/EventScheduler/events.json/eventsreload to apply changesAll commands require OP permissions by default.
Found a bug or have a suggestion? Open an issue on the project page!
Author: Crefax
License: MIT
Project description from CurseForge.
Recent files
31 Jan 2026
22 Jan 2026
19 Jan 2026
19 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.