File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/java/me/rothes/protocolstringreplacer Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "Version_Channels" : {
33 "Stable" : {
4- "Latest_Version_Number" : 99 ,
4+ "Latest_Version_Number" : 100 ,
55 "Message" : {
6- "en-US" : " §bA new version of PSR (\" 2.13.0 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
7- "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.13.0 \" ) 了!\n §b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
6+ "en-US" : " §bA new version of PSR (\" 2.13.1 \" ) is available!\n §bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" ,
7+ "zh-CN" : " §bProtocolStringReplacer 有新版本 (\" 2.13.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.13.0 </version >
9+ <version >2.13.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <repositories >
Original file line number Diff line number Diff line change 44import com .google .gson .JsonObject ;
55import com .google .gson .JsonParser ;
66import com .sk89q .protocolstringreplacer .PsrDisguisePlugin ;
7- import de .tr7zw .changeme .nbtapi .NBT ;
87import de .tr7zw .changeme .nbtapi .utils .MinecraftVersion ;
98import me .rothes .protocolstringreplacer .api .configuration .CommentYamlConfiguration ;
109import me .rothes .protocolstringreplacer .api .replacer .ReplacerConfig ;
5352public class ProtocolStringReplacer extends JavaPlugin {
5453
5554 public static final String VERSION_CHANNEL = "Stable" ;
56- public static final int VERSION_NUMBER = 99 ;
55+ public static final int VERSION_NUMBER = 100 ;
5756 private static ProtocolStringReplacer instance ;
5857 private static Logger logger ;
5958 private final HashMap <String , Integer > msgTimes = new HashMap <>();
You can’t perform that action at this time.
0 commit comments