Changed how the plugin handles players loot to increase performance.
Initially the plugin would update the players loot in the config.yml each time an item is added to or removed from the collect menu. This has been changed to use a HashMap to store the players loot, meaning the plugin only reads from the config when a player joins the server and only writes to it when the player leaves the server.