{"id":104725,"date":"2026-06-06T03:54:16","date_gmt":"2026-06-06T00:54:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/"},"modified":"2026-06-06T03:54:16","modified_gmt":"2026-06-06T00:54:16","slug":"moeteleport","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/","title":{"rendered":"MoeTeleport"},"content":{"rendered":"<p>&#8220;`text<br \/>\n   __  ___       ______    __                  __<br \/>\n  \/  |\/  \/__  __\/_  __\/__ \/ \/__ ___  ___  ____\/ \/_<br \/>\n \/ \/|_\/ \/ _ \/ -_) \/ \/ -_) \/ -_) _ \/ _ \/ __\/ __\/<br \/>\n\/_\/  \/_\/___\/__\/_\/  __\/_\/__\/ .__\/___\/_\/  __\/<br \/>\n                             \/_\/<br \/>\n&#8220;`<br \/>\nREADME LANGUAGES [ [\u4e2d\u6587](README.md) | [**English**](README-EN.md)  ]<\/p>\n<p># MoeTeleport<\/p>\n<p>![CodeFactor](https:\/\/www.codefactor.io\/repository\/github\/CarmJos\/MoeTeleport)<br \/>\n![Download](https:\/\/github.com\/CarmJos\/MoeTeleport\/releases)<br \/>\n![Support](https:\/\/img.shields.io\/badge\/Minecraft-Java%201.13&#8211;Latest-blue)<br \/>\n![](https:\/\/visitor-badge.glitch.me\/badge?page_id=moeteleport.readme)<\/p>\n<p>MoeTeleport is an open source delivery plugin that contains several features and will be always updated to add new features based on users&#8217; requirements.<\/p>\n<p>The project code conforms to the development specifications and is suitable for new developers to learn Bukkit and make their own plugins.<\/p>\n<p>## Functions and advantages<\/p>\n<p>### Current functions<\/p>\n<p>&#8211; Multiple storage formats, select on demand.<br \/>\n    &#8211; Support YAML, JSON and MySQL\/MariaDB storage<br \/>\n    &#8211; Support direct call EssentialsX\/CMI data, Seamless switching<br \/>\n&#8211; Clickable messages (such as &#8220;Click-Agree&#8221;)<br \/>\n    &#8211; Based on the MineDown syntax, Customizable configuration<br \/>\n&#8211; Teleport requests between players<br \/>\n    &#8211; Support to specify handling a player&#8217;s request<br \/>\n&#8211; Set warp locations<br \/>\n    &#8211; Support to set a different number of warp locations as VIP add-on content based on permissions<br \/>\n&#8211; Set home locations (understood as private warps)<br \/>\n    &#8211; Support setting different number of homes according to permissions as VIP add-on content<br \/>\n&#8211; Return to the place of death and the last location<\/p>\n<p>### Advantages<\/p>\n<p>&#8211; **Lightweight plugin.** Suitable for small servers, simple and convenient configuration.<br \/>\n&#8211; **Specification development.** Plugin architecture conforms to development specifications, suitable for new developers to learn.<br \/>\n    &#8211; EasyPlugin has been used since [3.0.0]() and may be somewhat different from other mainstream plugin structures.<br \/>\n&#8211; **Continuous maintenance.** All new functional requirements can be submitted, which is likely to be supported in the subsequent development.<br \/>\n&#8211; Functional requirements please submit Issues , do not submit in the post!<br \/>\n&#8211; Submitting requests associated with &#8220;teleport&#8221; will most likely be updated and supported.<\/p>\n<p>## Dependencies<\/p>\n<p>&#8211; **[Necessary]** The plugin is based on Spigot-API \u3001BukkitAPI.<br \/>\n&#8211; **[Included]** Message format is based on MineDown.<br \/>\n    &#8211; All messages.yml support MineDown syntax\u3002<br \/>\n&#8211; **[Recommended]** The variable part is based on PlaceholderAPI.<\/p>\n<p>Read this if you need more details. Dependencies.<\/p>\n<p>## [Commands](src\/main\/resources\/plugin.yml)<\/p>\n<p>The main command is `\/MoeTeleport` or `\/mt`.<\/p>\n<p>All commands in this plugin support configuration of &#8220;simplified commands&#8221;,<br \/>\nsuch as allowing the player to directly input &#8216;\/back&#8217; and execute &#8216;\/MoeTeleport back&#8217;, see [configuration](#Config) related content.<\/p>\n<p>&#8211; Required parameter &#8216;< Parameter >&#8216;<br \/>\n&#8211; Optional parameter &#8216;[parameter]&#8217;<\/p>\n<p>&#8220;`text<br \/>\n# reload<br \/>\n@ Admin command (MoeTeleport.admin)<br \/>\n&#8211; Reload the plugin configuration file.<\/p>\n<p># back<br \/>\n&#8211; Return to the last location.<\/p>\n<p>&#8212;&#8211; [Teleport commands] &#8212;&#8211;<\/p>\n<p># teleport to <target player><br \/>\n&#8211; Request to teleport to target player&#8217;s location.<\/p>\n<p># teleport here <target player><br \/>\n&#8211; Request the target player to teleport to their location.<\/p>\n<p># teleport accept [target player]<br \/>\n&#8211; Grant a teleport request (player requests can be specified).<\/p>\n<p># teleport deny [target player].<br \/>\n&#8211; Reject a teleport request (player requests can be specified).<\/p>\n<p>&#8212;&#8211; [Home commands] &#8212;&#8211;<\/p>\n<p># home to [home name]<br \/>\n&#8211; Send to the specified home.<br \/>\n&#8211; If you do not fill in the specific home, return to the first set of home.<br \/>\n&#8211; If there is a home named &#8220;home&#8221;, return to &#8220;home&#8221; preferentially.<\/p>\n<p># home list<br \/>\n&#8211; List all the home names.<\/p>\n<p># home set [home name]<br \/>\n&#8211; Set a home location.<br \/>\n&#8211; If you do not specify the name of home, the default value is &#8220;home&#8221;.<\/p>\n<p># home delete [home name]<br \/>\n-Delete a home location<\/p>\n<p>&#8212;&#8211; [Warp commands] &#8212;&#8211;<\/p>\n<p># warp to <warp name><br \/>\n&#8211; Teleport to the specified location.<\/p>\n<p># warp list<br \/>\n&#8211; List all current warp locations.<\/p>\n<p># warp set <warp name><br \/>\n&#8211; Set a warp location.<br \/>\n&#8211; If the warp already exists and you are the owner (or the server administrator) of the warp,<br \/>\n&#8211; the old warp point will be overwritten.<\/p>\n<p># warp delete <Warp name><br \/>\n&#8211; Delete one of your own warps<\/p>\n<p>&#8220;`<\/p>\n<p>## Config<\/p>\n<p>### Plugin configuration file ([config.yml]())<\/p>\n<p>Read source file for more details.<\/p>\n<p>### Message configuration file ([messages.yml]())<\/p>\n<p>Support MineDown syntax<\/p>\n<p>Read source file for more details.<\/p>\n<p>## Usage statistics<\/p>\n<p>![bStats](https:\/\/bstats.org\/plugin\/bukkit\/MoeTeleport\/14459)<\/p>\n<p>## Support and donate<\/p>\n<p>If you find this plugin helps, you can donate to support me. Thank you for being a supporter of this open source project!<\/p>\n<p>Sincere thanks to the following friends who support the development of this project:<br \/>\n&#8211; This plugin is entrusted by **\u748e\u73de ** server , authorized already.<br \/>\n&#8211; Thank you to **XingMC**(MagicMC server developer) for funding the subsequent development of this plugin.<\/p>\n<p>Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.<br \/>\n![](https:\/\/www.jetbrains.com\/?from=https:\/\/github.com\/CarmJos\/UserPrefix)<\/p>\n<p>## Open source agreement<\/p>\n<p>The source code of this project uses GNU General Public License v3.0 License.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MoeTeleport is an open source delivery plugin that contains several features and will be updated to add new features based on users&#8217; requirements.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"moeteleport","_minecraft_project_id":"fB0T4cf3","_minecraft_author":"Carm","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":126,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"moeteleport.zip","_minecraft_size_bytes":734340,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:04:10.377275Z","_minecraft_date_created":"2024-06-14T05:18:26.866623Z","_minecraft_date_modified":"2024-06-13T19:42:48.326708Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/moeteleport","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-06T00:54:17+00:00","_minecraft_import_hash":"62700fd90d28272c3f343c13989422b9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,127,128,129,869],"mod_loader":[130,132,133,134],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62],"class_list":["post-104725","mod","type-mod","status-publish","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MoeTeleport - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MoeTeleport - Minecraft\" \/>\n<meta property=\"og:description\" content=\"MoeTeleport is an open source delivery plugin that contains several features and will be updated to add new features based on users&#039; requirements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/moeteleport\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/moeteleport\\\/\",\"name\":\"MoeTeleport - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-06T00:54:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/moeteleport\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/moeteleport\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/moeteleport\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MoeTeleport\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MoeTeleport - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/","og_locale":"en_US","og_type":"article","og_title":"MoeTeleport - Minecraft","og_description":"MoeTeleport is an open source delivery plugin that contains several features and will be updated to add new features based on users' requirements.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/","name":"MoeTeleport - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-06T00:54:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/moeteleport\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"MoeTeleport"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/104725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=104725"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=104725"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=104725"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=104725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}