NamVelocityBlockVersion
作者:rebot | 分类:模组
Minecraft 版本: 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 1.21.11 26.1 26.1.1 26.1.2
平台: velocity
标签: management optimization technology
NamVelocityBlockVersion
A lightweight Velocity proxy plugin that allows you to block specific Minecraft versions from entering individual backend servers.
Features
- Per-Server Version Control: Define minimum and maximum protocol versions for each server in your network.
- Custom Kick Messages: Supports MiniMessage (Adventure) for rich-text notifications.
- Console Command Execution: Execute any proxy commands when a player is blocked (e.g., remove from queue, notify admins, or ban).
- ajQueue Integration: Seamlessly remove players from queues if they try to join with an unsupported version.
- Comprehensive Protocol Table: Includes a built-in reference for Minecraft Protocol IDs from 1.7.10 to the latest versions.
Configuration
The config.yml file is generated automatically. You can define server rules like this:
servers:
lobby:
min-protocol: 5
max-protocol: 2147483647
kick-message: "<red>Lobby server supports version 1.7.10 to latest."
commands: []
smp:
min-protocol: 767
max-protocol: 2147483647
kick-message: "<red>SMP server requires version 1.21 or higher!"
commands:
- "ajq kick %player%"
- "kick %player% Please use version 1.21+"
Placeholders
%player%: The name of the player who was blocked.
Requirements
- Velocity Proxy (3.0+)
- Java 21 or higher
Author
- nattapat2871
License
This project is licensed under the MIT License - see the LICENSE file for details.
请登录后举报
暂无评论,抢个沙发吧~