File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/me/rothes/protocolstringreplacer Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "Version_Channels" : {
33 "Stable" : {
4- "Latest_Version_Number" : 101 ,
4+ "Latest_Version_Number" : 103 ,
55 "Message" : {
6- "en-US" : " §bA new version of PSR (\" 2.14.0 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
7- "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.14.0 \" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
6+ "en-US" : " §bA new version of PSR (\" 2.14.1 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
7+ "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.14.1 \" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
88 }
99 }
1010 },
Original file line number Diff line number Diff line change 66
77 <groupId >me.rothes</groupId >
88 <artifactId >ProtocolStringReplacer</artifactId >
9- <version >2.14.0 </version >
9+ <version >2.14.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <repositories >
Original file line number Diff line number Diff line change 5252public class ProtocolStringReplacer extends JavaPlugin {
5353
5454 public static final String VERSION_CHANNEL = "Stable" ;
55- public static final int VERSION_NUMBER = 101 ;
55+ public static final int VERSION_NUMBER = 103 ;
5656 private static ProtocolStringReplacer instance ;
5757 private static Logger logger ;
5858 private final HashMap <String , Integer > msgTimes = new HashMap <>();
You can’t perform that action at this time.
0 commit comments