Before this the plugin used to use google guice's framework to function. This caused alot of issues on servers using spigot forks (like taco,paper etc) as these forks use an older version of Guice.
Now all dependency from Guice has been removed. This should fix the issue on these servers. This also greatly reduced the size of the plugin as well as a bonus.