Skip to content

IBMESP/AFK-Kicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFK-Kicker

AFK kicker spigot plugin

Badges:

Latest Version Spigot Downloads Spigot Rating

  • This plugins kicks player when they are AFK, you decide the time limit and how often the plugin checks for AFK player

  • Permission: afk.bypass → You won't be kicked

Default config.yml
#Time limit
minutesAFK: 15

#Checks if a player is AFK every x seconds and stores the data
#More seconds -> Less accuracy less lag
#Fewer seconds -> More accuracy more lag
#Find a balance, start trying with fewer seconds
secondsInterval: 1

# Messages
kickIn: "&eYou will be kicked on &6%seconds% &eseconds"
kicked: "&cYou have been kicked for being AFK"