Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Auto-AFK
- # After this timeout in seconds, the user will be set as AFK.
- # This feature requires the player to have essentials.afk.auto node.
- # Set to -1 for no timeout.
- auto-afk: 600
- # Auto-AFK Kick
- # After this timeout in seconds, the user will be kicked from the server.
- # essentials.afk.kickexempt node overrides this feature.
- # Set to -1 for no timeout.
- auto-afk-kick: 1500
- # Set this to true, if you want to freeze the player, if the player is AFK.
- # Other players or monsters can't push the player out of AFK mode then.
- # This will also enable temporary god mode for the AFK player.
- # The player has to use the command /afk to leave the AFK mode.
- freeze-afk-players: false
- # When the player is AFK, should he be able to pickup items?
- # Enable this, when you don't want people idling in mob traps.
- disable-item-pickup-while-afk: false
- # This setting controls if a player is marked as active on interaction.
- # When this setting is false, the player would need to manually un-AFK using the /afk command.
- cancel-afk-on-interact: true
- # Should we automatically remove afk status when a player moves?
- # Player will be removed from AFK on chat/command regardless of this setting.
- # Disable this to reduce server lag.
- cancel-afk-on-move: true
Advertisement
Add Comment
Please, Sign In to add comment