@Text
The @Text Annotation is used to define a parameter as a String value in the execution method of a command.
@Execute
public boolean example(@Text String text) {
return true;
}
Valid Parameter Types
String
The @Text Annotation is used to define a parameter as a String value in the execution method of a command.
@Execute
public boolean example(@Text String text) {
return true;
}
String