Features
Plugin provides a simple yet good-looking UI with essential information:- Current in-game time of day (Clock)
- Active player count
- Sleeping player count
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.For players to be able to see the UI you have to grant them the uiplus.see permission
Configuration
The settings and options can be configured in the UiPlus file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Default configuration is show below
Time formats
Option Ui time format in the configuration requires you to follow certain syntax, otherwise it won't work:- String must start with either 24:: or 12:: depending on the time format you want to be shown
- All hh, mm, and ss are replaced with hours, minutes and seconds respectively, padded to 2 digits, so 9 becomes 09, for example
- All h, m, and s are replaced with hours, minutes and seconds respectively, without padding