API
Last updated
Last updated
This section contains all technical references for the BDSC (BOII Development Server Core) framework. It is divided into two main areas:
Low-level core utilities provided by the bdsc
object.
Available in both client and server environments depending on context.
Includes:
Debug logging
Locale injection
Core utilities like bdsc.get
, wait_for
, and more
Structured, self-contained systems used across the framework. These are core components such as routing buckets, the plugin system, and player management.
Includes:
buckets
– world instance control
plugins
– player extension hooks
player_manager
– lifecycle control for player objects
Note If you're looking for usage examples or setup flows, check the Guides section instead. The API section is strictly for technical reference and integration.