SQL_ArrestRecords - Nutty101/NPC-Police GitHub Wiki
Arrest Records SQL Table:
| Column Name | Column Description | | --- | --- | --- | | Player_ID | UUID of a minecraft player | | Current_Bounty | Players current bounty level | | Current_Status | The players current status | | Prior_Status | Players prior status | | Wanted_Level | What level of wanted is the player | | Last_Check | Last status change of the player | | Last_Arrest | Last date the player was arrested | | Last_Escape | Last time the player escaped from jail | | Last_Jail | Last jail the player was sent to (UUID) | | Highest_Bounty | Highest bounty this player has had | | Total_Bounty | Total bounty the player has accumulated |