Skip to content

Releases: ProxyTracer/proxytracer-minecraft

ProxyTracer Minecraft v1.4.0 — Paper · Folia · Velocity · Bungee

Choose a tag to compare

@p4drien p4drien released this 19 Jul 17:13

Release v1.4.0 — ProxyTracer Minecraft Launch

Official Minecraft integration for the ProxyTracer API. This release provides high-performance Anti-VPN & Anti-Proxy protection for Paper, Velocity, and BungeeCord servers.

Download Assets

  • proxytracer-bukkit-1.4.0.jar — For single Paper/Spigot/Purpur servers.
  • proxytracer-velocity-1.4.0.jar — For Velocity proxy networks.
  • proxytracer-bungee-1.4.0.jar — For BungeeCord/Waterfall networks.

Key Features

  • Asynchronous Login Checks: IP queries occur asynchronously at login, preventing server thread lag.
  • Unified Proxy Support: Dedicated proxy jars check IPs at the gateway network interface, preventing double-billing on backend Paper servers.
  • In-Memory Cache: Remembers IP scan results (TTL configurable) to reduce API consumption and support instant player re-joins.
  • Staff Alerts: Staff with proxytracer.notify receive real-time notifications when VPN users bypass or are warned.
  • Discord Logs: Log VPN joins directly to Discord channels via custom webhooks.
  • Branded Kick Screen: Kicked proxy users are greeted with clear details and proxytracer.com links.

Quick Installation

  1. Register for a free API key at ProxyTracer.com.
  2. Put the correct jar in your server's plugins/ directory.
  3. Start the server and set your API key directly:
    /proxytracer set your_api_key_here
    
  4. Verify status using /proxytracer status.

Full Changelog

  • Native support for Paper, Spigot, Velocity 3.x, and BungeeCord.
  • In-memory cache implemented with custom TTL and max size boundaries.
  • Real-time whitelist commands for player names and IP subnets.
  • Dynamic override commands for debug scenarios (testing local server setups).
  • Integrated custom messages and color formatting support (& codes).
  • Implemented fail-open policies (api.on-error: "allow") to protect server availability.

Useful Links