I have an issue. I have a command bar for administrators in my game to use to help moderate my game. The issue is that I have a third argument (command player args) that is typically not a single word and my system cannot detect this. Most commands would be used like this: ban player reason and if the reason is not a single word it will not work.
How would I detect all words after the player argument?