About MyTeleport
MyTeleport – an advanced and modern teleportation system for players.
Advantages:
- Clean and intuitive interface
- Convenient and user-friendly configuration
- Flexible permission system
- Ability to set home points
- Ability to set home points via items
- Convenient teleportation to players and home points
- Easy system to accept or decline requests
- Team request system via map markers
- Ability to teleport to markers (for administrators)
- Moderators can teleport a player to another player
- Personal cooldowns for teleportation (on specific players or homes)
- Automatic resend of teleport requests to previously requested players
- Fast and optimized teleportation
- Easy setup and integration
- English and Russian language support
- Always open to improvements and new features
Commands:
- /tp <x> <y> <z> – (Admin) Teleport yourself to the specified coordinates
- /tp <player> <target> – (Admin) Teleport a player to another player
- /tpr <nick/steamID> – Send a teleport request to another player
- /tpr – Send a teleport request to the last player you requested teleportation to (shortcut)
- /tpa – Accept a teleport request
- /tpc – Cancel a teleport or deny a request
- /home <name> – Teleport to your home point
- /sethome <name> – Set a home point
- /removehome <name> – Remove a home point
- /tpmarker – (Admin) Teleport to a map marker
- /hsetting – Open the settings menu
Permissions:
- myteleport.moder – Access to administrative features
- myteleport.tp.request – Permission to send teleport requests
- myteleport.tp.accept – Permission to accept teleport requests
Plugin Configuration:
{ "Settings: General": { "Notification type (chat - 1 | toast - 2 | both - 3)": 3, "Teleport request expiration time (sec)": 15, "Allow teleportation requests only to teammates": true, "Enable sending teleport requests to teammates via map marker": true, "Apply a personal cooldown for teleporting to a specific player instead of the global cooldown": false, "Apply a personal cooldown for teleporting to a specific home instead of the global cooldown": false, "Enable UI request panel": true, "Chat Commands": { "Teleport commands": [ "tp", "tpr" ], "Accept teleport request commands": [ "a", "acc", "accept", "tpa" ], "Cancel teleport/teleport request commands": [ "c", "can", "cancel", "tpc", "deny" ], "Teleport-to-home commands": [ "h", "home" ], "Set home commands": [ "sh", "sethome" ], "Remove home commands": [ "rh", "remhome", "removehome" ], "Admin commands for teleportation to a marker": [ "tpm", "tpmarker" ], "Commands to open the settings menu": [ "hs", "setting", "hsetting" ] } }, "Settings: Homes": { "Home set mode (0 - by command | 1 - by item)": 0, "Require friendly foundation": false, "Allowed building blocks": [ "foundation", "floor" ], "Allowed items (ShortName)": [ "sleepingbag", "beachtowel" ], "Customization": { "Icons (max 6)": [ "MT_ICON_HOME", "MT_ICON_PING", "MT_ICON_SEWING", "MT_ICON_SKULL", "MT_ICON_WEAPON", "MT_ICON_ORE" ], "Colors (max 6)": [ "FBFF2E", "0066E3", "709E35", "7D0000", "A051AC", "00FFCD" ] } }, "Settings: Restrictions": { "Situations": { "Hunger": true, "Bleeding": true, "Radiation": true, "Cold": true, "Swimming": false, "Mounted (in transport)": true, "Building blocked zone": true, "Safe zone": false }, "Monuments": { "Extra radius added to monument bounds (meters)": 50.0, "Restricted monument list": [ "compound", "bandit_town", "sphere_tank", "arctic_research_base", "powerplant", "launch_site", "water_treatment_plant", "desert_military_base", "ferry_terminal", "satellite_dish", "nuclear_missile_silo" ] } }, "Settings: Combat Block": { "Combat block duration (sec)": 30.0, "Combat Triggers": { "Attack triggers": { "On player attack": true, "On NPC attack": true, "On sleeping player attack": false }, "Damage triggers": { "Damage from player": true, "Damage from NPC": true } } }, "Settings: Statuses": { "default": { "Timings": { "Teleport-to-player timings": { "Delay before teleport (sec)": 15, "Teleport cooldown (sec)": 300 }, "Teleport-to-home timings": { "Delay before teleport (sec)": 30, "Teleport cooldown (sec)": 300 } }, "Max saved homes per player": 1 }, "vip": { "Timings": { "Teleport-to-player timings": { "Delay before teleport (sec)": 12, "Teleport cooldown (sec)": 240 }, "Teleport-to-home timings": { "Delay before teleport (sec)": 25, "Teleport cooldown (sec)": 240 } }, "Max saved homes per player": 2 } } }
