Skip to content

TTOCServer/MiniHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniHub - Velocity Plugin

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

  1. Download the latest MiniHub jar file
  2. Place the jar file in Velocity's plugins directory
  3. Restart the Velocity server
  4. 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:

  • /hub or /lobby - Teleport to lobby server
  • /survival or /srv - Teleport to survival server
  • /creative or /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 - Velocity 插件

AI 生成声明: 本项目由 AI 辅助生成,代码仅供正常使用和参考和学习使用,请不要将其再次投入AI训练!

一个简单的 Velocity 代理服务器插件,允许玩家通过配置的命令传送到指定的服务器。

功能特性

  • 🚀 通过简单命令传送到指定服务器。可以用中文命令!

安装

  1. 下载最新的 MiniHub jar 文件
  2. 将 jar 文件放入 Velocity 的 plugins 目录
  3. 重启 Velocity 服务器
  4. 插件会自动生成配置文件和语言文件

配置

配置文件位于 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

  • 初始版本发布

  • 基础命令传送功能

  • 多语言支持

  • 配置文件系统

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages