unloadPack

@Since(version = "2.2")
abstract fun unloadPack(packFile: File): UnloadResponse

Attempts to unload an enchantment pack from a given packFile.

Return

the response to the action


@Since(version = "2.2")
abstract fun unloadPack(packName: String): UnloadResponse

Attempts to unload an enchantment pack from a given packName.

Return

the response to the action