player_names

Manages player names and provides functions to check if a player is a special system account.

Methods

inner isSystemPlayer(name) → {boolean}

Checks if a player name is a special system account (e.g., __JARVIS__, __ADA__) that shouldn't be listed as a regular player.

Parameters:
Name Type Description
name string

The player name to check.

Returns:
boolean -

Returns true if the player name is a system account, otherwise false.