The Teleport Mod is a server-side mod for Minecraft that allows players to link two signs and teleport between them. It is designed for use on multiplayer servers and allows administrators to configure and manage teleport links.
/teleportmod reload command to reload configuration and language files without restarting the server..jar file in the mods folder of the Minecraft server.Once the server is started, configuration files will be generated in the config/teleportmod/ folder:
config.jsonThe config.json file includes a property for the administrator permission level:
{
"permissionLevel": 4
}
permissionLevel: Specifies the minimum permission level required to create or destroy teleport links. The default permission level is 4 (administrator).language.txtThe language.txt file allows you to customize the messages players see when using the mod. Here is an example of how it looks:
sign_a_selected=Sign A selected!
teleport_link_set=Teleport link set between A and B!
teleported_to=Teleported to
no_permission_to_destroy=You don't have permission to destroy this sign!
error_already_linked=Error: One of the signs is already linked!
You can edit the messages as you wish, maintaining the key=value structure.

Create a Teleport Link:
Teleport:
Remove a Teleport Link:
Reload Configuration:
/teleportmod reload command to reload configuration and language files without restarting the server./teleportmod reload: Reload the configuration and language files.config.json).teleport_links.json file to preserve created teleport links.