Advertisement
craftim_74

Untitled

Nov 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1.         @Override
  2.         public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
  3.         Player p = (Player) sender;
  4.                 if (label.equalsIgnoreCase("money")) {
  5.                         if (args.length == 0) {
  6.                                 int money = sql.getBalance(p);
  7.                                 p.sendMessage("ยง7Vous avez " + money + "โ‚ฌ sur votre compte");
  8.                         }
  9.                 }
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement