About Permission Status
The plugin allows you to display time to expiration for permissions or groups.
Features:
- Detailed and elegant display of your permissions and groups.
- Detailed customization of everything
- Ability to customize text for different languages to reach players from different countries.
- Ability to enable status display only in the authorized area of the cabinet
- Ability for a player to disable status display
- Optimized (static) status mode available
- Automatically generate language files for all languages, you just need to write your text.
Permissions:
-
permissionstatus.hide - this permission is used for status switching by the player.
IMPORTANT: If you give this to any group, the statuses will not work.
Chat Commands:
- ps.toggle - status display switch for a player
Default Config
{
"ExampleGroupOrPerm": {
"true - Group | false - Permission": true,
"Display Mode (0 - Time, 1 - Static)": 0,
"[Time display mode] Update Interval (in seconds)": 60.0,
"Only show in authorized cupboard area": false,
"Icon Url": "default",
"Time Format": "d\\d\\ hh\\h\\ mm\\m",
"Background Color": "0.16 0.44 0.63 0.85",
"Icon Color": "0.22 0.63 0.90 0.9",
"Title Color": "1 1 1 1",
"Text Color": "1 1 1 1"
}
}
Default Lang:
{
"HideMessage": "You have hidden the statuses of timed permissions.",
"ShowMessage": "You have enabled the display of timed permissions statuses.",
"ExampleGroupOrPerm": "ExampleGroupOrPerm"
}
Example Config:
{ "Elite": { "true - Group | false - Permission": true, "Display Mode (0 - Time, 1 - Static)": 0, "Only show in authorized cupboard area": false, "Icon Url": "default", "Time Format": "d\\d\\ hh\\h\\ mm\\m", "Color": "0.85 0.52 0.17 1", "Icon Color": "1 0.8 0 1", "Text Color": "1 1 1 1", "Subtext Color": "1 1 1 1" }, "backpackpro.size42": { "true - Group | false - Permission": false, "Display Mode (0 - Time, 1 - Static)": 0, "Only show in authorized cupboard area": false, "Icon Url": "https://static.thenounproject.com/png/74337-200.png", "Time Format": "d\\d\\ hh\\h\\ mm\\m", "Color": "0.16 0.44 0.63 1", "Icon Color": "0.22 0.63 0.90 1", "Text Color": "1 1 1 1", "Subtext Color": "1 1 1 1" } }
Example Lang:
{
"Elite": "Elite",
"backpackpro.size42": "Ext. backpack"
}