Advertisement
lukemango

Untitled

Apr 27th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # +-------------------------------------------------------+ #
  2. # | xAntiAFK | #
  3. # | by Soolz | #
  4. # +-------------------------------------------------------+ #
  5. CheckInterval: 60
  6. AfkCheckInterval: 2
  7. CheckOp: false
  8. Actions:
  9. '5':
  10. - setAfk
  11. AfkCommand:
  12. - Broadcasts:isAfk
  13. OnAfk:
  14. teleport: true
  15. location: hunt,-1728,61,-1150
  16. damage: false
  17. NoLonger:
  18. message: '&b%player% &bis no longer AFK'
  19. tpToBackLoc: false
  20. Messages:
  21. prefix: '&b*'
  22. reload: '&aConfiguration reloaded.'
  23. prevent: '&fLooks like you''re AFK...'
  24. protected: '&fYou''re now protected.'
  25. nolonger: '&b%player% &bis no longer AFK'
  26. nopermission: '&cYou don''t have the permission to do that.'
  27. nohurt: '&cYou can''t hurt an AFK player'
  28. Broadcasts:
  29. prefix: '&b*'
  30. isAfk: '&b%player% &bis now AFK'
  31. Commands:
  32. kick: kick %player% &4[&fx&c&lAntiAFK&4] &eYou're AFK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement