Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,500 resources
02
Days
07
Hours
50
Mins
34
Secs

Recent content by El_Pepes

  1. El_Pepes

    Fake Player Plugin - v1.6.6.12.8 (Performance Optimization)

    ### Performance Optimizations Rotation broadcast cache — lastSentVisualRotation map caches last broadcast yaw/pitch per bot; rotation packets dropped when delta < 0.5°, eliminating redundant head-rotation broadcasts under heavy load. Direct NMS fast-paths — sendRotationDirect() and...
  2. El_Pepes

    Fake Player Plugin - v1.6.6.12.7 (nLogin Compatibility & Heavy Listener Suppression)

    ### Core Updates - nLogin compatibility — NmsPlayerSpawner now suppresses nLogin (com.nickuc.*) PlayerJoinEvent listeners for fake players alongside the existing SimpleVoiceChat suppression. Auth plugins that expect normal client login pipelines no longer kick/despawn FPP bots during spawn.
  3. El_Pepes

    Fake Player Plugin - v1.6.6.12.4 (Debug GUI, Left-Click Combat & Stability)

    ### 🎯 Main Focus Fix bot despawn after spawn bug — bots no longer instantly despawn due to stale spawn-protection checks or missing WorldGuard session state after teleport/respawn PacketEvents fail injection — suppressed kicks caused by "packetevents" + "inject" errors that triggered an...
  4. El_Pepes

    Fake Player Plugin - v1.6.6.12.3 (Folia Config Patch)

    ### 🔧 Folia Config Patch - Folia config issue patched — formatting normalization across build.gradle.kts, Config.java, and plugin.yml to resolve Folia-related configuration loading problems
  5. El_Pepes

    Fake Player Plugin - v1.6.6.12.2 (Folia support)

    ### ⚡ Performance & Cleanup Silent License Verification — No more startup spam (Team ID, challenge, JSON response removed) Debug Logging Fixed — All NMS-BOT messages now respect debug.yml (17 calls fixed) Cleaner Startup Logs — Removed backups count, name pool size, debug section from banner...
  6. El_Pepes

    Fake Player Plugin - v1.6.6.12.1

    ### License System Updates License server migration — Switched license verification from license.fpp.wtf to app.lukittu.com Frontend credential fetch — Credentials now fetched from fpp.wtf/api/license/free with HMAC signature verification Improved license logging — Better error messages and...
  7. El_Pepes

    Fake Player Plugin - v1.6.6.12

    ### Breaking Changes Folia support removed — FPP no longer supports Folia due to fundamental incompatibilities with regionised threading and entity ticking. Use Paper/Purpur instead. Body disable system removed — body.enabled config option removed. Bots always spawn with physical bodies...
  8. El_Pepes

    Fake Player Plugin - v1.6.6.11

    ## v1.6.6.11 ### Bug Fixes Online player count — bots now correctly subtracted from real-player count in /fpp stats and network totals (commit 6afca8a) Database flush — runs outside the main thread to prevent server lag spikes (f671781) Batching logic — added proper batching for DB writes and...
  9. El_Pepes

    Fake Player Plugin - v1.6.6.10.1

    ### Attribution & Author Updates - Hardcoded original author updated from el_pepes to F_PP across codebase ### FastStats Metrics System Overhaul ErrorTracker — context-aware error tracking via FastStats API Debug toggle — metrics.debug option in config.yml (default false) onFlush callback —...
  10. El_Pepes

    Fake Player Plugin - v1.6.6.10

    Requires MySQL for cross-server features. ### Network Architecture Proxy-merged database — all backends share live bot registry and player counts via MySQL. Schema v25: fpp_network_bots, fpp_server_heartbeat, fpp_network_tasks NetworkHeartbeatManager — publishes local bots / reads remote bots...
  11. El_Pepes

    Fake Player Plugin - v1.6.6.9

    ## v1.6.6.9 (Current) Fall damage implemented (configurable via combat.fall-damage) Fall damage tracking fixed in FakePlayerManager tick loop Skin injector fixes for skin extension compatibility Config migrator improvements (v71→v72 cleanup) Extension bundle support Config YML extension removal...
  12. El_Pepes

    Fake Player Plugin - v1.6.6.8 (2026-05-02)

    Bot Join/Leave Messages — Custom bot-join/bot-leave lang keys replace vanilla messages; fully customizable MiniMessage formatting. Vanilla quit messages always nulled for bots. Death-despawn leave fires after kill message for proper ordering. Skin System — Retry count 3→5; null/invalid results...
  13. El_Pepes

    Fake Player Plugin - v1.6.6.7 (2026-04-26)

    Extension / Addon API New FppExtension interface — third-party developers can drop .jar files into plugins/FakePlayerPlugin/extensions/ and FPP will auto-load them on startup ExtensionLoader scans extension jars for FppExtension implementations, instantiates them, and registers them as addons...
  14. El_Pepes

    Fake Player Plugin - v1.6.6.2 (2026-04-21)

    Critical Bug Fixes /fpp despawn all inventory preservation — Fixed bug where bulk despawn erased all bot inventories and XP. removeAll() now implements proper snapshot logic identical to single-bot despawn — captures inventory and XP before clearing any maps. Dimension spawn coordinate fix —...
  15. El_Pepes

    Fake Player Plugin - v1.6.6.1 (2026-04-20)

    🟧 FPP BungeeCord Companion (fpp-bungee.jar) New standalone BungeeCord/Waterfall proxy plugin — drop fpp-bungee.jar into your BungeeCord plugins/ folder; no config needed Registers fpp:proxy plugin-messaging channel; listens for BOT_SPAWN, BOT_DESPAWN, SERVER_OFFLINE messages from backend...
Top