pub const PLAYER_INFO_INIT_ACTIONS: u8 = _; // 255u8
Bitmask combining all actions needed when a player first joins. This matches vanilla’s createPlayerInitializing() method.
createPlayerInitializing()