Hi, it will be super nice if you could add a way to prevent command from logging into the console. This would be very useful for login skripts per example. The syntaxe will be something like this:
command /mycommand:
log: false
trigger:
#stuff
By default it will be true :)
Thanks
Per-command setting for this makes a lot of sense!
silent command /mycommand:
trigger:
# stuff
might be better, I don't know how I feel about a boolean entry
That looks good too. I think I prefer that since with recent additions like command cooldowns the entries section of a command can get rather long as is.
Silent might not be best choice of a word. You can't say what it actually means without checking docs.
I agree. And I think that putting it in the entries section is not such a bad thing, cause like this we can know everything about a command in a second, not looking everywhere if it is silent and stuff.
Also i鈥檓 not english so idk if this word even exist but maybe a
logless command /mycommand:
(And sorry for my english ^^)
Most helpful comment
might be better, I don't know how I feel about a boolean entry