Advertisement
ALPHADOIDE

Untitled

Aug 28th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. on first join:
  2. give 64 seeds to player
  3. give 64 dirt to player
  4. give 2 water bucket to player
  5. give 1 iron hoe to player
  6. set the join message to "&d&l[FIRST JOIN]&e%player%"
  7. stop
  8.  
  9. on join:
  10. set the join message to "&c&l[JOIN]&e%player%"
  11.  
  12. command /sethome:
  13. trigger:
  14. set {home%player%} to location of player
  15. if {home%player%} is set:
  16. send "&eホーム地点をセットしました!"
  17. else:
  18. send "&eホーム地点を上書きしました!"
  19.  
  20. command /home:
  21. trigger:
  22. if {home%player%} is set:
  23. teleport player to {home%player%}
  24. send "&eホームにTPしました!"
  25. else:
  26. send "&e/sethomeでホーム地点を登録してから使ってください!"
  27.  
  28. command /setspawn:
  29. permission:sk
  30. trigger:
  31. set {spawn} to location of player
  32.  
  33. command /spawn:
  34. trigger:
  35. teleport player to {spawn}
  36. send "&eスポーン地点にTPしました!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement