Itsyuumello2

Untitled

Nov 29th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. on join:
  2. set the join message to "&7[&aJOIN&7] &l%player% &6がログインしました!"
  3. execute console command "/playsound entity.exprience_orb.pickup master @a ~ ~ ~ 1 1 1"
  4. strike lightning effect at player
  5.  
  6. on quit:
  7. set the quit message to "&7[&cQUIT&7] &l%player% &cがログアウトしました!"
  8. execute console command "/playsound entity.note.bass master @a ~ ~ ~ 1 1 1"
  9. strike lightning effect at player
  10.  
  11. command /updown <player>:
  12. trigger:
  13. push player up at speed 8
  14. wait 3 seconds
  15. push player down at speed 8
Add Comment
Please, Sign In to add comment