If you’ve gone through the quickstart guide, you’ve already created a shard client and used it to send commands and queries to your shard. If you missed it, a shard client connects to a specific Cardinal shard. It lets you send commands, query game state, and listen for events from that shard.Documentation Index
Fetch the complete documentation index at: https://world.dev/llms.txt
Use this file to discover all available pages before exploring further.
Registering a shard client
You do this by callingworld.shard.register:
Register Shard Client
Command
Learn how to send commands to your shard
Query
Learn how to query your shard
Subscribe Events
Learn how to subscribe to events from your shard