HytaleHome

by Mad
for Hytale
Teleport players to their bed/home location using the !home command
communityTakaro v0.4.10

Components Overview

1
config
1
commands
0
hooks
0
Cron Jobs
0
functions
0
permissions

New Module: HytaleHome

NEW
January 23, 2026
Updated to version latest. Added 1 command: home.

Configuration

Configure this module using the schemas below. The JSON schema defines the data structure, while the UI schema customizes how the configuration form is displayed.

Configuration Schema

No configuration properties defined. This module uses default settings.

UI Schema

No UI schema defined. Configuration form will use default rendering.

About Configuration Schemas

The Configuration Schema defines the structure and validation rules for module settings. The UI Schema customizes how the configuration form is displayed in the Takaro interface, including field ordering, labels, and input types.

Commands (1)

These commands can be executed by players in-game. Each command has a trigger word, optional arguments, and executes JavaScript code on the server.

home

/homeTrigger Command

Description

No help text available

Function Implementation

home Function

JAVASCRIPT

Usage Example

Player types: /home

About Module Commands

Commands allow players to interact with your module through chat. Each command has a trigger word that players type (prefixed with /), optional arguments for parameters, and a JavaScript function that executes when the command is used. Arguments are automatically validated and passed to the function.