CommandsEX / Minecraft-CommandsEX

All-in-one modular CraftBukkit administration plugin
http://dev.bukkit.org/server-mods/commandsex
14 stars 10 forks source link

Afk Auto Kick #13

Closed nhoclesnar closed 11 years ago

nhoclesnar commented 11 years ago

Auto kicking afk players in the server to make empty slots for others to join.

When a player stops moving or interacting with objects, that player will be kicked after a certain amount of time. The player will be kicked using the command '/kick [reason]', where the [reason] is the message sent to the kicked player.

In the config file, two new options added: a custom kick time, and a custom kick message sent to the kicked player.

nhoclesnar commented 11 years ago

Oh, and can you please add permission to exclude certain people from being monitored for afk and afk kicking? I forgot that I do not want Admins to be kicked :)

keir-nellyer commented 11 years ago

Ok, will do!

keir-nellyer commented 11 years ago

Added!

sossos1988 commented 11 years ago

What is the Permission node for this?