- Fixed all errors and wrong time counts.
- Converted to CovalencePlugin
- Added immunity permission
- Added option to ignore admins
- Added localisation
- Added localizable date-time format output
- Added chat icon, prefix, color
- ...
- Profit xD
Extended changesSolved
Added the ability to set color of console commands and arguments in config file.
Here is an example of output after just switching o.lang
Here is an example of output after just switching o.lang

I merged it. FYI you have compile error on line 243
Thanks! For some reason you didn't merged the latest commit?
Here is the list of commits.
And sorry, I didn't noticed any errors while were testing ingame compilation. I guess umod.org is adding some additional checks when you are loading code here, but I don't have the rights to do so :)
Added your fixes to my repo, so you could merge latest commit with some additional changes.
You shoud also add to description that users should remove old configuration and localization files before update from v1.1.1
And add additional otions to documents tab:
## Configuration
```json
{
"Global settings": {
"Use permissions": true,
"Ignore admins": true
},
"Chat settings": {
"Chat prefix": "<color=#00FFFF>[Command Blocker]</color>: ",
"Chat steamID icon": 0,
"Chat command color": "#FFFF00",
"Chat command argument color": "#FFA500"
},
"Command - time in seconds": {
"test": 0,
"kit orange": 86400
}
}
```
## Localization
```json
{
"Blocked": "Command <color={1}}>{0}</color> is blocked.",
"Unblock": "Command <color={2}>{0}</color> is blocked.\nUnblocking in {1}.",
"Days": "Days",
"Hours": "Hours",
"Minutes": "Minutes",
"Seconds": "Seconds"
}
```
And thanks again for all your great work.
Merged post
More accurate and case insensitive search
Here is the list of commits.
And sorry, I didn't noticed any errors while were testing ingame compilation. I guess umod.org is adding some additional checks when you are loading code here, but I don't have the rights to do so :)
Added your fixes to my repo, so you could merge latest commit with some additional changes.
You shoud also add to description that users should remove old configuration and localization files before update from v1.1.1
And add additional otions to documents tab:
## Configuration
```json
{
"Global settings": {
"Use permissions": true,
"Ignore admins": true
},
"Chat settings": {
"Chat prefix": "<color=#00FFFF>[Command Blocker]</color>: ",
"Chat steamID icon": 0,
"Chat command color": "#FFFF00",
"Chat command argument color": "#FFA500"
},
"Command - time in seconds": {
"test": 0,
"kit orange": 86400
}
}
```
## Localization
```json
{
"Blocked": "Command <color={1}}>{0}</color> is blocked.",
"Unblock": "Command <color={2}>{0}</color> is blocked.\nUnblocking in {1}.",
"Days": "Days",
"Hours": "Hours",
"Minutes": "Minutes",
"Seconds": "Seconds"
}
```
And thanks again for all your great work.
Merged post
More accurate and case insensitive search
Locked automatically