Advertisement
maozou

spawn

Nov 19th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. command /spawn [<text>]:
  2. trigger:
  3. if arg-1 is "mine" or "lobby" or "shop" or "help":
  4. if arg-1 is "mine":
  5. execute console command "/tp %player% 149 86 207"
  6. send "&a%player%を採掘場へテレポートさせました。"
  7. if arg-1 is "lobby":
  8. execute console command "/tp %player% 105 77 200"
  9. send "&A%player%を&blobbyにテレポートさせました。"
  10. if arg-1 is "help":
  11. send "&a----==&bServerSpawn&a==----"
  12. send "&b/spawn mine &6採掘所へテレポートします。"
  13. send "&b/spawn lobby &6ロビーへテレポートします。"
  14. send "&b/help &6Helpを表示します。"
  15. send "&b/spawn shop &6ショップへテレポートします。"
  16. send "&a-----------------------"
  17. if arg-1 is "shop":
  18. execute console command "/tp %player% 51 73 163"
  19. send "&a%player%をshopへテレポートさせました。"
  20. else:
  21. send "&a----==&bServerSpawn&a==----"
  22. send "&b/spawn mine &6採掘所へテレポートします。"
  23. send "&b/spawn lobby &6ロビーへテレポートします。"
  24. send "&b/help &6Helpを表示します。"
  25. send "&b/spawn shop &6ショップへテレポートします。"
  26. send "&a-----------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement