Filled Kill4Money

Discussion in 'Archived: Plugin Requests' started by aidzocfc1, May 25, 2013.

  1. Offline

    aidzocfc1

    Decided not be lazy and make it myself thanks anyway guys
     
  2. Offline

    Henzz

  3. Offline

    Harry5573

    So Easy............ Just use the player death event check if its a player and give it to em thro vault then p.sendmessage(ChatColour.GREEN + "You killed " + ChatColour.WHITE + p.getName() + ChatColor.GREEN + "For $500"
     
  4. Offline

    Zeebra456

    @EventHandler
    public void onPlayerDeath(PlayerDeathEvent event) {
    Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "eco give " + event.getEntity().getKiller().getName() + " 50");
    event.getEntity().getKiller().sendMessage("YOU GOT MONEYS FROM KILLING " + event.getEntity().getName());
    }
    prob bad but yolo.
     
  5. Offline

    aidzocfc1

    problem is its too much effort :S
     
  6. Offline

    Zarius

    aidzocfc1 - as you have a solution (making it yourself) can you please mark the thread as "Solved"? You can do this using the "Thread Tools" option at the top right.
     

Share This Page