-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sbproj
31 lines (31 loc) · 1.31 KB
/
.sbproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Title": "Common Admin Mod Interface",
"Type": "library",
"Org": "limefruitdev",
"Ident": "cami",
"Tags": null,
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"Resources": null,
"MenuResources": null,
"HasCode": true,
"CodePath": ".",
"PackageReferences": [],
"EditorReferences": null,
"Metadata": {
"ProjectTemplate": null,
"CsProjName": "",
"Compiler": {
"RootNamespace": "CAMI",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"ReleaseMode": "Release",
"References": [],
"DistinctReferences": []
},
"Summary": "An s\u0026box implementation of CAMI.",
"Description": "This is an implementation of the renowned Garry\u0027s Mod library CAMI (https://github.com/glua/CAMI) for s\u0026box.\n\nIt is not 1:1 with the Garry\u0027s Mod version, many things having been adapted to better fit the environment we work in. For example, default usergroups have been completely removed (and as such also Privilege::MinAccess).\n\nThe majority of this is still a work-in-progress:\n* Access callbacks have not been implemented at all.\n* Documentation is incomplete, especially instructions on using this library.\n* This needs to be tested in a working environment.\n\nContributions are highly welcome.",
"Public": true
}
}