Advertisement
nasuhahahafff

Untitled

Aug 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. command /oishop:
  2. trigger:
  3. open chest with 5 rows named "&9&kttt&r&3&l木材販売&9&kttt" to player
  4. wait a tick
  5. format slot 0 of player with white glass pane to be unstealable
  6. format slot 1 of player with white glass pane to be unstealable
  7. format slot 2 of player with white glass pane to be unstealable
  8. format slot 3 of player with white glass pane to be unstealable
  9. format slot 4 of player with white glass pane to be unstealable
  10. format slot 5 of player with white glass pane to be unstealable
  11. format slot 6 of player with white glass pane to be unstealable
  12. format slot 7 of player with white glass pane to be unstealable
  13. format slot 8 of player with white glass pane to be unstealable
  14. format slot 9 of player with {mokuzai} with lore "&a&l値段: 100円" to run [make player execute command "mokuza"]
  15. format slot 36 of player with white glass pane to be unstealable
  16. format slot 37 of player with white glass pane to be unstealable
  17. format slot 38 of player with white glass pane to be unstealable
  18. format slot 39 of player with white glass pane to be unstealable
  19. format slot 40 of player with white glass pane to be unstealable
  20. format slot 41 of player with white glass pane to be unstealable
  21. format slot 42 of player with white glass pane to be unstealable
  22. format slot 43 of player with white glass pane to be unstealable
  23. format slot 44 of player with white glass pane to be unstealable
  24.  
  25. command /mokuza:
  26. permission: sk.admin
  27. trigger:
  28. if {%player%.motikane} < 100:
  29. message "&b&lSystem &7&l≫ &c所持金が足りません。"
  30. stop
  31. give player {mokuzai}
  32. remove 100 from {%player%.motikane}
  33. message "&b&lSystem &7&l≫ &a&l残り所持金は%{%player%.motikane}%円です。"
  34.  
  35. command /setshop <text>:
  36. permission: sk.admin
  37. trigger:
  38. set {%arg-1%} to tool of player
  39.  
  40. on join:
  41. if {%player%.motikane} is not set:
  42. set {%player%.motikane} to 0
  43.  
  44. command /kankin <player> <number>:
  45. permission: sk.admin
  46. trigger:
  47. add arg-2 to {%arg-1%.motikane}
  48.  
  49. on quit:
  50. add 150 to {%player%.motikane}
  51. if {nibaii} is true:
  52. add 150 to {%player%.motikane}
  53.  
  54. command /nibai:
  55. trigger:
  56. if {nibaii} is true:
  57. stop
  58. set {nibaii} to true
  59. broadcast "&b&l30分間二倍モード突入!"
  60. wait 30 minutes
  61. set {nibaii} to false
  62.  
  63. on rightclick on plain_glass_block:
  64. give player 1 iron_ingot
  65.  
  66. on server start:
  67. wait 40 minutes
  68. execute console command "/reload"
  69.  
  70. command /money:
  71. trigger:
  72. message "&2&l[money]&b&l%{%player%.motikane}%円"
  73.  
  74. on join:
  75. broadcast "&a&l[&3&lJoin]&e&l%player%が参加しました。&d&l[所持金:%{%player%.motikane}%]"
  76.  
  77. command /ishishop:
  78. trigger:
  79. open chest with 5 rows named "&9&kttt&r&3&l石販売&9&kttt" to player
  80. wait a tick
  81. format slot 0 of player with white glass pane to be unstealable
  82. format slot 1 of player with white glass pane to be unstealable
  83. format slot 2 of player with white glass pane to be unstealable
  84. format slot 3 of player with white glass pane to be unstealable
  85. format slot 4 of player with white glass pane to be unstealable
  86. format slot 5 of player with white glass pane to be unstealable
  87. format slot 6 of player with white glass pane to be unstealable
  88. format slot 7 of player with white glass pane to be unstealable
  89. format slot 8 of player with white glass pane to be unstealable
  90. format slot 9 of player with {ishizai} with lore "&a&l値段: 250円" to run [make player execute command "ishii"]
  91. format slot 36 of player with white glass pane to be unstealable
  92. format slot 37 of player with white glass pane to be unstealable
  93. format slot 38 of player with white glass pane to be unstealable
  94. format slot 39 of player with white glass pane to be unstealable
  95. format slot 40 of player with white glass pane to be unstealable
  96. format slot 41 of player with white glass pane to be unstealable
  97. format slot 42 of player with white glass pane to be unstealable
  98. format slot 43 of player with white glass pane to be unstealable
  99. format slot 44 of player with white glass pane to be unstealable
  100.  
  101. command /ishii:
  102. permission: sk.admin
  103. trigger:
  104. if {%player%.motikane} < 250:
  105. message "&b&lSystem &7&l≫ &c所持金が足りません。"
  106. stop
  107. give player {ishizai}
  108. remove 250 from {%player%.motikane}
  109. message "&b&lSystem &7&l≫ &a&l残り所持金は%{%player%.motikane}%円です。"
  110.  
  111. command /zakashop:
  112. trigger:
  113. open chest with 5 rows named "&9&kttt&r&3&l雑貨屋&9&kttt" to player
  114. wait a tick
  115. format slot 0 of player with white glass pane to be unstealable
  116. format slot 1 of player with white glass pane to be unstealable
  117. format slot 2 of player with white glass pane to be unstealable
  118. format slot 3 of player with white glass pane to be unstealable
  119. format slot 4 of player with white glass pane to be unstealable
  120. format slot 5 of player with white glass pane to be unstealable
  121. format slot 6 of player with white glass pane to be unstealable
  122. format slot 7 of player with white glass pane to be unstealable
  123. format slot 8 of player with white glass pane to be unstealable
  124. format slot 9 of player with {tetusei} with lore "&a&l値段: 5000円" to run [make player execute command "tet"]
  125. format slot 36 of player with white glass pane to be unstealable
  126. format slot 37 of player with white glass pane to be unstealable
  127. format slot 38 of player with white glass pane to be unstealable
  128. format slot 39 of player with white glass pane to be unstealable
  129. format slot 40 of player with white glass pane to be unstealable
  130. format slot 41 of player with white glass pane to be unstealable
  131. format slot 42 of player with white glass pane to be unstealable
  132. format slot 43 of player with white glass pane to be unstealable
  133. format slot 44 of player with white glass pane to be unstealable
  134.  
  135. command /tet:
  136. permission: sk.admin
  137. trigger:
  138. if {%player%.motikane} < 5000:
  139. message "&b&lSystem &7&l≫ &c所持金が足りません。"
  140. stop
  141. give player {tetusei}
  142. remove 5000 from {%player%.motikane}
  143. message "&b&lSystem &7&l≫ &a&l残り所持金は%{%player%.motikane}%円です。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement