java.lang.Object
org.spongepowered.plugin.metadata.Constants
-
Field Details
-
VALID_ID_PATTERN
Ids must conform to the following requirements:
- Must be between 2 and 64 characters in length
- Must start with a lower case letter (a-z)
- May only contain a mix of lower case letters (a-z), numbers (0-9), dashes (-), and underscores (_)
-
INVALID_ID_REQUIREMENTS_MESSAGE
- See Also:
-