mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-24 15:25:18 +01:00
Fixes
This commit is contained in:
parent
ad4886821b
commit
3eddfd3968
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user