iXanadu13 / EnderDragon

An easy plugin that can customize your EnderDragon.
https://www.spigotmc.org/resources/101583/
GNU General Public License v3.0
10 stars 3 forks source link

[Request] Add an option to disable online updates #17

Closed 1343008086 closed 2 months ago

1343008086 commented 3 months ago

The online update check is very annoying, sometimes garbage logs appear when the network is poor, I hope to add an option in the config to disable the update check.

iXanadu13 commented 3 months ago

The update checking remind will only be sent once when the sever is loaded/reloaded, and it can remind user to use the latest version. And I have add try/catch block in new versions, so no log will appear even if your network is poor.

iXanadu13 commented 2 months ago

EnderDragon v2.5.2 has been released. You can add

skip_update_check: true

in config.yml to skip the update checking.