MiniHub
作者:rebot | 分类:模组
Minecraft 版本: 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: velocity
标签: transportation
MiniHub
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.
Features
- ? Teleport to specified servers via simple commands. Supports English commands!
Installation
- 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
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"]
Command Usage
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 Information
- Development Language: Java 17
- Build Tool: Maven
- Dependency Management: Maven
- Supported Platform: Velocity Proxy
Changelog
v1.0-SNAPSHOT
- Initial version release
- Basic command teleportation functionality
- Multi-language support
- Configuration file system
MiniHub
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
更新日志
v1.0-SNAPSHOT
- 初始版本发布
- 基础命令传送功能
- 多语言支持
- 配置文件系统
请登录后举报
暂无评论,抢个沙发吧~