Player State Artifact
Thebtc_player_state_artifact is a catch-all storage for player-specific RPG data that doesn’t fit into professions or inventory. It is critical for the persistence of character stats and temporary effects.
Type: Artifact Entry
ID: btc_player_state_artifact
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
artifactId | String | "player_state" | The unique ID used to reference this storage. |
Stored Data
- Permanent Stats: Stats modified by commands or events (e.g., base Strength, Max Mana).
- Effect Snapshots: A snapshot of active item effects/gem bonuses to restore them properly on login.
- Potion Effects: Active vanilla potion effects are saved here to persist across server restarts or logout/login.
- Reward Menus: Tracks which slots have been claimed in
QuestRewardMenuEntryinstances.