Improvement | You can now control whether the file should be reloaded automatically!
LightningStorage used to reload the file before getting values from it. As this is extremely helpful for keeping everything nice and simple - It can sometimes drain the performance extremely.
So you can now decide whether the file should be reloaded automatically or not!
Teaser for 2.0:
-Yaml
comments will be
preserved -The
performance will be
dramatically increased. -->We will switch from YamlBeans to SnakeYaml
-Own config class - designed to make it
as easy as possible for you to
create a perfect config file for your plugin!
-A new
intelligent reload mode will be added: It will check whether the file on disk has changed a then reload automatically for you.
--> There will be a settings system in the YAML and JSON file so you can again
decide how you want to use LightningStorage (Of course there will be default values which should be best for most people - easiness to use is very important for me)