Warp Stones banner
Warp Stones icon

Warp Stones

Adds an item called a warp stone, crafted with stone rubble and some life essence. One time use, then it consumes the item.

00
hytaleServer2026.1mod

Warp Stones adds a consumable warp stone item that teleports you back to the world spawn when used. The item is craftable from stone rubble and life essence at a standard crafting bench. Warp stones stack to one and are consumed immediately after use; right-click while holding one to warp and receive a confirmation message.

Implementation details:

  • Registers the warp stone item and its crafting recipe at load time so it appears alongside other assets.
  • Teleport targets the spawn provided by the current world’s spawn provider, with a safe fallback to the player’s current transform.
  • The item defaults to the built-in unknown texture; swap the texture string in code if you add a custom asset.

Known notes:

  • The recipe references stone rubble and life essence by their expected item ids; update these ids if your server uses different identifiers.
  • Teleport uses deprecated transform accessors from the current server API; if the API updates, swap to the recommended replacements.