Move to Master #8
@ -33,6 +33,7 @@ import com.redstoner.modules.Module;
|
|||||||
import com.redstoner.modules.ModuleLogger;
|
import com.redstoner.modules.ModuleLogger;
|
||||||
|
|
||||||
import net.nemez.chatapi.click.Message;
|
import net.nemez.chatapi.click.Message;
|
||||||
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
|
|
||||||
/** The module loader, mother of all modules. Responsible for loading and taking care of all modules.
|
/** The module loader, mother of all modules. Responsible for loading and taking care of all modules.
|
||||||
*
|
*
|
||||||
@ -733,4 +734,8 @@ public final class ModuleLoader implements CoreModule
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static JavaPlugin getPlugin() {
|
||||||
|
return Main.plugin;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user