Advertisement
kunihiko_sato

Untitled

Sep 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. command /kabu <text>:
  2. usage: &7/kabu <buy/sell>
  3. trigger:
  4. if arg-1 is "buy":
  5. execute console command "execute @a[name=%player%,score_money_min=550] ~ ~ ~ /scoreboard players add %player% kabu 1"
  6. execute console command "execute @a[name=%player%,score_money_min=550] ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master %player% ~ ~ ~"
  7. execute console command "execute @a[name=%player%,score_money_min=550] ~ ~ ~ /tellraw @a {""text"":""\u00a7e[株] \u00a7a%player% さんが株を買いました。""}"
  8. execute console command "execute @a[name=%player%,score_money_min=550] ~ ~ ~ /scoreboard players remove %player% money 550"
  9. execute console command "execute @a[name=%player%,score_money=549] ~ ~ ~ /playsound minecraft:entity.endermen.teleport master %player% ~ ~ ~ 1 0.5"
  10. execute console command "execute @a[name=%player%,score_money=549] ~ ~ ~ /tellraw %player% {""text"":""\u00a7e[株] \u00a7c持っているお金が足りません! 株を買うには\u00a7a550Money\u00a7cを支払わなければいけません!""}"
  11. if arg-1 is "sell":
  12. execute console command "execute @a[name=%player%,score_kabu_min=1] ~ ~ ~ /scoreboard players add %player% money 500"
  13. execute console command "execute @a[name=%player%,score_kabu_min=1] ~ ~ ~ /playsound minecraft:entity.arrow.hit_player master %player% ~ ~ ~"
  14. execute console command "execute @a[name=%player%,score_kabu_min=1] ~ ~ ~ /tellraw @a {""text"":""\u00a7e[株] \u00a7a%player% さんが500円で株を売りました!""}"
  15. execute console command "execute @a[name=%player%,score_kabu_min=1] ~ ~ ~ /scoreboard players remove %player% kabu 1"
  16. execute console command "execute @a[name=%player%,score_kabu=0] ~ ~ ~ /tellraw %player% {""text"":""\u00a7e[株] \u00a7c株をがありません! /kabu buy で株を買ってください!""}"
  17. execute console command "execute @a[name=%player%,score_money=0] ~ ~ ~ /playsound minecraft:entity.endermen.teleport master %player% ~ ~ ~ 1 0.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement