hytale-instances

Spawn, teleport, and remove Hytale instanced worlds via InstancesPlugin.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-instances
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-instances
Source: https://github.com/JBurlison/Hytale-Mod-Agent/tree/main/.github/skills/hytale-instances
Command: npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-instances

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, management, and navigation of instanced worlds within Hytale, streamlining complex gameplay mechanics and custom environments.

Core Features & Use Cases

  • Instance Spawning: Create new instanced worlds from predefined templates.
  • Player Teleportation: Seamlessly move players into active or loading instances, and back to their original world upon exiting.
  • Instance Lifecycle Management: Safely remove instances when they are no longer needed.
  • Use Case: A developer wants to create a dynamic dungeon system where players can enter individual challenge instances. This skill allows them to spawn a new dungeon instance for each player group and teleport them in.

Quick Start

Use the hytale-instances skill to spawn a new instance named "Challenge_Combat_1" for the current player.

Frequently Asked Questions about hytale-instances

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create instanced worlds in Hytale for dynamic dungeons?

To create instanced worlds in Hytale, you use the InstancesPlugin to spawn new instanced environments from predefined templates. This allows you to generate individual challenge instances dynamically for specific player groups.

How does player teleportation work between normal and instanced worlds in Hytale?

Player teleportation moves players seamlessly into active or loading instances. When exiting the instance, the system automatically teleports players back to their original world for continuous navigation.

Do I need Java to manage Hytale instanced world systems?

Yes, you need Java and Hytale server-side APIs for world and player management. These dependencies are required to handle instance spawning, teleportation, and lifecycle removal programmatically.

What is the best way to remove unused Hytale instances?

The best way to remove unused Hytale instances is through the instance lifecycle management feature. It safely removes instanced environments when they are no longer needed, freeing server resources.

Can I generate Hytale world instances dynamically from templates?

Yes, you can dynamically generate Hytale world instances from predefined templates. This supports custom environments by allowing developers to spawn unique instanced worlds on demand.