Advertisement
Guest User

AgentSnazz-AfkBooterConfig

a guest
Mar 24th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. #Default auto-created config file. Version 1.1-beta1. Please change.
  2. #kick-timeout is amount of time (sec) players can be idle, kick-message is the message the
  3. #kicked player sees, kick-broadcast is the message all players see when a player is kicked (name + message),
  4. #timeout-check-interval is the frequency (sec) to check for players to boot, and exempt-players is the list
  5. #of players not to kick at all. player-count-threshold is the number of players that must be present before
  6. #players start getting kicked for idling. Set to 0 for always. Set use-jump-ignoring to use the experimental
  7. #code which ignores vertical movement for activity purposes. Set kick-idlers to determine whether or not idlers
  8. #should actually be kicked or merely announced. ignore-vehicle-movement if set to true will not consider a player's
  9. #movement if they are in a vehicle. use-faux-sleep will count AFK players as "sleeping" for the purposes of beds
  10. #moving the clock forward; only works if kick-idlers is false. block-idle-items will prevent idlers from picking up
  11. #items; only works if kick-idlers is false.
  12. #Fri Mar 23 18:38:02 CDT 2012
  13. kick-message=You have been kicked for idling, please relog.
  14. block-idle-items=false
  15. timeout-check-interval=15
  16. exempt-players=
  17. kick-broadcast=has been kicked for idling.
  18. use-faux-sleep=false
  19. use-jump-ignoring=false
  20. ignore-vehicle-movement=false
  21. listened-events=
  22. player-count-threshold=0
  23. kick-idlers=true
  24. kick-timeout=30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement