Posted October 8, 20204 yr Hello there, I have a SuggestionProvider that suggest names that could be seperated by a space. So it would be a nice feature to add quotation marks arround the names. private static final SuggestionProvider<CommandSource> SUGGEST_PORT = (source, builder) -> ISuggestionProvider.suggest(PortWorldSavedData.getPortNameListByUuid(source.getSource().asPlayer().getUniqueID(), PortWorldSavedData.get(source.getSource().asPlayer().getServerWorld())).stream(), builder); How do I do that? greetings Bumpay
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.