Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AfkLimboConnector
PluginGPL-3.0-only

AfkLimboConnector

AfkLimboConnector allows you to send AFK players to a specific Limbo Server

137
Downloads
3
Followers
3 months ago
Updated
📦
2
Versions
managementoptimizationutilitypaperpurpur
Download Latestv1.1.0View on Modrinth

📖About AfkLimboConnector

AFK LIMBO CONNECTOR

Is a minecraft plugin which works with Velocity. But it is a PaperMC plugin.

Why does it only work for PaperMC and not Velocity?
-> It does need Velocity for the sub-servers but the plugin needs to be on the PaperMC server because Velocity does not have Activity Listeners.

Features:

  • kick / move feature when afk
  • warning and action when beeing afk
  • bypass permission
  • config reload command
  • all messages are editable
  • editable timings
  • afk logging in console
  • multi-limbo support (with priority)
  • permission-based limbo system (if enabled)
  • sounds for warning and un-afking (optional, configurable)

Config:

Spoiler
# AfkLimboConnector Configuration
# Made by DippyCoder

# Time (in seconds) before sending warning
warning-time: 40

# Time (in seconds) before executing action (kick or move)
action-time: 60

# What happens when player is AFK too long? (MOVE or KICK)
action-type: "MOVE"

# ---------------------------------------------------------------------------
# Multi-Limbo (priority list)
# ---------------------------------------------------------------------------
# Servers are tried in order. If the player is still online after
# limbo-fallback-delay seconds, the next server in the list is tried.
# You can also keep a single entry if you only have one limbo.
limbo-servers:
  - "limbo"
  #- "limbo-1"
  #- "limbo-2"

# How many seconds to wait before trying the next server (default: 5)
limbo-fallback-delay: 5

# ---------------------------------------------------------------------------
# Permission-based limbos
# ---------------------------------------------------------------------------
# When enabled, players with a matching permission are sent to a specific
# server list instead of the default limbo-servers list.
# Entries are checked top-to-bottom — first match wins.
# Can be disabled entirely by setting enabled: false.
perm-limbos:
  enabled: false
  entries:
    - permission: "afklimbo.vip"
      servers:
        - "limbo-vip"
        - "limbo"
    - permission: "afklimbo.premium"
      servers:
        - "limbo-premium"
        - "limbo"

# ---------------------------------------------------------------------------
# Sounds
# ---------------------------------------------------------------------------
sounds:
  #Find all sounds at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html

  # Warning sound — plays when the AFK warning message is sent
  warning:
    enabled: true
    sound: "BLOCK_NOTE_BLOCK_BELL"
    volume: 1.0
    pitch: 1.0
    # SINGLE: plays once when the warning triggers
    # CONSTANT: repeats every interval-ticks until the player moves or is sent
    mode: "CONSTANT"
    # Only used in CONSTANT mode (in ticks, 20 = 1 second)
    interval-ticks: 3

  # Un-AFK sound — plays when a warned player moves again BEFORE being sent
  # Does NOT play if the player was already sent to limbo
  unafk:
    enabled: true
    sound: "BLOCK_LEVER_CLICK"
    volume: 1.0
    pitch: 1.2

# ---------------------------------------------------------------------------
# Bypass
# ---------------------------------------------------------------------------
bypass:
  enabled: false
  permission: "afklimbo.bypass"

# Should log to console when an action happens?
log-actions: true

# ---------------------------------------------------------------------------
# Messages (§ color codes supported)
# ---------------------------------------------------------------------------
messages:
  warning: "§8[§b§lAFK§r§8] §eYou have been inactive! You will be moved to limbo soon."
  timeout: "§8[§b§lAFK§r§8] §cYou are being moved to limbo..."
  move: "§8[§b§lAFK§r§8] §aYou are no longer AFK."
  kick: "§8[§b§lAFK§r§8] §cYou were kicked for being AFK too long!"
  no-permission: "§8[§b§lAFK§r§8] §cYou don't have permission to use this command!"
  usage: "§8[§b§lAFK§r§8] §eUsage: /afklimbo reload"
  reload: "§8[§b§lAFK§r§8] §aAfkLimboConnector configuration reloaded!"

👥 Team & Contributors

DippyCoder
DippyCoderOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+7 more

🔗 Links

Modrinth Page