Scoreboard Overlay and Controller Plugin

Free Scoreboard Overlay and Controller Plugin 5.0.0

Fly Scoreboard Version 2 is now live!

This release brings major improvements to flexibility, performance, and customization. Here’s what’s new:

⚠️ Important:
If you are upgrading from v1, you must remove the old plugin data folder before using v2.
(Instructions are provided below.)



What’s New in Version 2

  • Improved Browser Source Handling
    Fixed the issue caused by automatic Browser Source creation.
    A new “Add Browser Source” button now lets you safely add the overlay to the current scene.
  • Fully Customizable Match Stats System
    Replaced the old Home/Guest score panel with a flexible stats engine.
    • Comes with Points and Score by default
    • You can now create unlimited custom stats, name them, reorder them, and toggle visibility.
  • Flexible Timing Templates
    Introduced advanced timer templates with support for both countdown and count-up modes.
    Create as many timers as your sport or game requires.
  • New Persistent Hotkeys System
    Hotkeys are now stored separately and persist across OBS restarts.
    They no longer depend on OBS’s native hotkey system, making them safer and more configurable.
  • Rebuilt Overlay Engine
    The entire overlay script was rewritten with a clean templating layer, making customization far easier.
    Great for users building fully custom scoreboard overlays.
  • Per-Field Visibility State
    Each stat now exposes a visibility flag.
    This allows conditional CSS rendering or ternary logic directly in your HTML templates.
  • Configurable Web Server Output Path
    You can now choose exactly where the plugin serves your overlay files.
    Perfect for switching between multiple game templates or custom layouts.
  • General Improvements & Optimizations
    Numerous small fixes, performance improvements, and UX refinements across the entire dock and overlay.
- Rebuilt the git files to fix the plugin not loading on linux
Applied a patch for Linux Mint, it built correctly however I can not test but I just added a fallback to an older version in case of missing obs_frontend_add_dock_by_id it must fallback to obs_frontend_add_dock
Back
Top