/
new ModConfigBuilder<FabricClientCommandSource, CommandBuildContext>(<mod id>, Configs.class)
// ...
.build();
new ModConfigBuilder<CommandSourceStack, CommandBuildContext>(<mod id>, Configs.class)
// ...
.build();
new ModConfigBuilder<>(<plugin name>, Configs.class)
// ...
.build();
dev.xpple.betterconfig.util.WrappedArgumentType
io.papermc.paper.command.brigadier.argument.CustomArgumentType
reset subcommand would be available for readonly configs
A very powerful and easy to use command based configuration library for servers and clients.