TransportMe is a lightweight and user-friendly teleportation plugin designed to make player travel simple, flexible, and fully customizable.
With TransportMe you can:
Send teleport requests to other players (/tpa, /tpaccept, /tpdeny).
Request players to teleport to your location (/tphere, /tphaccept, /tphdeny).
Teleport directly to specific coordinates in your current world, or to those same coordinates in another world by providing its alias (/tpc).
Example: /tpc -79 65 182 → teleports you to -79 65 182 in your current world.
Example: /tpc -79 65 182 n → teleports you to -79 65 182 in the world linked to alias n (e.g. the Nether).
Enjoy a fully translatable system with YAML-based language files.
Configure cooldowns and messages to fit your server’s style.
How to Add Translations
To add translations in TransportMe, simply create a YAML file in the lang folder with the desired language code (for example,
en_US.yml for English). Then, define the keys and translated messages following the structure of the default language file. Finally, change the language in the plugin configuration to the filename without the .yml extension. The plugin will automatically load these files and display messages in the corresponding language according to the server or player settings.
Currently, the available languages are
English (
en_US) and
Spanish (
es_ES).
TransportMe es un plugin ligero y fácil de usar que simplifica los teletransportes entre jugadores y mundos, ofreciendo una experiencia totalmente personalizable.
Con TransportMe podrás:
Enviar peticiones de teletransporte a otros jugadores (/tpa, /tpaccept, /tpdeny).
Solicitar que un jugador se teletransporte a tu posición (/tphere, /tphaccept, /tphdeny).
Teletranspórtarte directamente a unas coordenadas concretas en tu mundo actual, o a esas mismas coordenadas en otro mundo indicando su alias (/tpc).
Ejemplo: /tpc -79 65 182 → te teletransporta a -79 65 182 en tu mundo actual.
Ejemplo: /tpc -79 65 182 n → te teletransporta a -79 65 182 en el mundo asociado al alias n (por ejemplo, el Nether).
Disfrutar de un sistema totalmente traducible mediante archivos YAML.
Configurar tiempo de espera y mensajes para adaptarlo al estilo de tu servidor.
Cómo añadir traducciones
Para añadir traducciones en TransportMe, simplemente crea un archivo YAML en la carpeta lang con el código del idioma deseado (por ejemplo,
es_ES.yml para español). Luego, define las claves y mensajes traducidos siguiendo la estructura del archivo de idioma predeterminado. Por último, cambia el lenguaje en la configuración del plugin por el nombre del archivo sin la extensión .yml. El plugin cargará automáticamente estos archivos y mostrará los mensajes en el idioma correspondiente según la configuración del servidor o del jugador.
Actualmente, los idiomas disponibles son
Inglés (
en_US) y
Español (
es_ES).
lang: en_US# Language for the plugin by default en_US. Included: en_US and es_ES update-langs: true# allows you to update the files in lang with those that exist in the .jar teleport:
cooldown: 20# Cooldown for tpa and tphere allow_tp_between_worlds: false# Allow teleport between worlds worlds-aliases: # Aliases for teleporting to other worlds with /tpc
#Alias:world o: world n: world_nether e: world_the_end