Skip to content
Flibio edited this page Feb 7, 2016 · 6 revisions

##Configuration

Updatifier has a configuration file located in config/Updatifier/config.conf. Inside, you will find an option called Blocked-Plugins. Whenever Updatifier locates a new plugin that has Updatifier support, it is added to the list. If you wish to prevent a plugin from checking for updates, simply change false to true for the plugin you wish to block from updating.

For example, if you wish to stop Updatifier checking for updates to EssentialCmds:

Blocked-Plugins {
    Updatifier=false
    EssentialCmds=false
}

Should be changed to

Blocked-Plugins {
    Updatifier=false
    EssentialCmds=true
}

Updatifier uses PluginMetrics by Hidendra, and uses Statslite to send the data. If you wish to opt out, please edit the configuration file found in config/mcstats.properties.

Clone this wiki locally