PJ CoreLib
Shared library mod for the PJ Hytale mod ecosystem. Provides common utilities used by all other PJ mods, including mod detection, UI helpers and style standardisation.
Features
Mod Discovery
- Detect whether any Hytale mod (PJ or third-party) is loaded and enabled at runtime.
- Optional rich registration: mods can advertise their display name, UI command and icon for use.
- Built-in presence cache — safe to call on every tick.

UI Utilities
- VirtualListPaginator — generic paginated list renderer that works with Hytale's pre-declared row pattern.
- TabPanelManager — single-page section switcher using
Visible toggling, with optional nav-button highlight.
… and many more to come.