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

unhacked

Paper and purpur plugin that detects client-side mods using sign-components

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

Unhacked

Paper plugin that detects client-side mods (Meteor Client, Wurst, Baritone, Freecam, autoclickers, etc.) using sign-component packet checks, then optionally kicks/bans the player.

How it works

Each mod check maps to a resource-pack translation key (key.*) rendered on a sign sent only to the checked player. The client's response reveals whether the mod's client-side key overrides the sign text - a mismatch means the mod is present. Detection modes (config.yml mode: field): TRANSLATE, KEYBIND, EXPLOIT_PREVENTER.

Requirements

  • Paper 1.21.x server, Java 21
  • packetevents
  • PacketBlocks

Both are hard dependencies - the plugin won't load without them.

Commands

All under /unhacked (permission unhacked.use):

CommandPermissionDescription
/unhacked check <player> [mod1 mod2 ...]unhacked.checkRun a check on a player. Omit mods to use default-check-mods.
/unhacked reloadunhacked.reloadReload config.yml.
/unhacked loglevel [level]unhacked.loglevelView/set your own log verbosity.

unhacked.echo-results (default: op) gates who receives detection notifications.

Configuration

See src/main/resources/config.yml:

  • mods - registry of checkable mods: display-name, key, mode, and per-result execute-on console commands (supports {player}/{mod} placeholders; run your ban/kick plugin's command here).
  • default-check-mods - mods used when /unhacked check <player> is run with no mod list.
  • join-check - auto-check players on join (enabled, only-first-join, delay in ticks, mods).
  • timeout - ticks to wait for a client's sign-packet response before marking the check as skipped.
  • messages - all user-facing strings.

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

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Ссылки


Создатели

Детали

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