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, change false to true

Blocked-Plugins {
    Updatifier=false
    EssentialCmds=false
}

changes to

Blocked-Plugins {
    Updatifier=false
    EssentialCmds=true
}

Clone this wiki locally