Advertisement
Oxalist

Untitled

Jan 13th, 2018
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. command /bal:
  2. trigger:
  3. send "&7"
  4. send "&8» &7Your Money: &e%player's money%"
  5. send "&7"
  6. command /money:
  7. trigger:
  8. send "&7"
  9. send "&8» &7Your Money: &e%player's money%"
  10. send "&7"
  11. command /balance:
  12. trigger:
  13. send "&7"
  14. send "&8» &7Your Money: &e%player's money%"
  15. send "&7"
  16.  
  17. command /woolpurchase:
  18. trigger:
  19. if balance of player is between 0 and 19:
  20. message "&8» &cError! You do not have enough money right now"
  21. if balance of player is between 20 and 999999:
  22. give player 64 white wool
  23. remove 20 from player's money
  24. message "&8» &aSuccess! You have purchased the items"
  25.  
  26. command /shearpurchase:
  27. trigger:
  28. if balance of player is between 0 and 49:
  29. message "&8» &cError! You do not have enough money right now"
  30. if balance of player is between 50 and 999999:
  31. give player 1 shears
  32. remove 50 from player's money
  33. message "&8» &aSuccess! You have purchased the items"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement