Pular para o conteúdo principal

guild_artifact

Artifact for storing guild data — artifact entry.

Entry Information

PropertyValue
Entry IDguild_artifact
TypeArtifact
ColorPurple
Iconmdi: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

FieldTypeDescription
artifactIdStringUnique artifact identifier

Usage Example

- entry: guild_artifact
name: "Artifact for storing guild data"
artifactId: ""