Whitespaces in command argument
Aberta
core
- Linguagem predominante
- Java
- Estrelas
- 628
- Forks
- 150
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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 !
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.