But one small thing is dependencies, they aren't specified on poggit or plugin.yml only readme
I would suggest adding it to both poggit and plugin.yml and running a check onEnable to stop errors occuring here $this->getServer()->getPluginManager()->getPlugin("EconomyAPI") that would return null if it doesn't exist, maybe disable plugin if null.
Nice plugin first off.
But one small thing is dependencies, they aren't specified on poggit or plugin.yml only readme I would suggest adding it to both poggit and plugin.yml and running a check onEnable to stop errors occuring here
$this->getServer()->getPluginManager()->getPlugin("EconomyAPI")
that would return null if it doesn't exist, maybe disable plugin if null.