Skip to content

Hey there! If you like my work, you can support me by sponsoring me on GitHub. Thanks! ❤

Sponsor me
on GitHub

Adventure Types

@Arg - Use Basic Types to easily validate, parse, and get arguments!

Supported Types Adventure

Argument TypeValuesExample
ComponentAny stringtext

Example:

java
@Execute(route = "component-arg")
public void executeBoolean(@Context Player player, @Arg Component component) {
    // ...
}

Made by LiteDevelopers and Contributors with ❤️