By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A simple economy plugin for PMMP.
MyMoney includes a easy to use API.
In your onEnable, add $myMoney= new API();
You will need to add use Dog2puppy\MyMoney\API to your list of use statements.
Lastly, in your plugin.yml add softdepend: "MyMoney" to ensure that MyMoney is enabled before your plugin.
API functions:
giveMoney($player, $amount)
setMoney($player, $amount)
takeMoney($player, $amount)
Example: $myMoney->setMoney("Dog2puppy", "50");
You can leave one review per plugin release, and delete or update your review at any time