About Key Binds
Players have the ability to seamlessly execute chat commands using specially configured key combinations. These custom keybinds provide a convenient and efficient way for players to interact with chat commands.
Permissions:
keybinds.use
keybinds.firethird.use
keybinds.useandfirethird.use
keybinds.useandreload.use
keybinds.sprintandfirethird.use
Command:
/keybinds
Players can use this command to disable or enable there keybinds.
Configuration Example:
{
"Keybinds": {
"FIRE_THIRD": {
"Command": "/menu",
"Permission": "keybinds.firethird.use",
"Cooldown": 60.0
},
"USE_AND_FIRE_THIRD": {
"Command": "/shop",
"Permission": "keybinds.useandfirethird.use",
"Cooldown": 30.0
},
"USE_AND_RELOAD": {
"Command": "null",
"Permission": "keybinds.useandreload.use",
"Cooldown": 0.0
},
"SPRINT_AND_FIRE_THIRD": {
"Command": "null",
"Permission": "keybinds.sprintandfirethird.use",
"Cooldown": 0.0
}
}
}
Use null, to disable the key bind command.