Changed how wildcards behave.
Before this version, you could only set restrictions to either command with arguments or to command without arguments, but you cannot set one setting to restrict both commands with arguments and commands without them, leading to big duplicities in the config file. It is now possible!
Three ways to configure are now possible.
- "/command" will restrict just command without arguments
- "/command *" will restrict only command with arguments, but not command (without arguments) itself
- "/command*" will restrict both command with and without arguments