Revxrsal / Lamp

A powerful, extendable, flexible yet simple to use commands annotation framework.
MIT License
171 stars 33 forks source link

Varargs Parameter #84

Closed creatorfromhell closed 4 months ago

creatorfromhell commented 5 months ago

Add parameter types that parses variables such as arrays such as Player[]. This should come with an annotation for the delimiter such as @Delimiter(","), or just parse it based off space separated values by default.

Revxrsal commented 5 months ago

Great idea. I'll see if this can go into the next release.