Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. command /excalibur:
  2. permission: essentials.exc
  3. trigger:
  4. if player's balance is more than 299999:
  5. remove 300000 from player's balance
  6. add 1 to {licence}
  7. execute console command "/spawnstrange UNIQUE ""Excalibur"" ""Wlasnosc %player%"" 276 ""PLAYER_KILLS"" %player%"
  8. send "&6[SignShop] &fZakupiles &eEXCALIBUR &fza &a$300000 &f!"
  9. else:
  10. send "&cNie masz tyle pieniedzy, potrzebujesz &c(&e300000.0&c)"
  11. on damage:
  12. if name of attacker's tool is "&e&oExcalibur":
  13. remove strength from the attacker
  14. apply strength 6 to attacker for 3.9 seconds
  15.  
  16. on rightclick on sign:
  17. if line 1 is "&1[EXCALIBUR]":
  18. if line 2 is "&9INTELIGETNA":
  19. if line 3 is "&9BRON":
  20. if line 4 is "$300000":
  21. if player's account is greater than or equal to 300000:
  22. add 1 to {licence}
  23. execute console command "/spawnstrange UNIQUE ""Excalibur"" ""Wlasnosc %player%"" 276 ""PLAYER_KILLS"" %player%"
  24. remove 300000 from player's account
  25. send "&6[SignShop] &fZakupiles &eEXCALIBUR! &fza &a$300000 &f!"
  26. else:
  27. send "&6[SignShop] &fNie masz &a$300000 &f aby to kupic!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement