mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 14:21:56 +00:00
e9ca4fcd65
I see the value in allowing acf users to disable the valid name check. I think others may want to go a step further and create their own valid name verification. Those that want to truly accept all names can simply do `CommandManager#setValidNamePredicate(name -> true)` with the new API. Another solution I considered was having users override the isValidName method on their CommandManager, but this functionality seemed more friendly.