# 重启重定向
重启重定向使用1.20.5的新功能(https://minecraft.wiki/w/Commands/transfer)将玩家从一个服务器传送到另一个服务器。
有点像 MoveMeNow,但不需要 Velocity/Bungeecord
[下载:https://modrinth.com/plugin/restartredirect/](https://modrinth.com/plugin/restartredirect/)
# 必备条件
- Minecraft 客户端 1.20.5+
- Minecraft 服务器 1.20.5+
## 支持的服务器软件
- Spigot, Paper, Purpur, Paper fork
- Fabric, Forge, NeoForge (计划中)
- Bungeecord/Velocity (计划中)
- Ignite (未来可能)
- Folia (未来可能)
# 限制
- 当检测到服务器关机时,重启重定向会将玩家发送到配置的服务器
- 当服务器崩溃且未执行关机并保存时,会导致玩家无法发送
- 重启重定向不会像代理服务器一样检查目标服务器是否在线/离线,而是取决于玩家的游戏会发生什么事情,当他们在服务器之间切换时
- 版本较低的玩家,例如 1.20.4,由于缺少功能而无法连接到另一个服务器
# 安装
1) 从 [官方来源 ](https://modrinth.com/plugin/restartredirect/) 下载插件:[https://modrinth.com/plugin/restartredirect/](https://modrinth.com/plugin/restartredirect/)
2) 将其放入 plugins/mods 文件夹
3) 重启服务器或通过另一个插件(例如 plugman)加载插件
4) 在目标服务器上,需要将 server.properties 中的 accepts-transfers 属性设置为 true 并重启服务器
6) 设置 config 并键入 /RestartRedirect reload
7) 通过 /RestartRedirect test 或 /stop (服务器关机) 进行测试
# 命令
- /restartredirect test , reload , version
- 权限: restartredirect.admin 或 OP
## 缺陷报告、改进建议或缺失功能
[https://github.com/tomikcz987/RestartRedirect/](https://github.com/tomikcz987/RestartRedirect/)