MoeTeleport

⭐ — (0 endorsements) 📥 157 downloads 📌 v4.0.3 📅 6/14/2024
⚪ Last updated 2024

By Carm · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/13/2024 📅 Created: 6/14/2024

🔍 Analysis

  • 🏆 #27 of 383 adventure mods in this game by downloads

📋 About This Mod

✅ Multiple storage formats, select on demand.
✅ - Support YAML, JSON and MySQL/MariaDB storage
✅ - Support direct call (https://github.com/EssentialsX/Essentials)/CMI data, Seamless switching
✅ Clickable messages (such as "Click-Agree")
✅ - Based on the MineDown syntax, Customizable configuration
✅ Teleport requests between players

```text __ ___ ______ __ __ / |/ /__ __/_ __/__ / /__ ___ ___ ____/ /_ / /|_/ / _ \/ -_) / / -_) / -_) _ \/ _ \/ __/ __/ /_/ /_/\___/\__/_/ \__/_/\__/ .__/\___/_/ \__/ /_/ ``` README LANGUAGES (README.md) | (README-EN.md) ] # MoeTeleport (https://www.codefactor.io/repository/github/CarmJos/MoeTeleport/badge?s=b76fec1f64726b5f19989aace6adb5f85fdab840)](https://www.codefactor.io/repository/github/CarmJos/MoeTeleport) (https://img.shields.io/github/downloads/CarmJos/MoeTeleport/total)](https://github.com/CarmJos/MoeTeleport/releases) !(https://img.shields.io/badge/Minecraft-Java%201.13--Latest-blue) !(https://visitor-badge.glitch.me/badge?page_id=moeteleport.readme) MoeTeleport is an open source delivery plugin that contains several features and will be always updated to add new features based on users' requirements. The project code conforms to the development specifications and is suitable for new developers to learn Bukkit and make their own plugins. ## Functions and advantages ### Current functions - Multiple storage formats, select on demand. - Support YAML, JSON and MySQL/MariaDB storage - Support direct call (https://github.com/EssentialsX/Essentials)/CMI data, Seamless switching - Clickable messages (such as "Click-Agree") - Based on the MineDown syntax, Customizable configuration - Teleport requests between players - Support to specify handling a player's request - Set warp locations - Support to set a different number of warp locations as VIP add-on content based on permissions - Set home locations (understood as private warps) - Support setting different number of homes according to permissions as VIP add-on content - Return to the place of death and the last location ### Advantages - **Lightweight plugin.** Suitable for small servers, simple and convenient configuration. - **Specification development.** Plugin architecture conforms to development specifications, suitable for new developers to learn. - EasyPlugin has been used since () and may be somewhat different from other mainstream plugin structures. - **Continuous maintenance.** All new functional requirements can be submitted, which is likely to be supported in the subsequent development. - Functional requirements please (https://github.com/CarmJos/MoeTeleport/issues/new?assignees=&labels=enhancement&template=feature_issues.md) , do not submit in the post! - Submitting requests associated with "teleport" will most likely be updated and supported. ## (https://github.com/CarmJos/MoeTeleport/network/dependencies) - **** The plugin is based on (https://hub.spigotmc.org/stash/projects/SPIGOT) 、(http://bukkit.org/). - **** Message format is based on (https://github.com/Phoenix616/MineDown). - All messages.yml support MineDown syntax。 - **** The variable part is based on (https://www.spigotmc.org/resources/6245/). Read this if you need more details. (https://github.com/CarmJos/MoeTeleport/network/dependencies). ## (src/main/resources/plugin.yml) The main command is `/MoeTeleport` or `/mt`. All commands in this plugin support configuration of "simplified commands", such as allowing the player to directly input '/back' and execute '/MoeTeleport back', see (#Config) related content. - Required parameter '< Parameter >' - Optional parameter '' ```text # reload @ Admin command (MoeTeleport.admin) - Reload the plugin configuration file. # back - Return to the last location. ----- ----- # teleport to <target player> - Request to teleport to target player's location. # teleport here <target player> - Request the target player to teleport to their location. # teleport accept - Grant a teleport request (player requests can be specified). # teleport deny . - Reject a teleport request (player requests can be specified). ----- ----- # home to - Send to the specified home. - If you do not fill in the specific home, return to the first set of home. - If there is a home named "home", return to "home" preferentially. # home list - List all the home names. # home set - Set a home location. - If you do not specify the name of home, the default value is "home". # home delete -Delete a home location ----- ----- # warp to <warp name> - Teleport to the specified location. # warp list - List all current warp locations. # warp set <warp name> - Set a warp location. - If the warp already exists and you are the owner (or the server administrator) of the warp, - the old warp point will be overwritten. # warp delete <Warp name> - Delete one of your ow

