okkunsyouta

Untitled

Nov 9th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on join:
  2. if {Hours::%player%} is not set:
  3. set {Hours::%player%} to 0
  4. if {Minutes::%player%} is not set:
  5. set {Minutes::%player%} to 0
  6.  
  7. command /stats [<offlineplayer>]:
  8. trigger:
  9. if arg-1 isn't set:
  10. open chest with 3 rows named "&b&lあなたの情報" to player
  11. format slot 1 of player with clock named "&6&lプレイ時間: &f%{Hours::%player%}%h %{Minutes::%player%}%m" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment