username

The player's current username/display name.

This field tracks the player's current display name and can change when players change their Minecraft username. The setter automatically marks the data as dirty when the username changes to ensure database updates.

Persistence: Stored in the username column of the player_data table. Dirty Tracking: Automatically set when value changes.