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"