Back to Mods
Events Scheduler

Events Scheduler

miscCrefax

A flexible event scheduler that automatically distributes rewards and executes commands at specific times or intervals.

About Events Scheduler

Events Scheduler

A powerful and flexible event scheduling plugin for Hytale servers that automatically distributes rewards and executes commands at specific times or intervals.

Features

šŸ• Dual Scheduling System

Interval Events: Execute commands every X seconds (e.g., hourly rewards)

Scheduled Events: Trigger events at specific times daily (e.g., 09:00, 12:00, 18:00)

āš™ļø Highly Configurable

JSON-based configuration system

Enable/disable individual events

Customizable timezone support (default: GMT/London)

Broadcast messages with custom prefix

Multiple commands per event

šŸŽ Reward Distribution

Automatically give items to all online players

Send custom messages to players

Supports all Hytale items (weapons, tools, armor, etc.)

šŸ› ļø Admin Commands

/events - List all configured events and their status

/eventstrigger --eventName <name> - Manually trigger any event

/eventsreload - Reload configuration without restarting server

šŸ”§ Advanced Options

Minimum player requirement for events

Cooldown between consecutive events

Debug mode for troubleshooting

Manual event triggering for testing

Configuration Example

{ "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 } }

Supported Commands

give <ItemID> - Give an item to all players

message <text> - Send a message to all players

Installation

Download the latest .jar file

Place it in your server's mods folder

Start/restart your server

Configure events in mods/EventScheduler/events.json

Use /eventsreload to apply changes

Permissions

All commands require OP permissions by default.

Requirements

Hytale Server (Early Access or newer)

Java 17+

Support

Found a bug or have a suggestion? Open an issue on the project page!

Author: Crefax

License: MIT

Downloads
100
Created
Jan 19, 2026
Updated
Jan 22, 2026
Version
Early Access

Categories

MiscellaneousGameplayUtility

Download Mod

Download on CurseForge
Free download • 100 total downloads

Need a Server?

Run Events Scheduler on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Events Scheduler?

A flexible event scheduler that automatically distributes rewards and executes commands at specific times or intervals.

How do I download Events Scheduler?

You can download Events Scheduler for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Events Scheduler?

Events Scheduler was created by Crefax. The mod has been downloaded 100 times.

Is Events Scheduler compatible with Hytale servers?

Events Scheduler is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Events Scheduler?

To install Events Scheduler: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.