MyConfig.HANDLER.generateGui().categories().getFirst().groups().getFirst()
returns an empty group, and when logged:
OptionGroupImpl[name=empty, description=OptionDescriptionImpl[text=empty, image=java.util.concurrent.CompletableFuture@43b286cd[Completed normally]], options=[], collapsed=false, isRoot=true]
I'm not sure if this is a bug, but it looks strange.
MyConfig.HANDLER.generateGui().categories().getFirst().groups().getFirst()returns an empty group, and when logged:
OptionGroupImpl[name=empty, description=OptionDescriptionImpl[text=empty, image=java.util.concurrent.CompletableFuture@43b286cd[Completed normally]], options=[], collapsed=false, isRoot=true]I'm not sure if this is a bug, but it looks strange.