Package net.luckperms.api.platform
Interface PluginMetadata
public interface PluginMetadata
Provides information about the LuckPerms plugin.
-
Method Summary
Modifier and TypeMethodDescriptionGets the API versionGets the plugin version
-
Method Details
-
getVersion
Gets the plugin version- Returns:
- the version of the plugin running on the platform
-
getApiVersion
Gets the API version- Returns:
- the version of the API running on the platform
-