Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. if((e.getInventory().getTitle().equalsIgnoreCase("Deseja comprar permissão?")) && (e.getSlot() == 20)) {
  2. EconomyResponse r = Main.economy.withdrawPlayer(p.getName(), 500000.0D);
  3. if(r.transactionSuccess()) {
  4. Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "pex user " + p.getPlayer().getName() + " add obycraft.acesso.spawners");
  5. p.sendMessage("§aCompra concluida com sucesso, aproveite!");
  6. p.closeInventory();
  7. }else {
  8. p.sendMessage("§cVocê não possui dinheiro suficiente!");
  9. p.playSound(p.getPlayer().getLocation(), Sound.VILLAGER_NO, 1, 1);
  10. p.closeInventory();
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement