🕵️♂️Usage
// Placeholder values shown on FIRST JOIN only. // These values are DISPLAY-ONLY – players do NOT receive this money or job in-game. firstJoin: { money: 12500, // Money to display job: "Unemployed" // Job placeholder } };
Last updated
// Placeholder values shown on FIRST JOIN only.
// These values are DISPLAY-ONLY – players do NOT receive this money or job in-game.
firstJoin: {
money: 12500, // Money to display
job: "Unemployed" // Job placeholder
}
};Last updated