Give Permission

/giveracepermission Command

The /giveracepermission command allows admins to grant specific racing permissions to a player.

Syntax

/giveracepermission <player_id> <race|track>

Parameters

Parameter
Description

player_id

The ID of the player to grant permission to.

`race

track`

race → Allows the player to host races.

track → Allows the player to create or edit race tracks.

Example Usage

Grant a player with ID 12 permission to host races:

/giveracepermission 12 race

Grant a player with ID 7 permission to create or edit tracks:

/giveracepermission 7 track

Permissions

  • Only players with admin privileges can use this command.

  • The command will fail if the player ID is invalid or the type is incorrect.


Last updated