Interface ServerPlayerOptions

Hierarchy

  • ServerPlayerOptions

Properties

color?: string

The name of the color of the player for a message sent by the server in game chat.

Check out the Official Wiki page for colors for names to use.

hat?: string

The ID of the hat of the player for a message sent by the server in game chat.

Check out the Official Wiki page for hats for IDs to use.

name?: string

The name of the player for a message sent by the server in game chat

Default

"<color=yellow>[Server]"

skin?: string

The ID of the skin of the player for a message sent by the server in game chat.

Check out the Official Wiki page for skins for IDs to use.

visor?: string

The ID of the visor of the player for a message sent by the server in game chat.

Check out the Official Wiki page for visors for IDs to use.

Generated using TypeDoc