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 tofalse). 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
-
Event: A player joins the server.
-
Check: The plugin verifies two conditions:
-
Is the player an OP?
-
Is their personal
autoTransformvalue set totrue?
-
-
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.

