With this plugin you can give players the opportunity to earn money by killing other players.
- Dependency Plugins:
- EconomyAPI
- For PocketMine-MP:
- Alpha_1.4dev
Just drop plugin in plugins folder and start server, and you can configure it in the config.
This plugin need EconomyAPI by @onebone or PocketMoney by @MinecraftJPN
You can download Ecomony there: €¢onom¥$
And PocketMoney there: PocketMoney
- Optional Plugins:
- EconomyAPI, PocketMoney
- Alternate Categories:
- Economy
- Fun
- Plugin Access:
- Entities
Advertisement
-
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

KillMoney 1.1.0
With this plugin, you can Kill players and Earn Money.
-
Saud_aljasmi likes this.
Recent Updates
- Bug fix. Dec 19, 2014
Recent Reviews
-
-
austina5511
- 3/5,
It would be a better rating but u need to add support for MasiveEconomy
-
-
-
Goerick
- 1/5,
Just awful. Someone please remkae this plugin. also it crashes your server. My bery vague coding knowledge tells me that players arent entities but would also be a nice addition to have entities/player file config to choose how much money you get if you kill a player and how much money you get if you kill a certain entity and if you can disable player/entity.
PocketMine-MP Crash Dump Wed Jun 10 20:31:15 ACT 2015
Error Message:
Error: Call to a member function getDamager() on null
File: /KillMoney_v1.1.0.phar/src/KillMoney/KillMoney
Line: 60
Type: E_ERROR
THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: KillMoney v1.1.0
Code:
[51]
[52] public function onDisable(){
[53] $this->getLogger()->info(TextFormat::RED."KillMoney unloaded!");
[54] }
[55]
[56] public function onPlayerDeath(EntityDeathEvent $event){
[57] if(($this->economy == true) && ($this->config["enable"] == "true")){
[58] $entity = $event->getEntity();
[59] $cause = $entity->getLastDamageCause();
[60] $killer = $cause->getDamager();
[61] if($killer instanceof Player){
[62] $killer->sendMessage(str_replace(array("{name}", "{money}"), array($entity->getName(), $this->config["money"]), $this->config["message"]));
[63] if($this->config["economy-plugin"] == "Economy"){
[64] $this->getServer()->getPluginManager()->getPlugin("EconomyAPI")->addMoney($killer->getName(), $this->config["money"]);
[65] }elseif($this->config["economy-plugin"] == "PocketMoney"){
[66] $this->getServer()->getPluginManager()->getPlugin("PocketMoney")->grantMoney($killer->getName(), $this->config["money"]);
[67] }else{
[68] $this->economy = false;
[69] $this->getLogger()->info(TextFormat::RED."KillMoney Error");
[70] } -
-
Legomite
- 2/5,
It does not do what it says, it only gives money when you kill mobs, not players. PLEASE FIX
-
ManiakMCPE
- 1/5,
terrible plugin, only works on mobs... please delete this plugin or fix it!!
-
Misaka05323
- 5/5,
I install this plugin successfully,but i don't know how to use it.When i killed someone , i didn't get any money.Should i input some commands to let it work?
-
Advertisement