Advertisement
penguin_GANA

Untitled

Apr 27th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. command /spawn:
  2. trigger:
  3. execute console command "/kill %player%"
  4. send "&cあなたは自滅しました。命を大切にしましょう"
  5. on right click on bed:
  6. cancel event
  7. on join:
  8. player hasn't played before:
  9. set join message to "&a-|初|- &a%player% が鯖に初参加した"
  10. set tab header to "&5End Of World*" and footer to "&b楽しんでね" for player
  11. wait 0.1 second
  12. execute console command "playsound entity.player.levelup ambient @a ~ ~ ~ 1 0 1"
  13. player has played on this server before:
  14. set join message to "&d-|入|- &a%player% が鯖に参加した"
  15. set tab header to "&5End Of World" and footer to "&b楽しんでね" for player
  16. wait 0.1 second
  17. execute console command "playsound entity.player.levelup ambient @a ~ ~ ~ 1 1 1"
  18. on quit:
  19. set quit message to "&4-|抜|- &a%player% &4が鯖から去った"
  20. wait 0.1 second
  21. execute console command "playsound entity.arrow.hit_player ambient @a ~ ~ ~ 1 0 1"
  22. on death of player:
  23. force player to respawn
  24. send title "&a&lYour Respawn:)" to player
  25. apply potion of slowness 200 to the player for 60 seconds
  26. apply potion of Blindness 1 to the player for 60 seconds
  27. send subtitle "&c&lOh!! Your Death:(" to player
  28. wait 3 second
  29. execute console command "effect %player% clear"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement