Hey there! If you like my work, you can support me by sponsoring me on GitHub. Thanks! ❤
@Arg
- Use Basic Types to easily validate, parse, and get arguments!
Argument Type | Values | Example |
---|---|---|
Component | Any string | text |
@Execute(route = "component-arg")
public void executeBoolean(@Context Player player, @Arg Component component) {
// ...
}