UpdateChecker | You can now disable the update checker in the config.yml though you will be missing out on the latest updates if you do!
The following has been added to the config.yml file:
Code (YAML):
# Update checker. # If enabled you'll receive a message in console # and as OP in chat when joining when a new update is available. updateChecker : true
If you do not wish to disable it you do not have to add it. If you do wish to disable it you'll have to add it to your config.yml and set it to false.
Fix | It was not possible to disable the actionbar using the config setting. Only by setting the messages to "". This was due to a missing check for the enabled setting. This has been fixed and you can now once again disable the actionbar if you wish to do so.