This commit is contained in:
Will FP 2023-12-12 12:15:02 +00:00
parent ad4886821b
commit 3eddfd3968
2 changed files with 3 additions and 2 deletions

View File

@ -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<String>) {
plugin.reload()
if (Prerequisite.HAS_1_20_3.isMet) {
sender.sendMessage(plugin.langYml.getMessage("reloaded-1203"))
} else {

View File

@ -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