Class MinecraftExtrasMetaKeys

java.lang.Object
cloud.commandframework.minecraft.extras.MinecraftExtrasMetaKeys

public final class MinecraftExtrasMetaKeys extends Object
Extra command metadata for providing rich text.
Since:
1.4.0
  • Field Details

    • DESCRIPTION

      public static final cloud.commandframework.meta.CommandMeta.Key<net.kyori.adventure.text.Component> DESCRIPTION
      A component short description.

      This will not set the plain-text description, but will be used in place of that meta key in help.

    • LONG_DESCRIPTION

      public static final cloud.commandframework.meta.CommandMeta.Key<net.kyori.adventure.text.Component> LONG_DESCRIPTION
      A component long description.

      This will not set the plain-text long description, but will be used in place of that meta key in help.