HomeJavaMods[CRTP]CustomRandomTP
[CRTP]CustomRandomTP — screenshot 1

FreeTP 随心传送 —— 轻量级分组随机传送模组

FreeTP 是一款专为 Minecraft 服务器设计的分组随机传送管理模组,支持自定义传送点、权限控制与配置热重载,助您轻松实现安全、灵活的玩家传送体验。


✨ 功能亮点


🧾 配置文件介绍

"group_id": "1",                // 组的名称
"locations": [
  {
    "name": "出生点",            // 传送点的名称
    "x": 0.0,
    "y": 64.0,
    "z": 0.0
  }
]

"random_world": {
  "enabled": true,              // 是否开启全图随机传送
  "min_y": 60.0,                // 传送高度最小值
  "max_y": 80.0,                // 传送高度最大值
  "radius": 5000.0,             // 传送范围半径(以世界出生点为中心)
  "safe_teleport": true         // 是否启用安全传送(避免虚空/岩浆)
}

"msg_no_locations": {
  "enabled": true,              // 是否启用该提示
  "public_channel": false,      // 是否在公共频道显示
  "text": "错误:配置文件中无有效传送点!" // 提示文本内容
}

🧩 常用指令

指令 说明
/freetp <分组ID> 随机传送 1 名玩家到指定分组
/freetp <分组ID> <玩家> 传送指定玩家到指定分组
/freetp <分组ID> random <数量> 随机传送 N 名玩家到指定分组
/freetp <分组ID> <玩家> random <数量> 从指定玩家列表中随机选 N 人传送
/freetp world 执行全图随机传送
/freetp reload 热重载配置文件

📦 适用版本与环境


✅ 模组特点


FreeTP - Random Teleportation

FreeTP is a group-based random teleportation management mod designed exclusively for Minecraft servers. It supports custom waypoints, permission control, and config hot-reloading, allowing server owners to easily implement safe and flexible player teleportation.


✨ Features


🧾 Configuration Explanation

"group_id": "1",                // Group identifier
"locations": [
  {
    "name": "Spawn",             // Waypoint name
    "x": 0.0,
    "y": 64.0,
    "z": 0.0
  }
]

"random_world": {
  "enabled": true,               // Enable global random teleport
  "min_y": 60.0,                 // Minimum Y‑level
  "max_y": 80.0,                 // Maximum Y‑level
  "radius": 5000.0,              // Teleport radius (centered at world spawn)
  "safe_teleport": true          // Enable safe teleport (avoids void/lava)
}

"msg_no_locations": {
  "enabled": true,               // Whether this message is active
  "public_channel": false,       // Whether to show in public chat
  "text": "Error: No valid waypoints found in config!" // Message text
}

🧩 Common Commands

Command Description
/freetp <group-id> Randomly teleport 1 player to the specified group
/freetp <group-id> <player> Teleport a specific player to the group
/freetp <group-id> random <amount> Randomly teleport N players to the group
/freetp <group-id> <player> random <amount> From a target player list, randomly select N and teleport them
/freetp world Perform a global random teleport
/freetp reload Hot‑reload the configuration file

📦 Supported Version & Environment


✅ Mod Characteristics

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more