
FP's AntiFreecam
High-Performance Anti-Freecam/Anti-Xray for Spigot, Paper, Folia, and with Bedrock Support. Secure your world with ease againts freecammers.
Оцените первым
2.0K
7
1.4.7 -- Fix Folia Async Crash & Netty Packet Filtering
Release01.08.2026
Список изменений
🐛 Bug Fixes
- Fixed Folia crash:
AsyncCatchererror onChunk getEntities call— TheENTITY_SOUND_EFFECTpacket handler was callingworld.getEntities()on the Netty IO thread, which Folia blocks. Replaced with a thread-safe entity position cache that requires zero Bukkit API calls on the network thread. - Fixed Folia raycast thread-safety violation — The raycast task was running on the
GlobalRegionSchedulerwhile accessing world block data across different region threads. Each player's raycast is now scheduled on their owning region thread.
⚡ Performance Improvements
- Early packet-type filtering — The packet listener now checks the packet type before any Bukkit API calls. Previously,
Bukkit.getPlayer(),player.getWorld(),player.hasPermission(), andplayer.getGameMode()were executed for every single outbound packet (chat, tab list, keep-alive, etc.) — even though we only handle ~10 specific packet types. This eliminates unnecessary overhead for ~90% of all outbound packets. - Bypass permission caching —
player.hasPermission()andplayer.getGameMode()are no longer called on the Netty IO thread. A thread-safe bypass cache is updated on the main thread during player join, quit, world change, gamemode change, and/fpac bypass, so the packet handler only performs a fast map lookup. - Cached reflection calls — All scheduler reflection in
PlatformUtil(getMethod,invoke) is now resolved once at class load instead of on every scheduler call. The tile entity reflection field in the chunk handler is also cached statically. - Reduced debug logging overhead — Debug string concatenation in the hot packet path is now properly guarded and only runs when debug mode is actually enabled.
📦 Housekeeping
- Bumped config version to
4.2
Файлы
FPAntiFreeCam-1.4.7.jar(4.88 MiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.4.7
Загрузчики
BukkitFoliaPaperPurpurSpigot
Версии игры
1.19–26.2
Загрузок
14
Дата публикации
01.08.2026
