Added configuration options and fixed an access to Database even wasnt enabled in config
- Added a configuration section :
automatic-inventory-updating:
enabled: true
delay-between-checks: 300
delay-between-players: 2
delay-between-items: 0.5
To configure more parameters of the automatic players checking.
- Fixed unappropriated Database access:
Even with Database option OFF, the plugin was trying to connect (in TrackedItem#update method)