AwayKicker
PluginLicenseRef-All-Rights-Reserved

AwayKicker

A simple plugin that kicks you out when you're away.

19
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions

📖About AwayKicker

AwayKicker - Getting rid of inactive players

This plugin allows you to quickly remove inactive players. You can set the time it takes for a player to be kicked.



Commands & Permissions:

Commands:

  • /awayreload (awaykicker.reload)

Other Permissions:

  • awaykicker.bypass (bypass the kick-process)



config.yml:

config.yml
#                                                                                                                                
#           db                                                   88      a8P   88              88                                
#          d88b                                                  88    ,88'    ""              88                                
#         d8'`8b                                                 88  ,88"                      88                                
#        d8'  `8b   8b      db      d8  ,adPPYYba,  8b       d8  88,d88'       88   ,adPPYba,  88   ,d8   ,adPPYba,  8b,dPPYba,  
#       d8YaaaaY8b  `8b    d88b    d8'  ""     `Y8  `8b     d8'  8888"88,      88  a8"     ""  88 ,a8"   a8P_____88  88P'   "Y8  
#      d8""""""""8b  `8b  d8'`8b  d8'   ,adPPPPP88   `8b   d8'   88P   Y8b     88  8b          8888[     8PP"""""""  88          
#     d8'        `8b  `8bd8'  `8bd8'    88,    ,88    `8b,d8'    88     "88,   88  "8a,   ,aa  88`"Yba,  "8b,   ,aa  88          
#    d8'          `8b   YP      YP      `"8bbdP"Y8      Y88'     88       Y8b  88   `"Ybbd8"'  88   `Y8a  `"Ybbd8"'  88          
#                                                       d8'                                                                      
#                                                      d8'                                                                       
#
#        by PattyXDHD

messages:
  prefix: '&8▌ &bAwayKicker &8» &7'
  noPerm: '&4&4You don''t have Permission for that.'
  reload: '&aPlugin reloaded successfully.'
  kickMessage:
    - '&7-| ServerName.net |-'
    - ''
    - '&cYou were AFK for &e%seconds% seconds&c, so you were kicked out.'
  kickLogMessage: '&3%name% &7has been kicked off the server.'

# sets the time that must elapse before a user is automatically kicked
kickSeconds: 60

# title times in ticks (20 ticks = 1 second)
# use 'NONE' for no Sound (List of all Sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html)
kickCountdown:
  use: true
  firstTitle: '&cYou''re probably AFK'
  secondTitle: '&7You''ll be kicked out in &e%seconds% seconds&7.'
  titleFadeInTime: 10
  titleStayTime: 40
  titleFadeAwayTime: 10
  announceTimes:
    - 15
    - 10
    - 5
    - 3
    - 2
    - 1
  sound:
    name: 'BLOCK_ANVIL_LAND'
    volume: 0.5
    pitch: 1.0



Screenshots:

Kick Screen

For more Screenshots look a the Gallery!