Class BukkitCommandMeta

java.lang.Object
org.incendo.cloud.bukkit.BukkitCommandMeta

@API(status=STABLE, since="2.0.0") public final class BukkitCommandMeta extends Object
  • Field Details

    • BUKKIT_DESCRIPTION

      public static final CloudKey<String> BUKKIT_DESCRIPTION
      The description to show for the Bukkit command.

      If this is not set then Bukkit will attempt to retrieve the CommandDescription for the command.

      If the command description is empty, then Bukkit will attempt to fall back on the argument description of the root literal.