We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
Is there a way to define String argument as full sentence with whitespaces and quote like this :
/command "first sentence" "second sentence"
@CommandAlias("command") public void onCommand(String arg1,String arg2){ System.out.println("arg1: " + arg1); System.out.println("arg2: " + arg2); }
Result : arg1: first sentence arg2: second sentence
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Is there a way to define String argument as full sentence with whitespaces and quote like this :
/command "first sentence" "second sentence"
Thanks !
The text was updated successfully, but these errors were encountered: