Skip to content

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

Sponsor me
on GitHub

Minestom Types

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

Supported Types Minestom

Argument TypeValuesExample
PlayerAny playerRollczi

Example:

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

Made by LiteDevelopers and Contributors with ❤️