Changing commands name
How to properly change commands name or disable them.
Object
Config.Commands = {
['logout'] = {
use = true,
commandName = 'logout',
},
['setcharacterslots'] = {
use = true,
commandName = 'setcharacterslots'
}, ['addcharacterslots'] = {
use = true,
commandName = 'addcharacterslots'
},
}Disabling command
Changing name
Last updated