-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for wildcards #9
Comments
Aye aye Cap'n! |
@PSGS BUMP 🔔 |
What do you mean by "Add support for wildcards"? |
Add support for people to do: cmd1: a_command * could also be used like this: cmd1: * arg1 arg2 arg3 |
I see. Thanks :) |
In CommandListener.java, Is |
How do you think they'll be able to act on every possible argument to a command like /ban for example? |
We need to convert wildcards from the cmd string in the config. Not the in game command. |
Oh, wow. I made a huge mistake... |
Add support for wildcards (*) in the cmd<number:, console & player: strings in the config.yml
The text was updated successfully, but these errors were encountered: