EasyEconomy is a simple to use economy plugin that provides an economy system for your minecraft server.
EasyEconomy is a PHP plugin for PocketMine-MP, designed specifically for versions 5.0 and higher. It may not work on older versions or other webserver APIs!
- EasyEconomyTycoonAddon: It is an add-on to perform certain actions when the player is richer and changed.
Use Provider.php methods in your own projects!
use ImperaZim\EasyEconomy\EasyEconomy;
$api = EasyEconomy::getInstance()->getProvider();
EasyEconomy provides a number of events that can be used to hook into the plugin's code. Currently, the following events can be used:
-
PlayerMoneyUpdateEvent: Always called when a player has their money amount updated.
-
PlayerTranferMoneyEvent: Always called when a player transfer money to another player.