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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Sessility
ModMIT

Sessility

AFK utilities for servers: Recolor AFK players in tab list, exclude AFK players from the sleeping requirement, broadcast messages when players go AFK, and more.

16.9K
Downloads
86
Followers
4 months ago
Updated
📦
24
Versions
game-mechanicsmanagementutilityfabric
Download Latestv0.7.7View on Modrinth

📖About Sessility

Sessility is a Minecraft Fabric utility mod that keeps track of sessile creatures, more often known as "AFK players".

sessile

adjective

  1. (of an organism) permanently rooted in place; lacking mobility
  2. (of a plant) attached without a stalk

Feature summary

  • Change the color of sessile players in the player tab list
  • Exclude sessile players from the player sleeping requirement
  • Configure the amount of idle time before a player is considered sessile
  • Broadcast a chat message when a player becomes either sessile or motile
  • Hide sessile players in the player tab list, server player list, or server player count
  • Choose if player rotation should be used to determine motility

By default, any player idling for more than 120 seconds is considered sessile. Sessile players are given a distinct color in the player tab overlay to distinguish them from other players. The sessile idle time and tab display color are both configurable.

You can also configure custom messages when a player changes their sessility. These messages are disabled by default and will only display if a configured message is present.

Sessility also allows you to configure whether or not sessile players are displayed in the server player list (shown above), the server player count, and the player tab list. Each one of these properties can be toggled individually.

Configuration file

# Detect player actions (attacking, using, etc.) as motility.
# Default: true
detect-action=true

# Detect player rotation as motility.
# Default: true
detect-rotation=true

# Hide sessile players in the server player list.
# Default: false
hide-sessile-in-server-list=false

# Hide sessile players in the player tab list.
# Default: false
hide-sessile-in-tab-list=false

# The message to broadcast when a player becomes motile (the opposite of sessile),
# formatted as raw JSON text. The arguments of all translatable components will contain 
# one entry for the player name. See https://minecraft.wiki/w/Raw_JSON_text_format.
# (note: leave empty to disable motile messages)
# Default: (empty)
message-motile={"translate"\:"%s returned from the depths","color"\:"yellow"}

# The message to broadcast when a player becomes sessile, formatted as raw JSON text.
# The arguments of all translatable components will contain one entry for the player name.
# See https://minecraft.wiki/w/Raw_JSON_text_format.
# Default: (empty)
message-sessile={"translate"\:"%s became a sessile creature","color"\:"yellow"}

# The color of the sessile display name. This can be either a color name or a six-digit hex code.
# Default: gray
sessile-display-color=\#aaaaaa

# The idle time (in seconds) before a player is considered sessile.
# Default: 240
sessile-timeout=720

# Exclude sessile players from the server player count.
# Default: false
skip-sessile-in-player-count=false

# Exclude sessile players from the player sleeping requirement.
# Default: true
skip-sessile-in-sleep-count=true

👥 Team & Contributors

bytzo
bytzoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page