JorelAli / CommandAPI

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

ArgumentSuggestions missing stringCollectionAsync & stringCollection in Wiki #574

Closed lowercasebtw closed 1 month ago

lowercasebtw commented 3 months ago

Documentation URL

https://commandapi.jorel.dev/9.5.0/argumentsuggestions.html#the-argumentsuggestions-interface

What the documentation currently says

image

Proposed fix

add ArgumentSuggestions stringCollection(Collection collection); ArgumentSuggestions stringCollectionAsync(Collection collection);

JorelAli commented 3 months ago

Thanks for letting us now about this! Implemented for the next release. This change can be viewed on the live documentation here:

image

lowercasebtw commented 3 months ago

:)