GuildPlayer Schema
This schema contains a player’s guild information.
Contents
Section titled “Contents”| Element | Type | Required | Description |
|---|---|---|---|
| guild_id | Integer | ✔️ | The ID of the guild. |
| guild_name | String | ❌ | The name of the guild. |
| personal_xp | Integer | ✔️ | The amount of experience the player earned for the guild. |
| personal_xp_this_week | Integer | ✔️ | The amount of experience the player earned for the guild this week. Defaults to 0. |
| personal_points | Integer | ✔️ | The amount of Guild Points the player has earned for the guild. |
| join_date | Integer | ✔️ | The date the player joined the guild. This is an UNIX timestamp. |
| rank | String | ✔️ | The rank the player holds in the guild. |