Class BukkitParserParameters

java.lang.Object
cloud.commandframework.bukkit.BukkitParserParameters

public final class BukkitParserParameters extends Object
ParserParameter keys for cloud-bukkit.
Since:
1.7.0
  • Field Details

    • REQUIRE_EXPLICIT_NAMESPACE

      public static final cloud.commandframework.arguments.parser.ParserParameter<Boolean> REQUIRE_EXPLICIT_NAMESPACE
      Sets to require explicit namespaces for NamespacedKeyArgument (i.e. 'test' will be rejected but 'test:test' will pass).
      Since:
      1.7.0
    • DEFAULT_NAMESPACE

      public static final cloud.commandframework.arguments.parser.ParserParameter<String> DEFAULT_NAMESPACE
      Sets a custom default namespace for NamespacedKeyArgument. Without this annotation the default is NamespacedKey.MINECRAFT.
      Since:
      1.7.0