Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #Creator:JP_Minecraft_Pro
  2.  
  3. command /afk:
  4. permission: sk.afk
  5. permission message: &c実行する権限がありません
  6. trigger:
  7. set {afk.true.%player%} to location of player
  8. broadcast "&7[&6AFK&8-&bSystem&7] &6%player%&aが&d放置を&b&n開始しました"
  9. loop 999 times:
  10. if {afk.true.%player%} is not location of player:
  11. broadcast "&7[&6AFK&8-&bSystem&7] &6%player%&aが&d放置を&b&n終了しました"
  12. stop
  13. wait 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement