sunkid / Armageddon

2 stars 1 forks source link

Disable checking/downloading new version of BaseBukkitPlugin #11

Open pandapipino opened 12 years ago

pandapipino commented 12 years ago

Hi my minecraft hosting is blocking these ports 80 or 443, which is used to download the latest basebukkitplugin file on the web, are there ways to disable on downloading or checking the latest file on the web? because it was crashing / slowing my server on the process of starting up.

Bukkit Version: 1.3.2 R-1 Armageddon Version: 2.97 Basebukkitplugin: Latest

Thanks

sunkid commented 12 years ago

You can disable the version checks only for the plugin itself by setting 'settings.disable-updates' to true in config.yml. If you have installed BaseBukkitPlugin.jar in your plugin's folder (i.e. inside plugins/Armageddon/). You may also want to set 'settings.disable-stats' to true.