About Permissions Status
The plugin that displays temporary permissions and groups in the status bar. Depends on TemporaryPermissions and AdvancedStatus plugins.
- The ability to choose between bar types(TimeCounter and TimeProgressCounter);
- 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 customize the color, size and font of the text;
- The ability to customize the bar for each permission and group;
- The ability to generate language keys for each permission and group;
- The ability to specify additional languages for generation.
{
"Language - Addition languages (except en and ru)": [
""
],
"Status. Permissions Bar - New Local Images. Should it be copied?(Note: If set to true, it may create a lot of unnecessary images)": false,
"Status. Permissions Bar - Default Display": true,
"Status. Groups Bar - Default Display": true,
"Status. Permissions BarType - You can choose only between TimeProgressCounter and TimeCounter": "TimeProgressCounter",
"Status. Groups BarType - You can choose only between TimeProgressCounter and TimeCounter": "TimeProgressCounter",
"Status. Bar - Default Height": 26,
"Status. Bar - Default Order": 20,
"Status. Main - Default Color": "#FFFFFF",
"Status. Main - Default Transparency": 0.15,
"Status. Main - Default Material(empty to disable)": "",
"Status. Image - Default Url": "https://i.imgur.com/BtK7YHa.png",
"Status. Image - Default Local(Leave empty to use Image_Url)": "PermissionsStatus_Default",
"Status. Image - Default Sprite(Leave empty to use Image_Local or Image_Url)": "",
"Status. Image - Default Is raw image": false,
"Status. Image - Default Color": "#FFF53D",
"Status. Image - Default Transparency": 1.0,
"Status. Text - Default Size": 12,
"Status. Text - Default Color": "#FFFFFF",
"Status. Text - Default Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
"Status. Text - Default Offset Horizontal": 0,
"Status. SubText - Default Size": 12,
"Status. SubText - Default Color": "#FFFFFF",
"Status. SubText - Default Font": "RobotoCondensed-Bold.ttf",
"Status. Progress - Default Reverse": true,
"Status. Progress - Default Color": "#FFD700",
"Status. Progress - Default Transparency": 0.7,
"Status. Progress - Default OffsetMin": "0 0",
"Status. Progress - Default OffsetMax": "0 0",
"Is it worth clearing saved settings for permissions and groups upon detecting a wipe?": false,
"Wipe ID": null,
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 0
}
}
The language file is generated during the plugin initialization process. Additionally, when creating a new permission or group, a key for it will be automatically added.
Note: You can also specify in the configuration file the generation of language files for other languages besides en and ru.