Kumiho AFK plugin

Kumiho AFK plugin

Plugin to the AFK system so that players know who is currently unavailable

11 downloads

KumihAFK Plugin

A small plugin for servers on paper that allows you to distinguish between players who have entered AFK mode

Nickname color system depending on the world:

(It can be turned off, and then the nicknames will be white and gray when the AFK player)

  • worlds color on:
  • Different colors in different worlds that you can customize in the config
  • worlds color off:
  • World colors mode turned off

You can choose your own color in each world, or change the default color. In the config

Icons indicating different player states:

  • Icons AFK status

Icons info

  • means automatic AFK
  • means manual AFK

Commands:

  1. /afk -- log in to AFK
  2. /afk -- take a look at how long the player is are in AFK
  3. /afk info - see the basic information on the plugin
  4. /afk configreload - restart the config, without having to restart the server
  5. /afk help - duplicates the commands in the chat

Simple configuration of the config:

#=====================================
#KumihoAFK
#Author: Kumi_ho
#=====================================

#en_us
#In how many seconds will the player become AFK
#ru
#Через сколько секунд игрок станет AFK
time-to-afk: 300

#en_us
#Colors in worlds
#ru
#Цвета ника в мирах
change-afk-color-worlds: true

colors:
  world: "§2"
  world_nether: "§4"
  world_the_end: "§5"
  #worlds off color
  standart: "§8"

#Language messages
#en_us or ru_ru
language: "en_us"

Specifying the AFK time in the chat, when writing a command:

AFK player time

There are two languages, English and Russian, they can be changed in the config

You can also edit the messages themselves in a separate file.

Spoiler
afk-enabled: "§7status §6AFK §7enabled"

afk-disabled: "§7status §6AFK §7disabled"

player-not-found: "§7Player not found"

not-afk: "§7Player is not AFK"

player-afk: "§7Player §6%player% §7is AFK %icon% §7for §6%minutes%m %seconds%s"

help: |
  §fHELP
  §6/afk §7- enable/disable AFK
  §6/afk <player> §7- check AFK time
  §6/afk info §7- plugin information
  §6/afk configreload §7- reload config

info: |
  §fINFO
  §6⌚ §7means automatic AFK
  §6⌛ §7means manual AFK

command-only-player: "§7Only players can use this command"