AntiDoubleAccount
The plugin prevents players from using multiple Minecraft accounts from the same IP address at the same time
- Загрузки
- 245
- Подписчики
- 0
- Обновлён
- 8 ноября 2025 г.
- Лицензия
- Apache-2.0
Опубликован 8 ноября 2025 г.
ANY ERRORS ? contact me on discord: .akafashan
AntiDoubleAccount Plugin
Version: 1.0.0
Platform: Paper / Bukkit / Spigot
Description
AntiDoubleAccount is a Minecraft server plugin designed to prevent multiple accounts from connecting simultaneously from the same IP address. It helps server administrators reduce account sharing, manage whitelisted IPs, and keep detailed connection logs.
Features
- Prevent multiple connections per IP: Automatically kicks players if another player is already connected from the same IP.
- Customizable messages: All kick messages, logs, and notifications can be modified in
messages.yml. - Commands:
/antidouble allow <ip>→ Add an IP to the whitelist./antidouble remove <ip>→ Remove an IP from the whitelist./antidouble list→ Show all whitelisted IPs.
- Connection logs: Logs every connection with date, player, and IP address.
- Magic kick messages: Supports Minecraft formatting codes (
&k,&c,&r, etc.) for stylish kick messages.
Configuration
- messages.yml: Customize all plugin messages.
- logs/connections.log: Stores all connection attempts and IPs.
Permissions
antidouble.allow→ Allows use of/antidouble allowantidouble.remove→ Allows use of/antidouble removeantidouble.list→ Allows use of/antidouble list
Installation
- Place the
AntiDoubleAccount.jarfile in thepluginsfolder. - Start the server to generate the default configuration files.
- Edit
messages.ymlto customize messages. - Restart the server.
Notes
- Works on Paper, Spigot, and Bukkit servers.
- Fully compatible with Minecraft 1.19+
Ченджлог
1.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 8 ноября 2025 г.
AntiDoubleAccount Changelog
[1.0.0] – 2025-11-08
Added
- Full support for messages.yml for all plugin messages.
- Commands:
/antidouble allow <ip>– add an IP to the whitelist./antidouble remove <ip>– remove an IP from the whitelist./antidouble list– list all whitelisted IPs.
- Connection logs saved to
logs/connections.logwith date, player name, and IP. - Magic kick messages using
&kformatting.
Improved
- Kick message now supports multiple lines and fancy formatting.
- Customizable messages for all plugin notifications.
- More readable log format:
{date} - {player} connected from {ip}. - Prevented null errors when player object not found.
Fixed
- Fixed bug where plugin crashed if log file didn’t exist.
- Fixed issues with double IP detection on simultaneous logins.
Комментарии
Загружаем…