```text __ ___ ______ __ __ / |/ /__ __/_ __/__ / /__ ___ ___ ____/ /_ / /|_/ / _ \/ -_) / / -_) / -_) _ \/ _ \/ __/ __/ /_/ /_/\___/\__/_/ \__/_/\__/ .__/\___/_/ \__/ /_/ ``` README LANGUAGES [ [中文](README.md) | [English](README-EN.md) ]

# MoeTeleport

[!(https://www.codefactor.io/repository/github/CarmJos/MoeTeleport/badge?s=b76fec1f64726b5f19989aace6adb5f85fdab840)](https://www.codefactor.io/repository/github/CarmJos/MoeTeleport) [!(https://img.shields.io/github/downloads/CarmJos/MoeTeleport/total)](https://github.com/CarmJos/MoeTeleport/releases) !(https://img.shields.io/badge/Minecraft-Java%201. 13--Latest-blue) ![](https://visitor-badge.glitch.me/badge?page_id=moeteleport.readme)

MoeTeleport is an open source delivery plugin that contains several features and will be always updated to add new features based on users' requirements.

The project code conforms to the development specifications and is suitable for new developers to learn Bukkit and make their own plugins.

## Functions and advantages

### Current functions

  • Multiple storage formats, select on demand.
  • - Support YAML, JSON and MySQL/MariaDB storage
  • - Support direct call (https://github.com/EssentialsX/Essentials)/CMI data, Seamless switching
  • Clickable messages (such as "Click-Agree")
  • - Based on the MineDown syntax, Customizable configuration
  • Teleport requests between players
  • - Support to specify handling a player's request
  • Set warp locations
  • - Support to set a different number of warp locations as VIP add-on content based on permissions
  • Set home locations (understood as private warps)
  • - Support setting different number of homes according to permissions as VIP add-on content
  • Return to the place of death and the last location

### Advantages

  • Lightweight plugin. Suitable for small servers, simple and convenient configuration.
  • Specification development. Plugin architecture conforms to development specifications, suitable for new developers to learn.
  • - EasyPlugin has been used since () and may be somewhat different from other mainstream plugin structures.
  • Continuous maintenance. All new functional requirements can be submitted, which is likely to be supported in the subsequent development.
  • Functional requirements please (https://github.com/CarmJos/MoeTeleport/issues/new?assignees=&labels=enhancement&template=feature_issues.md) , do not submit in the post!
  • Submitting requests associated with "teleport" will most likely be updated and supported.

## (https://github.com/CarmJos/MoeTeleport/network/dependencies)

  • The plugin is based on (https://hub.spigotmc.org/stash/projects/SPIGOT) 、(http://bukkit.org/).
  • Message format is based on (https://github.com/Phoenix616/MineDown).
  • - All messages.yml support MineDown syntax。
  • The variable part is based on (https://www.spigotmc.org/resources/6245/).

Read this if you need more details. (https://github.com/CarmJos/MoeTeleport/network/dependencies).

## (src/main/resources/plugin.yml)

The main command is `/MoeTeleport` or `/mt`.

All commands in this plugin support configuration of "simplified commands", such as allowing the player to directly input '/back' and execute '/MoeTeleport back', see (#Config) related content.

  • Required parameter '< Parameter >'
  • Optional parameter ''

```text # reload @ Admin command (MoeTeleport.admin) - Reload the plugin configuration file.

# back - Return to the last location.

----- -----

# teleport to - Request to teleport to target player's location.

# teleport here - Request the target player to teleport to their location.

# teleport accept - Grant a teleport request (player requests can be specified).

# teleport deny . - Reject a teleport request (player requests can be specified).

----- -----

# home to - Send to the specified home. - If you do not fill in the specific home, return to the first set of home. - If there is a home named "home", return to "home" preferentially.

# home list - List all the home names.

# home set - Set a home location. - If you do not specify the name of home, the default value is "home".

# home delete -Delete a home location

----- -----

# warp to - Teleport to the specified location.

# warp list - List all current warp locations.

# warp set - Set a warp location. - If the warp already exists and you are the owner (or the server administrator) of the warp, - the old warp point will be overwritten.

# warp delete - Delete one of your ow

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Carm
Version
4.0.3
Downloads
157
Endorsements
0
Category
adventure
Created
6/14/2024
Updated
6/13/2024
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
adventure, transportation

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does MoeTeleport support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of MoeTeleport?

Version 4.0.3, published 2024-06-13 with 157 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by Carm 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods