Advertisement
pwwm

Untitled

Sep 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. on rightclick on a coal:
  2. if the name of the item is "&dPrisonMines &a$1"
  3. make console execute command "eco give %player% 1"
  4. remove 1 of held item from player
  5.  
  6. on rightclick on a iron:
  7. if the name of the item is "&dPrisonMines &a$10"
  8. make console execute command "eco give %player% 10"
  9. remove 1 of held item from player
  10.  
  11. on rightclick on a gold:
  12. if the name of the item is "&dPrisonMines &a$100"
  13. make console execute command "eco give %player% 100"
  14. remove 1 of held item from player
  15.  
  16. on rightclick on a diamond:
  17. if the name of the item is "&dPrisonMines &a$5000"
  18. make console execute command "eco give %player% 5000"
  19. remove 1 of held item from player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement