nasuhahahafff

Untitled

Oct 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. command /setshop <text>:
  2. permission: sk.admin
  3. trigger:
  4. set {%arg-1%} to tool of player
  5.  
  6. command /oishop:
  7. trigger:
  8. set {pamo.%player%} to true
  9. set {piro} to 0
  10. open chest with 5 rows named "&9&kttt&r&3&lお水売り&9&kttt" to player
  11. wait a tick
  12. format slot 0 of player with white glass pane to be unstealable
  13. format slot 1 of player with white glass pane to be unstealable
  14. format slot 2 of player with white glass pane to be unstealable
  15. format slot 3 of player with white glass pane to be unstealable
  16. format slot 4 of player with white glass pane to be unstealable
  17. format slot 5 of player with white glass pane to be unstealable
  18. format slot 6 of player with white glass pane to be unstealable
  19. format slot 7 of player with white glass pane to be unstealable
  20. format slot 8 of player with white glass pane to be unstealable
  21. format slot 9 of player with {oishi} with lore "&a&l値段: 500円" to run [make player execute command "oimizu"]
  22. format slot 36 of player with white glass pane to be unstealable
  23. format slot 37 of player with white glass pane to be unstealable
  24. format slot 38 of player with white glass pane to be unstealable
  25. format slot 39 of player with white glass pane to be unstealable
  26. format slot 40 of player with white glass pane to be unstealable
  27. format slot 41 of player with white glass pane to be unstealable
  28. format slot 42 of player with white glass pane to be unstealable
  29. format slot 43 of player with white glass pane to be unstealable
  30. format slot 44 of player with white glass pane to be unstealable
  31.  
  32. command /oimizu:
  33. trigger:
  34. if {pamo.%player%} is false:
  35. stop
  36. if {tuuka.%player%} < 500:
  37. message "&b&lSystem &7&l≫ &c所持金が足りません。"
  38. stop
  39. give player {oishi}
  40. remove 500 from {tuuka.%player%}
  41. message "&b&lSystem &7&l≫ &a&l残り所持金は%{tuuka.%player%}%円です。"
Advertisement
Add Comment
Please, Sign In to add comment