AIOOBE Fix | When using the /gt settings color command without a parameter for which color it should reset to the default; which is white. This was not implemented and this resulted in an ArrayIndexOutOfBoundsException. This has been fixed and it will now correctly reset the gravity tube's color back to white.
Height Default | Instead of having the default tube height be the distance from the block to the top of the world is now 20. There aren't many cases where you'd want a tube to span the entire height of the world and has thus been changed.
Update Checker | You can now disable the update checker if you do not wish to receive notifications of new updates. The following has been added to the config.yml file:
Code (YAML):
# Enable or disable the update checker. UpdateCheckerEnabled: true
The default is true. If you wish to disable the update checker you'll have to manually add the option above and set it to false.