promotional bannermobile promotional banner
premium banner
This plugin serves as a persistence layer for player transformations in Hytale. By default, the game resets a player's entity to their standard skin upon reconnection; this plugin overrides that behavior for server administrators.

Description

This plugin serves as a persistence layer for player transformations in Hytale. By default, the game resets a player's entity to their standard skin upon reconnection; this plugin overrides that behavior for server administrators.

Core Command Logic

  • /toggleTransform: Switches the auto-transformation feature on/off (defaults to false). When activated, it also captures and saves the player's current entity as their designated login form.

  • /updateTransform: Updates the saved transformation to the player's current entity without changing the toggle state.

  • /resetTransform: Clears the saved entity and reverts the player back to their original human skin.

Automation Workflow

  1. Event: A player joins the server.

  2. Check: The plugin verifies two conditions:

    • Is the player an OP?

    • Is their personal autoTransform value set to true?

  3. Action: If both are met, the server instantly applies the stored entity ID, bypassing the default skin reset.

    Goal
    To provide a "Set and Forget" experience for staff members who prefer to moderate the server in a specific form without having to manually transform after every login.