AI Generation Statement: This project is AI-assisted generated, the code is for normal use, reference and learning purposes only, please do not use it for AI training again!
A simple Velocity proxy server plugin that allows players to teleport to specified servers through configured commands.
- 🚀 Teleport to specified servers via simple commands. Supports English commands!
- Download the latest MiniHub jar file
- Place the jar file in Velocity's
pluginsdirectory - Restart the Velocity server
- The plugin will automatically generate configuration files and language files
Configuration file located at plugins/MiniHub/config.yml:
# MiniHub plugin configuration file
# Language to use
language: "en_us"
# Server command configuration
# Format: server name -> command list
servers:
lobby:
commands: ["hub", "lobby"]
# Use /hub or /lobby to teleport to lobby server
survival:
commands: ["survival", "srv"]
creative:
commands: ["creative", "crea"]According to the configuration settings, players can use corresponding commands to teleport to target servers:
/hubor/lobby- Teleport to lobby server/survivalor/srv- Teleport to survival server/creativeor/crea- Teleport to creative server
- Development Language: Java 17
- Build Tool: Maven
- Dependency Management: Maven
- Supported Platform: Velocity Proxy
- Initial version release
- Basic command teleportation functionality
- Multi-language support
- Configuration file system
AI 生成声明: 本项目由 AI 辅助生成,代码仅供正常使用和参考和学习使用,请不要将其再次投入AI训练!
一个简单的 Velocity 代理服务器插件,允许玩家通过配置的命令传送到指定的服务器。
- 🚀 通过简单命令传送到指定服务器。可以用中文命令!
- 下载最新的 MiniHub jar 文件
- 将 jar 文件放入 Velocity 的
plugins目录 - 重启 Velocity 服务器
- 插件会自动生成配置文件和语言文件
配置文件位于 plugins/MiniHub/config.yml:
# MiniHub 插件配置文件
# 使用的语言
language: "zh_cn"
# 服务器命令配置
# 格式: 服务器名称 -> 命令列表
servers:
lobby:
commands: ["hub", "lobby"]
#使用/hub或/lobby均可传送到服务器lobby
survival:
commands: ["survival", "srv"]
creative:
commands: ["creative", "crea"]根据配置文件中的设置,玩家可以使用相应的命令传送到目标服务器:
/hub或/lobby- 传送到大厅服务器/survival或/srv- 传送到生存服务器/creative或/crea- 传送到创造服务器
- 开发语言: Java 17
- 构建工具: Maven
- 依赖管理: Maven
- 支持平台: Velocity Proxy
-
初始版本发布
-
基础命令传送功能
-
多语言支持
-
配置文件系统