File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
src/main/java/me/rothes/protocolstringreplacer Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "Version_Channels" : {
33 "Stable" : {
4- "Latest_Version_Number" : 110 ,
4+ "Latest_Version_Number" : 111 ,
55 "Log_Level" : " Info" ,
66 "Actions" : [],
77 "Message" : {
8- "en-US" : " §bA new version of PSR (\" 2.17.4 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
9- "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.17.4 \" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
8+ "en-US" : " §bA new version of PSR (\" 2.17.5 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
9+ "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.17.5 \" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
1010 }
1111 }
1212 },
3030 "zh-CN" : " §c您使用的版本已被远程服务器禁止. 这通常是因为该版本存在重大问题. 请更新插件."
3131 }
3232 }
33- },
34- "Comment" : " Latest_Version below here is only for old version support..." ,
35- "Latest_Version" : " 99999.999.9"
33+ }
3634}
Original file line number Diff line number Diff line change 66
77 <groupId >me.rothes</groupId >
88 <artifactId >ProtocolStringReplacer</artifactId >
9- <version >2.17.4 </version >
9+ <version >2.17.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <repositories >
Original file line number Diff line number Diff line change 2828public class Updater implements Listener {
2929
3030 private static final String VERSION_CHANNEL = "Stable" ;
31- private static final int VERSION_NUMBER = 110 ;
31+ private static final int VERSION_NUMBER = 111 ;
3232 private final HashMap <String , Integer > msgTimesMap = new HashMap <>();
3333 private final List <String > messages = new ArrayList <>();
3434 private final ProtocolStringReplacer plugin ;
You can’t perform that action at this time.
0 commit comments