Required Plugin
data class RequiredPlugin(val pluginName: String, val displayName: String, val link: String) : Describable<RequiredPlugin>
This object represents a plugin that is required for an enchantment to load. This is used to ensure that the enchantment that depends on some other plugin (e.g. a provider of new actions) is not loaded if the plugin is not present.
Properties
Link copied to clipboard
This field resembles an arbitrary string, which is displayed to the user browsing enchantments/packs. It is recommended to use the name of the plugin and a minimal version (e.g. PlaceholderAPI 2.10.9+
), but it is not required.
Link copied to clipboard
This is the name of the required plugin. This name must exactly match the name of the plugin that is required for the enchantment to load.