Player
paper/player_is_online
Player Is Online
Checks whether a player is currently online by name.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
name |
string | ✓ | Player name. |
Outputs
| Name | Type | Description |
|---|---|---|
online |
boolean | True if the player is online. |
player |
player | The online player object (null if offline). |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
name |
string | "" |
Player Name (fallback) |