Configuration

MasterConfig

Enter a group name of your choice

["Group Name"] = "jaDevelopment", --Set to your groups name

DockConfig

The whitelist can be toggled on (true) or off (false), and supports individual players or groups. You can have an unlimited amount of players and groups. Players can be listed with a mixture of user ids and usernames.

When the whitelist value is set to false, anyone can use the radio dock. If you are restricting the radios to groups, or users, please enable this feature by setting it to true


["Permissions"] = {
	["Whitelist"] = false, --When set to false, anyone can use the radio dock
	
	["Users"] = { --Supports usernames and user ids
		936285498, --osctrcx
		295531036, --AIIAIDAIIIAIAIAIAIIA
		37110638, --rfpb
		163323741, --comtrlo
	},

	["Groups"] = { --Add as many groups as you would like and role ids
		[14665139] = {255, 254}, --Enter role IDs in the {}, separated by a comma
	}
},

Last updated

Was this helpful?