Compatibility
Minecraft: Java Edition
26.2
26.1
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated last week
🛡️ AntiRelog
Protect your server from leakers and reloggers! AntiRelog keeps players in the fight until the end, preventing them from leaving the game during PvP.
✨ Features
- 📊 BossBar — Displays the time remaining in PvP (1.9+)
- 💬 ActionBar + Title — Beautiful PvP status notifications
- ⚔️ Anti-cheat — Automatically disables Creative, Fly, God, and Vanish when attacked
- 💀 Anti-leave — The player dies if they leave during PvP
- 🚫 WorldGuard Ignore — Ability to ignore
PVP DENYin regions - 📝 Command Block — Disables the use of commands during PvP
- 🌍 Regions — Ability to disable PvP in specific WorldGuard regions
- 🍎 Cooldowns — Configurable cooldowns for any item via
items.yml - 🎯 Triggers — Flexible setup: CONSUME, RIGHT_CLICK, LEFT_CLICK, LAUNCH, RESURRECT
- 🏃 Anti-teleport — Blocks teleports during PvP
- 🎨 Customization — All messages are configurable in the config
- 🔓 Permissions — Flexible permissions system for bypassing checks
- 🕵️ Hide Events — Hide messages about joining, leaving, and dying
- 📦 bStats — Anonymous statistics collection
🍎 Item Configuration (items.yml)
Each item is configured separately in items.yml:
items-cooldowns:
GOLDEN_APPLE:
translation: 'Golden Apple'
handlers:
- CONSUME
checked-meta:
- MATERIAL
base64: 'dj0yOTc1LHR5cGU9R09MREVOX0FQUExF'
time: 30
set-material-cooldown: true
message: ''
Available Handlers
| Handler | Description |
|---|---|
CONSUME |
Eating/drinking items |
RIGHT_CLICK_AIR |
Right-click in air |
RIGHT_CLICK_BLOCK |
Right-click on block |
LEFT_CLICK_AIR |
Left-click in air |
LEFT_CLICK_BLOCK |
Left-click on block |
BLOCK_BREAK |
Breaking blocks |
RESURRECT_MAINHAND |
Totem in main hand |
RESURRECT_OFFHAND |
Totem in off hand |
LAUNCH |
Projectile launch (ender pearl) |
Item Parameters
| Parameter | Description |
|---|---|
translation |
Display name of the item |
handlers |
List of handlers |
checked-meta |
What to check: MATERIAL, DISPLAY_NAME, LORE |
base64 |
Item encoding (via /antirelog copy) |
time |
Cooldown time in seconds (0 = disabled, -1 = blocked) |
set-material-cooldown |
Show cooldown in client UI (requires ProtocolLib) |
message |
Custom message ('' = no message) |
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
antirelog.admin |
Access to all commands (reload, stop, give, copy) |
OP |
antirelog.bypass |
Completely bypass all checks (PvP mode, cooldowns, powerups) | OP |
antirelog.bypass.cooldown |
Bypass cooldowns on items (apples, pearls, totems, choruses, fireworks) | OP |
antirelog.bypass.powerups |
Bypass God/Fly/Speed/GM disabling when entering PvP | OP |
antirelog.bypass.vanish |
Bypass Vanish disabling when entering PvP | OP |
🎮 Commands
| Command | Description | Example |
|---|---|---|
/antirelog |
Show help | /antirelog |
/antirelog reload |
Reload the plugin config | /antirelog reload |
/antirelog stop <player/all> [time] |
Stop PvP for protected players | /antirelog stop Notch 5m |
/antirelog give <player1> <player2> |
Force PvP between two players | /antirelog give Notch Jeb_ |
/antirelog copy |
Copy item in hand to base64 | /antirelog copy |
📝 Usage examples
# Stop PvP for all protected players for 10 minutes
/antirelog stop all 10m
# Stop PvP for a specific protected player for 1 hour
/antirelog stop Bananosme_Play 1h
# Force PvP between two players
/antirelog give kacnep Bananosme_Play
# Copy item for items.yml
/antirelog copy
# Reload plugin settings
/antirelog reload
📋 Compatibility
- Minecraft: 1.8 — 26.2
- Servers: Spigot, Paper, Purpur
- API version: 1.13+
RU text
🛡️ AntiRelog
Защитите свой сервер от ливал и "релогеров"! AntiRelog заставляет игроков оставаться в бою до конца, предотвращая выход из игры во время PvP.
✨ Особенности
- 📊 BossBar — Отображение времени до конца PvP (1.9+)
- 💬 ActionBar + Title — Красивые уведомления о статусе PvP
- ⚔️ Анти-чит — Автоматическое отключение Creative, Fly, God, Vanish при атаке
- 💀 Анти-выход — Игрок умирает, если вышел во время PvP
- 🚫 Игнор WorldGuard — Возможность игнорировать
PVP DENYв регионах - 📝 Блокировка команд — Запрет использования команд во время PvP
- 🌍 Регионы — Возможность отключить PvP в определённых регионах WorldGuard
- 🍎 Кулдауны — Настройка кулдаунов на любые предметы через
items.yml - 🎯 Триггеры — Гибкая настройка: CONSUME, RIGHT_CLICK, LEFT_CLICK, LAUNCH, RESURRECT
- 🏃 Анти-телепорт — Блокировка телепортов во время PvP
- 🎨 Кастомизация — Все сообщения настраиваются в конфиге
- 🔓 Права — Гибкая система прав для обхода проверок
- 🕵️ Скрытие событий — Можно скрыть сообщения о заходе, выходе, смерти
- 📦 bStats — Сбор анонимной статистики
🍎 Настройка предметов (items.yml)
Каждый предмет настраивается отдельно в items.yml:
items-cooldowns:
GOLDEN_APPLE:
translation: 'Золотое яблоко'
handlers:
- CONSUME
checked-meta:
- MATERIAL
base64: 'dj0yOTc1LHR5cGU9R09MREVOX0FQUExF'
time: 30
set-material-cooldown: true
message: ''
Доступные обработчики (handlers)
| Обработчик | Описание |
|---|---|
CONSUME |
Употребление предмета (еда, зелья) |
RIGHT_CLICK_AIR |
ПКМ по воздуху |
RIGHT_CLICK_BLOCK |
ПКМ по блоку |
LEFT_CLICK_AIR |
ЛКМ по воздуху |
LEFT_CLICK_BLOCK |
ЛКМ по блоку |
BLOCK_BREAK |
Разрушение блока |
RESURRECT_MAINHAND |
Тотем в основной руке |
RESURRECT_OFFHAND |
Тотем в дополнительной руке |
LAUNCH |
Метание снаряда (жемчуг края) |
Параметры предмета
| Параметр | Описание |
|---|---|
translation |
Название предмета для отображения |
handlers |
Список обработчиков |
checked-meta |
Что проверять: MATERIAL, DISPLAY_NAME, LORE |
base64 |
Кодировка предмета (через /antirelog copy) |
time |
Время кулдауна в секундах (0 = отключен, -1 = запрещено) |
set-material-cooldown |
Показывать кулдаун в UI клиента (ProtocolLib) |
message |
Кастомное сообщение ('' = без сообщения) |
🔐 Права
| Право | Описание | По умолчанию |
|---|---|---|
antirelog.admin |
Доступ ко всем командам (reload, stop, give, copy) |
OP |
antirelog.bypass |
Полный обход всех проверок (PvP режим, кулдауны, powerups) | OP |
antirelog.bypass.cooldown |
Обход кулдаунов на предметы (яблоки, перлы, тотемы, хорусы, фейерверки) | OP |
antirelog.bypass.powerups |
Обход отключения God/Fly/Speed/GM при входе в PvP | OP |
antirelog.bypass.vanish |
Обход отключения Vanish при входе в PvP | OP |
🎮 Команды
| Команда | Описание | Пример |
|---|---|---|
/antirelog |
Показать справку | /antirelog |
/antirelog reload |
Перезагрузить конфиг плагина | /antirelog reload |
/antirelog stop <игрок/all> [время] |
Остановить PvP у игрока(-ов) с защитой | /antirelog stop Notch 5m |
/antirelog give <игрок1> <игрок2> |
Принудительно начать PvP между двумя игроками | /antirelog give Notch Jeb_ |
/antirelog copy |
Скопировать предмет в руке в base64 | /antirelog copy |
📝 Примеры использования
# Остановить PvP у всех игроков с защитой на 10 минут
/antirelog stop all 10m
# Остановить PvP у конкретного игрока с защитой на 1 час
/antirelog stop Bananosme_Play 1h
# Принудительно начать PvP между двумя игроками
/antirelog give kacnep Bananosme_Play
# Скопировать предмет для items.yml
/antirelog copy
# Перезагрузить настройки плагина
/antirelog reload
📋 Совместимость
- Minecraft: 1.8 — 26.2
- Серверы: Spigot, Paper, Purpur
- API версия: 1.13+


