About Advanced Status
A useful API plugin that mimics in-game status bars and allows the addition of custom ones.
Note: AdvancedStatus does not display any bars on its own. This is done by other plugins that work with it.
An example plugin demonstrating interaction with AdvancedStatus.

- The ability to specify the frequency of calculating the number of bars;
- The ability to specify the order of the bar;
- The ability to change the height of the bar;
- The abillity to customize the color and transparency of the background;
- The ability to set a material for the background;
- The ability to switch between CuiRawImageComponent and CuiImageComponent for the image;
- The ability to get images from the local folder(*SERVER*\oxide\data\AdvancedStatus\Images);
- The abillity to set own image and customize the color and transparency of the image;
- The abillity to set sprite instead of the image;
- The ability to specify custom text;
- The ability to customize the color, size and font of the text;
- No need to pass all parameters;
- No need to manually delete your bar when unloading your plugin.

- advancedstatus.admin - Grants access to the chat command(by default /bar).