▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Fake Player Plugin (FPP)
Fake Player Plugin (FPP)

Fake Player Plugin (FPP)

Advanced NPC / Bot plugin for Paper, Purpur, and Folia 1.21+

Оцените первым
20.2K
47
Все версииFake Player Plugin (FPP) 2.0.3

Fake Player Plugin (FPP) 2.0.3

Beta20.07.2026

Список изменений

v2.0.3 (Beta)

Fixed — Left-Click Mining Could Get a Bot Kicked ("Invalid Entity Attacked")

  • While mining, a held left-click resolves its target with the same combined block+entity ray a real client uses — but unlike a real client, nothing stopped it from picking a dropped item, XP orb, or arrow floating near the block it was breaking and sending an attack packet at it. The vanilla server disconnects any client that attacks one of those (multiplayer.disconnect.invalid_entity_attacked) — a real client's own UI never lets you target them with left-click, so this path only existed because a bot drives raw packets directly. The crosshair ray trace in LeftClickCommand now excludes Item, ExperienceOrb, and AbstractArrow from valid attack targets, matching what AttackCommand's ray trace (via Entity#isAttackable()) already did.

Fixed — Bot Nametag Could Be Permanently Lost

  • The bot's floating name tag is a real world entity (a TextDisplay), so anything capable of removing an entity — /kill, WorldEdit, another plugin's cleanup pass — could remove it. The periodic refresh loop only checked whether its cached reference was null, not whether the entity was still valid, so an externally-removed tag never came back. It now checks isValid() and respawns the tag within half a second (10 ticks) of it disappearing, making the tag effectively unremovable instead of merely "usually present."

Added — ViaVersion-Aware Bot Connections

  • A bot's connection never performs a real handshake/login, so ViaVersion (when installed) had no record of it — any lookup of the bot's protocol version came back empty, which is the source of console warnings about not being able to determine a bot's client version. Bots are now registered with Via's connection manager as running the server's own native protocol version (i.e. "no translation needed"), using the same UserConnectionImpl + ProtocolPipelineImpl construction Via's own channel initializer uses for a real connection, and unregistered again on despawn. Entirely reflective and a no-op if ViaVersion isn't installed or its internals ever change shape.

Файлы

fake-player-plugin-2.0.3.jar(1.67 MiB)
Основной
Скачать

Метаданные

Канал релиза

Beta

Номер версии

2.0.3

Загрузчики

BungeeCord
Folia
Paper
Purpur
Velocity

Версии игры

1.21–26.2

Загрузок

1.4K

Дата публикации

20.07.2026

Загрузил

ID версии

Главная