đź“‹ IPRegister - Find IPLog on Ore instead

Just reporting an issue a user has had - you’re doing a lot of work on thread when a player logs in. You’re iterating through potentially a lot of entries in your storage manager and saving them to disk - that’s should be done asynchronously.

https://github.com/Meronat/IPRegister/blob/master/src/main/java/com/meronat/ipregister/Storage/StorageManager.java#L330