Hi, although I do know java and bukkit.. this one is really tripping me up. I wanted to make a simple plugin that pays players (config) amount of money once a player is killed. Code: Code (Text): Classified Just cant crack the code, the plugin works just fine but it comes across an error in the console on line 43, which is "econ.depositPlayer(killer, d);". I've tried Code (Text): econ.depositPlayer(killer.getName(), d) econ.depositPlayer(killer.getDisplayName(), d) econ.depositPlayer(killer.getPlayerListName(), d) but they all don't want to work. Suggestions?
(If you want to get it locked, as it's solved, report the thread/any post with the reason being that it's solved)