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
this.getVillagerInfoLogger().severe("You are on an old version, some options will not work as intended. Please update to the current minecraft version for full config options. Unsupported options in your version: ");
63
-
this.getVillagerInfoLogger().warning("RGB Highlighting on workstations (1.19.4 implementation)");
64
-
this.getVillagerInfoLogger().warning("Block displays for workstations (1.19.4 implementation)");
65
-
}
66
-
if (!nmsSupportedVersions.contains(serverVersion)) {
67
-
nmsUnsupported = true;
68
-
this.getVillagerInfoLogger().warning("Please note that the VillagerInfo version you are running is coded to run on Minecraft version " + nmsSupportedVersions + ". Methods that rely on NMS will be set to use legacy methods.");
69
-
}
70
52
reloadVillInfoConfigs();
71
53
registerCommands();
72
54
}
@@ -106,17 +88,6 @@ public MiniMessage getMiniMessage() {
0 commit comments