nunonuno_riku

Untitled

Oct 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. options:
  2. # Change the send if you want.
  3. # You can use these variables: %player%, %player's level%, %player's display name%, and etc.
  4. # メッセージを変更できます。
  5. # これらの変数を使えます: %player%, %player's level%, %player's display name% 等。
  6.  
  7. #true -> Teleport to spawn point when joining the server.
  8. #false -> Do not teleport when joining the server.
  9. #true -> サーバー参加したときに、スポーン地点にテレポートする。
  10. #false -> サーバーに参加したときに、テレポートしない。
  11. joining: false
  12.  
  13.  
  14. # Don't change below! (but you can delete Japanese message)
  15. # これより下は変えないでね! (ただし、英語のメッセージは消しても構いません)
  16.  
  17. on first join:
  18. teleport player to {firstjoin}
  19.  
  20. command /setfirstjoin:
  21. aliases: sfs
  22. permission: spawn.setspawn
  23. trigger:
  24. set {firstjoin} to location of player
  25. wait 3 tick
  26. send "&a初参加のスポーンを%{firstjoin}%にセットしました"
  27.  
  28. on join:
  29. teleport player to {serverspawn}
  30.  
  31. command /setspawn:
  32. aliases: ss
  33. permission: spawn.setspawn
  34. description: Set spawn at your location. スポーン地点をあなたの場所にセットします。
  35. trigger:
  36. send "&aスポーン地点&fをあなたの場所にセットしました。"
  37. send "&fYou have set &aspawn&f at your location!"
  38. set {serverspawn} to location of player
Add Comment
Please, Sign In to add comment