Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

The Profile Storage Artifact is responsible for persisting all player profile data including inventories, stats, and metadata.

Configuration

artifactId
String
default:"player_profiles"
The storage key identifier.
// In your manifest
artifact:
  type: profile_storage_artifact
  artifactId: "rpg_profiles"