AFKGuard allows you to detect even the most tricky AFK machines and cheats, by being fully configurable and accessible!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
329 B

package com.entryrise.afkguard.gui;
import org.bukkit.Bukkit;
public class GUIManager {
// public static TestGUI TestGUI;
public static void Enabler(boolean reload) {
if (!reload) {
registerGUIs();
}
Bukkit.getLogger().info(" §e[§a✔§e] §fGUIs loaded");
}
private static void registerGUIs() {
}
}