Advertisement
nasuhahahafff

Untitled

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