Back to the Future

Fun is still suspended though
This commit is contained in:
skippyall
2026-05-09 17:04:27 +02:00
parent 48a38b87c5
commit f8eb1578b2
35 changed files with 297 additions and 429 deletions
@@ -41,7 +41,7 @@ public class MinionArgument {
@Override
public CompletableFuture<Suggestions> getSuggestions(CommandContext<CommandSourceStack> context, SuggestionsBuilder builder) throws CommandSyntaxException {
for (MinionData data : MinionPersistentState.get(context.getSource().getServer()).getMinionDataList()) {
builder.suggest(data.name());
builder.suggest(data.getName());
}
return builder.buildFuture();