A simple addon for BP: Essentials to allow custom groups commit specific crimes
This example will allow group with name "Robber" bombing and trespassing and contraband for everyone:
{
"Permissions": {
"Robber": [ 11, 15 ],
"*": [ 5 ]
}
}
Config file can be found in "Plugins" folder after first server start
IDs:
Obstruction = 1;
Intoxication = 2;
Intimidation = 3;
DUI = 4;
Contraband = 5;
AutoTheft = 6;
Theft = 7;
Assault = 8;
PrisonBreak = 9;
ArmedAssault = 10;
Bombing = 11;
Robbery = 12;
Murder = 13;
NoLicense = 14;
Trespassing = 15;
- Install BPE (guide can be found here) and create some groups.
- Move "AllowCrimesForGroups.dll" to "Plugins" folder.
- Run "UniversalUnityHooks.exe" in server folder.