You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/clementraynaud/skoice/Skoice.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ public class Skoice extends JavaPlugin {
45
45
46
46
privatestaticfinalStringOUTDATED_MINECRAFT_SERVER_ERROR_MESSAGE = "Skoice only supports Minecraft 1.8 or later. Please update your Minecraft server to use the proximity voice chat.";
47
47
privatestaticSkoiceAPIapi;
48
+
privatestaticAnalyticManageranalyticManager;
48
49
privateMinecraftLanglang;
49
50
privateConfigYamlFileconfigYamlFile;
50
51
privateLinksYamlFilelinksYamlFile;
@@ -55,12 +56,15 @@ public class Skoice extends JavaPlugin {
0 commit comments