I have a problem with two plugins, first one is cheaterSuspect and second one in simple sql ban logger. The ban logs into mysql db on website and cheatersuspects uses sqlite. Now when both module are loaded only one of these plugins works, didnt tested it thoroughly but it looks like it depends on module or plugin load order. Now the simplest solution is to setup cheatersuspect to uses external db and only mysql module but that for some unknown reason to me causes lag spikes on my server which are repeating every 20 sec, they stop when cheatersuspect is disabled. So what i would like is to somehow force ban logger to uses mysql module and cheatersuspect to uses sqlite module, how can i do this ?