Back to mods
HyRestart project artwork

CurseForge · Hytale mod

HyRestart

Automatic restarts for Hytale servers with Discord integration.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which HyRestart release should I use?

Updated 2 months ago
Latest stable file HyRestart-1.2.6.jar
Game version Not listed
Mod system Built-in Hytale mod system

HyRestart-1.2.6.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

Where should HyRestart be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does HyRestart-1.2.6.jar need?

HyRestart-1.2.6.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add HyRestart without breaking your instance.

Built for HyRestart-1.2.6.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use HyRestart-1.2.6.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside HyRestart-1.2.6.jar. It opens that exact file at the source.

About this project

What does HyRestart add?

🔄 HyRestart – Automatic Server Restart System

A comprehensive and configurable automatic restart plugin for Hytale servers with Discord integration and customizable warning messages.


⚠️ Warning

If you are not using Pterodactyl, you may encounter the issue that the server does not restart. To resolve this, you will need to create a script to restart the server.


Features

  • Automatic scheduled server restarts
  • Multiple daily restart times (24h format)
  • Progressive player warnings before restart
  • Fully customizable warning and system messages
  • Discord webhook notifications with rich embeds
  • Separate messages for warnings and final restart
  • Placeholder system for dynamic message content
  • Simple configuration with easy translation support

Installation

  1. Download HyRestart
  2. Move the file to your mods folder located in your Hytale Server root directory
  3. Start your server
  4. A default configuration file will be generated automatically
  5. Edit the configuration file to customize restart times, warnings, and Discord settings

Configuration

HyRestart is configured through a simple and clean config.yml file.


Restart Times

Define one or more restart times per day:

restartTimes:
  - "03:00"
  - "09:00"
  - "15:00"
  - "21:00"

Warning System

Configure when warnings are sent and what players will see:

warnings:
  - seconds: 1800
    message: "[Restart] The server will restart in 30 minutes."
  - seconds: 900
    message: "[Restart] The server will restart in 15 minutes."
  - seconds: 300
    message: "[Restart] The server will restart in 5 minutes."
  - seconds: 60
    message: "[Restart] Restart in 1 minute. Please disconnect."

Final Restart Message

finalRestartMessage: "[Restart] Restarting server NOW!"

Discord Integration

Send restart notifications directly to Discord using webhooks:

discord:
  enabled: true
  webhookUrl: "YOUR_WEBHOOK_URL"
  embedTitle: "Server Restart"
  embedDescription: "The server will restart in **{time}**."
  embedColor: 16711680
  finalEmbedTitle: "SERVER RESTARTING"
  finalEmbedDescription: "The server is restarting now."

Discord Integration Features

  • Webhook-based Discord notifications
  • Warning messages sent before restart
  • Final restart notification
  • Time placeholders supported for clean and readable embeds

Placeholder Support

HyRestart supports placeholders to display dynamic information in messages:

  • Restart time or remaining time
  • Number of online players
  • Custom warning messages
  • Player usernames
  • Discord-friendly time formats

Example:

[HyRestart] Warning sent to {count} players. Restart in {time}.

Project description from CurseForge.

Recent files

HyRestart releases and Hytale builds

8 of 8 releases match

Looking for an older file? The official CurseForge project page is in Resources.