Advertisement
kunihiko_sato

Untitled

Dec 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. on join:
  2. if {%player%.join.count} is set:
  3. add 1 to {%player%.join.count}
  4. send "&7[&aLoginCount&7] &6ただいまのログイン回数は &c%{%player%.join.count}% &6回です!"
  5. execute console command "tp %player% 12.5 70.0 81.5 0 0"
  6. else:
  7. set {%player%.join.count} to 1
  8. send "&7[&aLoginCount&7] &6ただいまのログイン回数は &c1 &6回です!"
  9. execute console command "tp %player% 12.5 70.0 81.5 0 0"
  10.  
  11. on first join:
  12. set {%player%.join.count} to 1
  13. send "&7[&aLoginCount&7] &6ただいまのログイン回数は &c1 &6回です!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement