diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt index 96bdb7a1..fcc3562f 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt @@ -7,6 +7,7 @@ import org.bukkit.command.CommandSender class CommandReload(plugin: EcoPlugin) : Subcommand(plugin, "reload", "ecoenchants.command.reload", false) { override fun onExecute(sender: CommandSender, args: List) { + plugin.reload() if (Prerequisite.HAS_1_20_3.isMet) { sender.sendMessage(plugin.langYml.getMessage("reloaded-1203")) } else { diff --git a/gradle.properties b/gradle.properties index 69c05d78..9d2c2d98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater #Sun Dec 03 16:00:06 GMT 2023 kotlin.code.style=official -libreforge-version=4.49.0 -version=11.0.1 +libreforge-version=4.49.1 +version=11.0.2