unloadEnchantment

@Since(version = "2.2")
abstract fun unloadEnchantment(enchantmentName: String): UnloadResponse

Attempts to unload an enchantment from a given enchantmentName.

Return

the response to the action


@Since(version = "2.2")
abstract fun unloadEnchantment(file: File): UnloadResponse

Attempts to unload an enchantment from a given file.

Return

the response to the action