File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
bungeecord/src/main/kotlin/io/github/rothes/bungeepluginmanagerplus/bungeecord/internal Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "Version_Channels" : {
33 "Stable" : {
4- "Latest_Version_Number" : 5 ,
4+ "Latest_Version_Number" : 6 ,
55 "Actions" : [],
66 "Log_Level" : " Info" ,
77 "Message" : {
8- "en-US" : " §bA new version of BPM+ (\" 1.2 .0\" ) is available!\n §bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !" ,
9- "zh-CN" : " §bBungeePluginManager+ 有新版本 (\" 1.2 .0\" ) 了!\n §b请更新您的插件: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855 / !"
8+ "en-US" : " §bA new version of BPM+ (\" 1.3 .0\" ) is available!\n §bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !" ,
9+ "zh-CN" : " §bBungeePluginManager+ 有新版本 (\" 1.3 .0\" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/q1ae11h7 / !"
1010 }
1111 }
1212 },
1717 "Message_Times" : 2 ,
1818 "Message" : {
1919 "en-US" : " §bEnjoy BPM+ ? Join our Discord: https://discord.gg/zwzzkmYCBb" ,
20- "zh-CN" : " §b欢迎加入我们的空巢 QQ群: 422532220 !"
20+ "zh-CN" : " §b使用插件时需要帮助, 欢迎加入我们的 QQ群: 422532220 !"
2121 }
2222 },
23- "2-5 -Update-Tip" : {
23+ "2-6 -Update-Tip" : {
2424 "Log_Level" : " Info" ,
2525 "Actions" : [],
2626 "Message" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ allprojects {
1212 defaultTasks(" shadowJar" )
1313
1414 group = " io.github.rothes.bungeepluginmanagerplus"
15- version = " 1.2 .0"
15+ version = " 1.3 .0"
1616
1717 repositories {
1818 mavenLocal()
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import java.util.concurrent.TimeUnit
1414object Updater {
1515
1616 private const val VERSION_CHANNCEL = " Stable"
17- private const val VERSION_NUMBER = 5
17+ private const val VERSION_NUMBER = 6
1818 private val msgTimesMap = mutableMapOf<String , Int >()
1919 private val HOST_STRING : String by lazy {
2020 if (I18nHelper .locale == " zh-CN" ) " raw.fastgit.org"
You can’t perform that action at this time.
0 commit comments