diff --git a/license.txt b/license.txt index ace556c..8a7cbb1 100644 --- a/license.txt +++ b/license.txt @@ -1,2 +1,2 @@ This mod is licensed CC0 as per GunshipPenguins Server Essentials. -I copied much code from his mod, and made changes to reduce it to only the afk kicking, and added a check to only kick when more than a certain number of players are online. +I copied much code from his mod, and made changes to reduce it to only the afk kicking, and added a check to only kick when more than a certain number of players are online. To simplify things further this mod checks location rather than actions, a user just has to move, this could be a problem if they are doing a lot of inventory management, but I don't think that somebody will do that much inventory management to get to a point where they get kicked from not moving, unless you set the values really low. diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..5432c65 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = kickafk diff --git a/readme.txt b/readme.txt index e3ae1ef..fd4cfe8 100644 --- a/readme.txt +++ b/readme.txt @@ -1 +1,4 @@ This mod can be configured from the Minetest.conf or the settings tab in Minetest. + +Player's locations will only be checked if there are more players on the server that the kick level is set to. +There is a canafk privilege which allows you to be afk and not get kicked.