Guest User

Untitled

a guest
Mar 29th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # Auto-AFK
  2. # After this timeout in seconds, the user will be set as AFK.
  3. # This feature requires the player to have essentials.afk.auto node.
  4. # Set to -1 for no timeout.
  5. auto-afk: 600
  6.  
  7. # Auto-AFK Kick
  8. # After this timeout in seconds, the user will be kicked from the server.
  9. # essentials.afk.kickexempt node overrides this feature.
  10. # Set to -1 for no timeout.
  11. auto-afk-kick: 1500
  12.  
  13. # Set this to true, if you want to freeze the player, if the player is AFK.
  14. # Other players or monsters can't push the player out of AFK mode then.
  15. # This will also enable temporary god mode for the AFK player.
  16. # The player has to use the command /afk to leave the AFK mode.
  17. freeze-afk-players: false
  18.  
  19. # When the player is AFK, should he be able to pickup items?
  20. # Enable this, when you don't want people idling in mob traps.
  21. disable-item-pickup-while-afk: false
  22.  
  23. # This setting controls if a player is marked as active on interaction.
  24. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  25. cancel-afk-on-interact: true
  26.  
  27. # Should we automatically remove afk status when a player moves?
  28. # Player will be removed from AFK on chat/command regardless of this setting.
  29. # Disable this to reduce server lag.
  30. cancel-afk-on-move: true
Advertisement
Add Comment
Please, Sign In to add comment