ScriptCraft icon indicating copy to clipboard operation
ScriptCraft copied to clipboard

Non-case sensitive command (commando)

Open TzunamiDev opened this issue 5 years ago • 0 comments

Example: commando('test', function(params, sender) { echo(sender, 'Hello'); }

allows to use: /test, /Test, /TEst, etc

TzunamiDev avatar Mar 21 '20 09:03 TzunamiDev