mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 03:49:07 +00:00
1.3.0-beta-4
This commit is contained in:
@@ -55,6 +55,10 @@ public class MessageManager {
|
||||
public static String noRod;
|
||||
public static String hookOther;
|
||||
public static String reachSellLimit;
|
||||
public static String setStatistics;
|
||||
public static String resetStatistics;
|
||||
public static String negativeStatistics;
|
||||
public static String statisticsNotExists;
|
||||
|
||||
public static void load() {
|
||||
YamlConfiguration config = ConfigUtil.getConfig("messages" + File.separator + "messages_" + ConfigManager.lang +".yml");
|
||||
@@ -89,5 +93,9 @@ public class MessageManager {
|
||||
noRod = config.getString("messages.no-rod", "messages.no-rod is missing");
|
||||
hookOther = config.getString("messages.hook-other-entity","messages.hook-other-entity is missing");
|
||||
reachSellLimit = config.getString("messages.reach-sell-limit","messages.reach-sell-limit is missing");
|
||||
setStatistics = config.getString("messages.set-statistics","messages.set-statistics is missing");
|
||||
resetStatistics = config.getString("messages.reset-statistics","messages.reset-statistics is missing");
|
||||
negativeStatistics = config.getString("messages.negative-statistics","messages.negative-statistics is missing");
|
||||
statisticsNotExists = config.getString("messages.statistics-not-exist","messages.statistics-not-exist is missing");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user