Timed Command Blocker allows you to block any console and chat commands of the player for the specified time after the wipe or forever.

Commands of players who do not have permission will not be checked, so you can install plugin safely and then change default config to your needs.Grant players / groups the use permission to check their commands with this plugin.Grant players / groups the immunity permission to skip the check even with the use permission.
Latest version supports not only short named, but also full name commands (e.g. )So I suggest you to use to track commands players use on your server to find commands you want to block.
For example, you can block command global.SRUI_ChangeElement Transfer and players will not be able to send RP to each other when using .
Permissions
timedcommandblocker.use-- Required for this plugin to check player commandstimedcommandblocker.immunity-- Allows the player to use commands without being checked by this plugin
Configuration
{
"Enable logging": false,
"Chat steamID icon": 0,
"Сommand color": "#FFFF00",
"Remaining blocking time color": "#FFA500",
"Blocked commands (command: seconds)": [
{
"Command": "Blocked for 1 day",
"BlockDuration": 86400.0
},
{
"Command": "Blocked permanently",
"BlockDuration": -1.0
},
{
"Command": "Not blocked",
"BlockDuration": 0.0
}
]
}
Note: use -1 to block command permanently
Localization
{
"Format.Day": "day",
"Format.Days": "days",
"Format.Hour": "hour",
"Format.Hours": "hours",
"Format.Minute": "minute",
"Format.Minutes": "minutes",
"Format.Prefix": "<color=#00FF00>[Timed Command Blocker]</color>: ",
"Format.Second": "second",
"Format.Seconds": "seconds",
"Info.Blocked": "Command <color={0}>{1}</color> is blocked.",
"Info.Timed": "Command <color={0}>{1}</color> is blocked.\nUnblocking in {2}."
}
Credits
Orange, the original author of this plugin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

