guild_artifact
Artifact for storing guild data — artifact entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | guild_artifact |
| Type | Artifact |
| Color | Purple |
| Icon | mdi:castle |
Description
Durable store for all guilds, backed by [AssetManager] (which the MySQL extension transparently redirects to the database when enabled). A single artifact holds every guild keyed by its id. This mirrors the design of the Friend extension's artifact: one bulk blob, a short read-through cache, and full-rewrite persistence on each mutation. Ephemeral state (pending invites) is intentionally not persisted.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact identifier |
Usage Example
- entry: guild_artifact
name: "Artifact for storing guild data"
artifactId: ""