Skip to content

Sidebar Refresh and Diffing

The current DaisyCore sidebar system is built around keyed lines and session refreshes.

A line key gives a stable identity to a sidebar line. That makes targeted updates possible.

  • define a sidebar
  • show it to a player
  • DaisyCore owns the player session
  • invalidate the whole session or specific keys when data changes

This layer does not try to expose every packet-level optimization or advanced fake-entry technique. The current goal is a stable, honest baseline runtime.