Advertisement
Guest User

Untitled

a guest
May 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. command /bank:
  2. trigger:
  3. open chest with 3 rows named "&3Bank" to player
  4. format slot 2 of player with gold nugget named "&2Indsæt: &a100" to run [execute player command "asdasdasdasdadadasdasdasdwgs"]
  5. format slot 4 of player with chest named "&2Du har: &a%{bank:indsat:%player%}%&2 i din bank." to be unstealable
  6. format slot 6 of player with gold pickaxe named "&2:Hæv &a100" to run [execute player command "asdawgdgfgsfsdfafsadada"]
  7.  
  8.  
  9. command /asdasdasdasdadadasdasdasdwgs:
  10. trigger:
  11. if player's balance is between -99 and 99:
  12. message "&3Bank: Du har ikke 100$"
  13. stop
  14. else:
  15. remove 100 from player's balance
  16. message "&3Bank: &bInsatte 100$"
  17. add 100 to {bank:indsat:%player%}
  18. stop
  19.  
  20. command /asdawgdgfgsfsdfafsadada:
  21. trigger:
  22. if {bank:indsat:%player%} is between -99 and 99:
  23. message "Du har ikke 100$ i din bank..."
  24. stop
  25.  
  26. if {bank:indsat:%player%} is between 100 and 10000000000000000:
  27. message "&3Bank: Du hævede $100, fra banken..."
  28. remove 100 from {bank:indsat:%player%}
  29. make console execute command "/eco give %player% 100"
  30. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement