Skip to content

masterdeejay/MultiHomeTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Home Teleport (MultiHomeTP)

A mod for Vintage Story
Author: MasterDeeJay
Type: Server-side mod (only needed on the server)


Description

The Multi Home Teleport (MultiHomeTP) mod allows players to set and manage multiple home locations and teleport to them easily.
Players can create, rename, list, and delete homes using chat commands.
There is also support for teleporting back to the previous location before using /home.


Commands

  • /sethome [name] – Saves the current position as a home. If no name is given, it defaults to "default". Overwrites if the name already exists.
  • /home [name] – Teleports to a saved home. Defaults to "default" if no name is given. Has a configurable cooldown.
  • /back – Teleports back to the position before using /home. Has its own cooldown.
  • /listhomes – Lists all saved home names.
  • /homeinfo – Shows the coordinates of saved homes.
  • /delhome <name> – Deletes the specified home.
  • /delallhomes – Deletes all saved homes.
  • /renamehome <oldName> <newName> – Renames a home without changing its position.

Configuration

A configuration file (MHT_config.json) allows customization:

  • TeleportMode: "multi" (multiple homes allowed) or "single" (only one home, others are deleted).
  • HomeCooldownSeconds: cooldown in seconds for /home.
  • BackCooldownSeconds: cooldown in seconds for /back.

Installation

  1. Download the latest release (e.g. MultiHomeTP_1.0.2.zip).
  2. Copy the file into your server's Mods folder.
  3. Restart the server.
  4. Adjust settings in MHT_config.json if needed.

Downloads

Latest versions are available on the Vintage Story Mod Database.


Author

MasterDeeJay – Vintage Story mod developer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages