promotional bannermobile promotional banner

HyRESTAPI

HyRESTAPI is a Hytale server mod that provides a REST API for managing players, executing server commands and monitoring server status through http endpoint.
Back to Files

HyRESTAPI-1.0.1.jar

File nameHyRESTAPI-1.0.1.jar
Uploader
KozejinKozejin
Uploaded
Jan 21, 2026
Downloads
109
Size
6.0 MB
File ID
7502125
Type
R
Release
Supported game versions
  • Early Access

What's new

Changelog 1.0.1

  • Added patch info and more server statistics to the status endpoint.
  • Added new configuration for disabling unwanted endpoint.
  • Fixed several issues that were happening.

New Configuration

{
  "enabled": false,
  "port": 8080,
  "apiKey": "changeme",
  "host": "0.0.0.0",
  "enableCors": true,
  "allowGetEndpoints": true,
  "allowPostEndpoints": true,
  "allowGiveItem": true,
  "allowKickPlayer": true,
  "allowBanPlayer": true,
  "allowUnbanPlayer": true,
  "allowBroadcast": true,
  "allowCommand": true
}

This mod has no additional files