Changed the sign updater task into just the payment updater task which updates goal and payment caches including signs.
Made the updater task run after its connections to your store.
Made the updater task run on the force command instead of
Removed the sign updater animation due to it not being needed anymore.
Added a max cache amount into the config.
Completely changed the internals to work completely on a cache system instead of connecting to your store EACH time it wants to get payment information. Before if you had 10 signs, it'll do 10 connections but now it'll do one and also cache them for future signs if ever needed! The payment cache will update on startup, the task timer set in the config and if you do /storestats force. Due to the big internal changes, I've decided to make this v2.0.0.