// Throw a warning in development, but do nothing else
winston.warn('[plugins/'+pluginData.id+'] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.');
}else{
if(nconf.get('check-plugins')!==false){
// Refuse to load this plugin...
winston.error('[plugins/'+pluginData.id+'] This plugin is reportedly incompatible with your version of NodeBB, so it has been disabled.');
winston.error('[plugins/'+pluginData.id+'] Use `--no-check-plugins` if you wish to live dangerously.');