▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/ultiAccountLimit
ultiAccountLimit

ultiAccountLimit

A lightweight Velocity proxy plugin that prevents multiple accounts from connecting from the same IP address.

Оцените первым
23
0

VelocityMultiAccountLimit

A lightweight Velocity proxy plugin that prevents multiple accounts from connecting from the same IP address.


Features

  • 🛡️ Per-IP Connection Limit — Set a maximum number of concurrent connections per IP address
  • 🌐 Bilingual Support — Built-in Chinese (zh_CN) and English (en_US) language files
  • 🎨 Colored Console Logs — Real-time colored console output (green for allowed, red for blocked/disconnected)
  • 🔄 Hot Reload — Reload config and language without restarting the proxy (/vmultireload)
  • 🧵 Thread-Safe — Concurrent connection tracking with synchronized IP counting
  • 📝 Customizable Kick Message — Supports color codes and multi-line messages
  • 📂 Editable Language Files — YAML-based language files in the plugin's lang/ directory

How It Works

When a player connects to the proxy, the plugin checks how many connections from their IP are already online:

  • Below limit → Player is allowed in, connection count increases
  • At or above limit → Player is kicked with a configurable message, connection is logged in red
  • Player disconnects → Connection count decreases automatically

The plugin operates at the LoginEvent stage — after authentication but before the player joins a server. Banned or otherwise rejected players are ignored entirely.

Commands

CommandPermissionDescription
/vmultireloadvelocitymultilimit.reloadHot-reload config and language files

Alias: /vmlreload

Permissions

NodeDefaultDescription
velocitymultilimit.reloadOP / ConsoleAllows using the reload command

Installation

  1. Place the JAR in your Velocity proxy's plugins/ folder
  2. Restart the proxy (or use /velocity plugin load if supported)
  3. A default config.properties will be created in plugins/VelocityMultiAccountLimit/
  4. Language files (zh_cn.yml, en_us.yml) will be created in plugins/VelocityMultiAccountLimit/lang/

Configuration

config.properties

OptionDefaultDescription
languagezh_CNLanguage setting (zh_CN or en_US)
max-connections-per-ip3Max connections per IP (-1 = unlimited)
kick-message(empty)Custom kick message (uses language default if empty). Supports & color codes and \n for new lines.

Example

language=en_US
max-connections-per-ip=2
kick-message=&cYou already have an account on this server!\n&eLimit: &6%d

Language Files

Language files are stored in plugins/VelocityMultiAccountLimit/lang/ as YAML files. You can edit them directly to customize any message. The plugin will copy default files from the JAR if they don't exist.

Available languages:

  • zh_cn.yml — Chinese (Simplified)
  • en_us.yml — English (US)

Console Output Example

[VelocityMultiLimit] Allowed: Steve (IP: 192.168.1.100) - Current IP online: 1
[VelocityMultiLimit] Blocked: Alex (IP: 192.168.1.100)
  └─ Exceeded alt-account limit (Blocked: 1/1)
[VelocityMultiLimit] Player disconnected: Steve (IP: 192.168.1.100)

Requirements

  • Velocity 3.0.0 or higher (4.0.0 supported)
  • Java 21 or higher

Support

  • Issues: GitHub Issues
  • Source: GitHub
Партнёрский материал

Как поиграть с друзьями с модом ultiAccountLimit?

Мод ultiAccountLimit куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода ultiAccountLimit будет готов за пару минут - BungeeHost сделает всё за вас.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x1.7.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная