JorelAli / CommandAPI

A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
https://commandapi.jorel.dev
MIT License
504 stars 60 forks source link

Add allowAnyValue #571

Closed stumper66 closed 1 week ago

stumper66 commented 2 weeks ago

Added a new option: allowAnyValue This allows me to use ListArgumentBuilder for complex tab suggestions and simply passing all input so I can do my own validation.

This allowed me to create this command: https://youtu.be/q03_paw9Vzk

DerEchtePilz commented 1 week ago

Hmm, continuing with the test command I had from #570, when I execute this command

/listtest skip a c e f b d w r t

I get the Duplicate arguments are not allowed error message so something still seems to be missing.