1 374
收录服务器
1 970
注册
27 283
玩家
VoidTeleport 虚空传送 | 掉入虚空
有很多不同的传送方式,比如在产卵点。现在就选择你的吧!
作 者 EndlessGames
发布时间 2017年9月28日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20
点此下载

VoidTeleport插件为Minecraft服务器增加了一个实用功能,可以防止玩家掉入虚空死亡或无限下落。通过简单的指令设置,即可将玩家传送回安全区域。

✨ VoidTeleport

📌 功能特性

  • 防止玩家掉入虚空死亡,自动传送回安全区域。
  • 可自定义游戏内消息。
  • 支持PlaceholderAPI。
  • 可设置玩家传送的Y轴坐标。
  • 可以通过游戏内指令或配置文件设置坐标。
  • 可选择启用插件的世界。
  • 传送时可选择保留玩家物品栏。
  • 可以传送玩家骑乘的生物。
  • 支持在玩家尝试进入地狱顶层(基岩层)时进行传送。

下载地址:https://www.spigotmc.org/resources/voidteleport-falling-into-the-void.77582/

⚙️ 安装指南

  1. 从Spigot下载插件,并将VoidTeleport.jar文件放入服务器的plugins文件夹。
  2. 重启服务器以生成配置文件,或使用PlugMan等插件加载方式。
  3. 在游戏中使用指令/VoidTeleport setspawn <worldname>设置传送位置,或手动编辑/plugins/VoidTeleport/文件夹下的worlds.yml文件。
  4. 插件即可生效,您还可以自定义其他配置,然后运行/VoidTeleport reload重新加载配置。
  5. 开始享受插件带来的便利!

📝 配置文件 (config.yml)


prefix: "&8&l[&3&lVoidTeleport&8&l]"

help:
  - "&8&l&m---------------------------------------------"
  - "&3&l                       VoidTeleport v%version"
  - "&8&l&m---------------------------------------------"
  - "&a/vt list &7- List of worlds where VoidTeleport is enabled"
  - "&a/vt toggle [world] &7- Toggle VoidTeleport in that world"
  - ""
  - "&a/vt setspawn [world]"
  - "&a/vt offset <world> <y>"
  - "&a/vt keepinventory <world> <true/false>"
  - "&a/vt nether [world] [true/false]"
  - ""
  - "&a/vt reload &7- Reload the configuration files"
  - "&8&l&m---------------------------------------------"

list:
  header:
    - "&8&l&m------------------------------------"
    - "&3&l                  VoidTeleport"
    - "&8&l&m------------------------------------"
  body: "&aEnabled worlds: "
  footer:
    - "&8&l&m------------------------------------"

usage:
  toggle: "%prefix &7Use <c>/vt toggle [world]"
  offset: "%prefix &7Use <c>/vt offset <world> <y>"
  setspawn: "%prefix &7Use <c>/vt setspawn [world]"
  keepinventory: "%prefix &7Use <c>/vt keepinventory <world> <true/false>"
  nether: "%prefix &7Use <c>/vt nether [world] [true/false]"

player-teleported: "%prefix &7You have been successfully teleported!"

nether-message: "%prefix <c>You can't go over the nether roof!"

empty-list: "%prefix &7Coudn't find any set condition. Use /vt setspawn <worldName> to start setting!"

world-spawnpoint-notset: "%prefix <c>Before toggling VoidTeleport, you need to set the spawn point in that world."

offset-set: "%prefix &7You have set the teleportation offset to %offset for the %world world"

setspawn-success: "%prefix &7The spawnpoint has been set &asuccessfully&7."

keepinventory-success: "%prefix &7KeepInventory has been set &asuccessfully&7."

nether-world: "%prefix &7You cannot change this setting of a nether world"

nether-success: "%prefix &7Nether has been set &asuccessfully&7."

nether-unsuccess: "%prefix <c>The %world world is not a nether world"

nether-already-disabled: "%prefix <c>Nether is already disabled."

reload-success: "%prefix &7The config has been reloaded!"

voidteleport-enabled: "%prefix &7You have enabled VoidTeleport in the world %world"

voidteleport-disabled: "%prefix &7You have disabled VoidTeleport in the world %world"

only-player: "%prefix <c>This command can be executed only by players."

no-permission: "%prefix <c>You don't have enough permission to do that."

spawnpoint-notset: "%prefix <c>Just set the spawn point in that world /vt setspawn <worldname>."

world-not-enabled: "%prefix <c>The world %world isn't enabled! Type the command '/vt setspawn/toggle %world' to start setting up."

world-not-exists: "%prefix <c>World not exists. Check it!"

🗄️ 数据库文件 (database.yml)


worlds:
  world:
    spawnpoint: world:-201.5:65.0:138.5:327.67554:17.580559
    y-void: 0.0
    enabled: true
    keep-inventory: true

🔑 权限节点

  • voidteleport.use - 允许玩家被传送。
  • voidteleport.help - 允许访问信息指令。
  • voidteleport.list - 允许玩家执行 /vt list
  • voidteleport.toggle - 允许玩家执行 /vt toggle
  • voidteleport.setspawn - 允许管理员配置坐标。
  • voidteleport.offset - 允许管理员执行 /vt offset
  • voidteleport.keepinventory - 允许管理员启用或禁用保留物品栏功能。
  • voidteleport.nether - 管理地狱传送系统。
  • voidteleport.reload - 通过游戏内指令重新加载配置。
  • voidteleport.admin - 拥有以上所有权限。

⌨️ 指令列表

  • /voidteleport (或 /vt) - 列出所有指令。
  • /voidteleport list - 列出已启用VoidTeleport的世界。
  • /voidteleport toggle [worldname] - 启用/禁用指定世界的VoidTeleport。
  • /voidteleport setspawn [worldname] - 设置指定世界的传送点。
  • /voidteleport offset <worldname> <y-coords> - 设置玩家被传送后的Y轴坐标偏移量。
  • /voidteleport keepinventory [worldname] [true/false] - 启用或禁用指定世界的保留物品栏选项。
  • /voidteleport nether [worldname] [true/false] - 管理地狱传送系统。
  • /voidteleport reload - 重新加载配置文件。

🤝 支持与反馈

如果您有任何建议或疑问,欢迎通过私信联系我们。请勿在评论区发布问题,因为您将无法获得支持。您的反馈将有助于我们改进插件。