Package cloud.commandframework.bukkit
Class BukkitParserParameters
java.lang.Object
cloud.commandframework.bukkit.BukkitParserParameters
ParserParameter keys for cloud-bukkit.- Since:
- 1.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.arguments.parser.ParserParameter<String>Sets a custom default namespace forNamespacedKeyArgument.static final cloud.commandframework.arguments.parser.ParserParameter<Boolean>Sets to require explicit namespaces forNamespacedKeyArgument(i.e. -
Method Summary
-
Field Details
-
REQUIRE_EXPLICIT_NAMESPACE
public static final cloud.commandframework.arguments.parser.ParserParameter<Boolean> REQUIRE_EXPLICIT_NAMESPACESets to require explicit namespaces forNamespacedKeyArgument(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_NAMESPACESets a custom default namespace forNamespacedKeyArgument. Without this annotation the default isNamespacedKey.MINECRAFT.- Since:
- 1.7.0
-