Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
同步注册插件
Browse files Browse the repository at this point in the history
  • Loading branch information
Iseason2000 authored and Iseason2000 committed Feb 6, 2023
1 parent e538224 commit bbc62cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginName=DeEnchantment
group=top.iseason.bukkit.deenchantment
author=Iseason
jarOutputFile=E:\\mc\\1.19\\plugins
version=2.1.5
version=2.1.6
# api设置
kotlinVersion=1.7.21
shadowJarVersion=7.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ import top.iseason.bukkittemplate.utils.other.submit
object DeEnchantment : KotlinPlugin() {

override fun onEnable() {
Message.load(false)
SimpleYAMLConfig.notifyMessage = "&a配置: &6%s &a已重载!"
Metrics(javaPlugin, 13440)
}

override fun onAsyncEnable() {
Message.load(false)
SimpleLogger.prefix = Message.prefix.toColor()
info("${ChatColor.AQUA}██████╗ ███████╗███████╗███╗ ██╗ ██████╗██╗ ██╗ █████╗ ███╗ ██╗████████╗")
info("${ChatColor.AQUA}██╔══██╗██╔════╝██╔════╝████╗ ██║██╔════╝██║ ██║██╔══██╗████╗ ██║╚══██╔══╝")
Expand Down

0 comments on commit bbc62cf

Please sign in to comment.