{"id":19272253,"url":"https://github.com/restoremonarchyplugins/teleportation","last_synced_at":"2025-10-28T06:33:33.281Z","repository":{"id":52943997,"uuid":"180231079","full_name":"RestoreMonarchyPlugins/Teleportation","owner":"RestoreMonarchyPlugins","description":"Unturned RocketMod 4 plugin for teleportation requests","archived":false,"fork":false,"pushed_at":"2024-02-02T12:53:53.000Z","size":8819,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-28T01:30:29.491Z","etag":null,"topics":["mcrow","restoremonarchy","rocketmod","rocketmod-plugin","rocketmod4","teleports","unturned","unturned-plugin","unturned-tpa","unturnedplugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RestoreMonarchyPlugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-08T20:52:36.000Z","updated_at":"2023-10-06T06:50:33.000Z","dependencies_parsed_at":"2023-12-11T00:24:20.185Z","dependency_job_id":"34d3fd98-c8e1-48d4-b0d7-712fa317179f","html_url":"https://github.com/RestoreMonarchyPlugins/Teleportation","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FTeleportation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FTeleportation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FTeleportation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FTeleportation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RestoreMonarchyPlugins","download_url":"https://codeload.github.com/RestoreMonarchyPlugins/Teleportation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881269,"owners_count":17219262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcrow","restoremonarchy","rocketmod","rocketmod-plugin","rocketmod4","teleports","unturned","unturned-plugin","unturned-tpa","unturnedplugin"],"created_at":"2024-11-09T20:36:00.879Z","updated_at":"2025-10-28T06:33:28.262Z","avatar_url":"https://github.com/RestoreMonarchyPlugins.png","language":"C#","readme":"# Teleportation\n* Don't allow players to run away from combat or while raiding\n* Don't allow players to teleport while they are in cave or glitched underground\n* Notifies when combat/raid mode starts and expires\n* Plugin has it's own cooldown system\n* Allows you to set a delay before player is teleported after request is accepted\n* Set the color of messages sent by plugin!\n\n## Commands\n* **/tpa \\\u003cplayer\\\u003e** - Sends a TPA request to the given player\n* **/tpa \\\u003caccept\\\u003e** - Accepts TPA request from the last player\n* **/tpa \\\u003ccancel\\\u003e** - Cancels your last TPA request\n* **/tpa \\\u003cdeny\\\u003e** - Denies latest TPA request to you  \n\nAlies: */tpa a, /tpa c, /tpa d*\n\n### Permissions\nThe only permission this plugin has is `tpa` for all teleportation actions (send/deny/accept/cancel)\n```xml\n\u003cPermission Cooldown=\"0\"\u003etpa\u003c/Permission\u003e\n```\n\n## Configuration\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cTeleportationConfiguration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cMessageColor\u003egray\u003c/MessageColor\u003e\n  \u003cMessageIconUrl\u003ehttps://i.imgur.com/wr879ca.png\u003c/MessageIconUrl\u003e\n  \u003cTPACooldown\u003e90\u003c/TPACooldown\u003e\n  \u003cTPADelay\u003e3\u003c/TPADelay\u003e\n  \u003cTPADuration\u003e90\u003c/TPADuration\u003e\n  \u003cAllowRaid\u003efalse\u003c/AllowRaid\u003e\n  \u003cRaidDuration\u003e30\u003c/RaidDuration\u003e\n  \u003cAllowCombat\u003efalse\u003c/AllowCombat\u003e\n  \u003cCombatDuration\u003e20\u003c/CombatDuration\u003e\n  \u003cUseUnsafeTeleport\u003efalse\u003c/UseUnsafeTeleport\u003e\n  \u003cCancelOnMove\u003etrue\u003c/CancelOnMove\u003e\n  \u003cMoveMaxDistance\u003e0.5\u003c/MoveMaxDistance\u003e\n\u003c/TeleportationConfiguration\u003e\n```\n## Translation\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cTranslations xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cTranslation Id=\"TargetNotFound\" Value=\"Target not found\" /\u003e\n  \u003cTranslation Id=\"CombatStart\" Value=\"Combat mode activated\" /\u003e\n  \u003cTranslation Id=\"CombatExpire\" Value=\"Combat mode ended\" /\u003e\n  \u003cTranslation Id=\"RaidStart\" Value=\"Raid mode activated\" /\u003e\n  \u003cTranslation Id=\"RaidExpire\" Value=\"Raid mode ended\" /\u003e\n  \u003cTranslation Id=\"TPAHelp\" Value=\"[[b]]TPA Commands:[[/b]]\u0026#xA;/tpa [[player]] - Send request\u0026#xA;/tpa accept - Accept request\u0026#xA;/tpa deny - Deny request\u0026#xA;/tpa cancel - Cancel your request\" /\u003e\n  \u003cTranslation Id=\"TPACooldown\" Value=\"Please wait [[b]]{0}[[/b]] seconds before sending another request\" /\u003e\n  \u003cTranslation Id=\"TPADuplicate\" Value=\"You already have a pending request to this player\" /\u003e\n  \u003cTranslation Id=\"TPASent\" Value=\"TPA request sent to [[b]]{0}[[/b]]\" /\u003e\n  \u003cTranslation Id=\"TPAReceive\" Value=\"[[b]]{0}[[/b]] wants to teleport to you\u0026#xA;Type [[b]]/tpa accept[[/b]] to allow\" /\u003e\n  \u003cTranslation Id=\"TPANoRequest\" Value=\"No pending TPA requests\" /\u003e\n  \u003cTranslation Id=\"TPAAccepted\" Value=\"Accepted [[b]]{0}'s[[/b]] TPA request\" /\u003e\n  \u003cTranslation Id=\"TPADelay\" Value=\"Teleporting to [[b]]{0}[[/b]] in [[b]]{1}[[/b]] seconds...\" /\u003e\n  \u003cTranslation Id=\"TPAWhileCombat\" Value=\"Teleport failed - [[b]]{0}[[/b]] is in combat\" /\u003e\n  \u003cTranslation Id=\"TPAWhileCombatYou\" Value=\"Teleport failed - You are in combat\" /\u003e\n  \u003cTranslation Id=\"TPAWhileRaid\" Value=\"Teleport failed - [[b]]{0}[[/b]] is in raid mode\" /\u003e\n  \u003cTranslation Id=\"TPAWhileRaidYou\" Value=\"Teleport failed - You are in raid mode\" /\u003e\n  \u003cTranslation Id=\"TPADead\" Value=\"Teleport failed - Player death detected\" /\u003e\n  \u003cTranslation Id=\"TPACave\" Value=\"Teleport failed - [[b]]{0}[[/b]] is in a cave\" /\u003e\n  \u003cTranslation Id=\"TPACaveYou\" Value=\"Teleport failed - You are in a cave\" /\u003e\n  \u003cTranslation Id=\"TPAVehicle\" Value=\"Teleport failed - [[b]]{0}[[/b]] is in a vehicle\" /\u003e\n  \u003cTranslation Id=\"TPAVehicleYou\" Value=\"Teleport failed - You are in a vehicle\" /\u003e\n  \u003cTranslation Id=\"TPANoSentRequest\" Value=\"You have no pending outgoing requests\" /\u003e\n  \u003cTranslation Id=\"TPACanceled\" Value=\"TPA request to [[b]]{0}[[/b]] canceled\" /\u003e\n  \u003cTranslation Id=\"TPADenied\" Value=\"Denied TPA request from [[b]]{0}[[/b]]\" /\u003e\n  \u003cTranslation Id=\"TPACanceledSenderMoved\" Value=\"Teleport canceled - [[b]]{0}[[/b]] moved\" /\u003e\n  \u003cTranslation Id=\"TPACanceledYouMoved\" Value=\"Teleport canceled - You moved\" /\u003e\n  \u003cTranslation Id=\"TPASuccess\" Value=\"Successfully teleported to [[b]]{0}[[/b]]\" /\u003e\n  \u003cTranslation Id=\"TPAYourself\" Value=\"You cannot send a TPA request to yourself\" /\u003e\n\u003c/Translations\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fteleportation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestoremonarchyplugins%2Fteleportation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fteleportation/lists"}