Class ConfigCommand

java.lang.Object
net.createmod.catnip.command.ConfigCommand

public class ConfigCommand extends Object
Examples: /catnip config client - to open Catnip's ConfigGui with the client config already selected /catnip config "botania:common" - to open Catnip's ConfigGui with Botania's common config already selected /catnip config "create:client.client.rainbowDebug" set false - to disable Create's rainbow debug for the sender
  • Constructor Details

    • ConfigCommand

      public ConfigCommand()
  • Method Details

    • register

      public static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?> register()