Give Permission
/giveracepermission Command
/giveracepermission CommandThe /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 raceGrant a player with ID 7 permission to create or edit tracks:
/giveracepermission 7 trackPermissions
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