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
Fabric Essentials
ModMIT

Fabric Essentials

A fabric mod providing essential commands and features for the average server.

20.8K
Downloads
42
Followers
4 months ago
Updated
📦
27
Versions
librarymanagementutilityfabricquilt
Download Latestv1.4.6+1.21.11-rc2View on Modrinth

📖About Fabric Essentials

Fabric Essentials

Commands

This mod adds a lot of commands to Minecraft. Check out COMMANDS.md for a full list.

Config

{
  "homes": {
    // How many homes each player should have independent of permissions
    "defaultLimit": 3,
    // A list of configurations to increase the home limit. The system will pick the highest value from all entries with
    // stacking disabled and add all values with stacking enabled
    "homesLimits": [
      {
        // The permission that a player needs to get this 'fabric-essentials.command.sethome.limit.<permission>'
        "permission": "vip",
        "limit": 5,
        "stacks": false
      }
    ]
  },
  "tpa": {
    // How many seconds teleport requests will stay active for
    "expiry": 30
  },
  "commands": {
    // Whether player argument commands allow partial names (only the start of a name) to target a player
    "allowPartialNames": false
  },
  "teleportation": {
    "waitingPeriod": {
      // How many seconds players need to wait before being teleported
      "period": 2,
      "cancellation": {
        // Whether damage cancels teleportation
        "damage": false,
        // How far players can move before teleportation is cancelled
        "maxMoveDistance": -1
      }
    },
    // How many locations can be saved for the back command
    "savedBackLocations": 32,
    // Enabling this will create a back location when running /back, effectively allowing you to toggle between your 
    // most recent and your current location using /back
    "saveBackCommandLocation": false
  },
  "itemEdit": {
    // The maximum name length for the item edit command
    "name": {
      "maxLength": 50,
      "experienceLevelCost": 1
    },
    // The maximum lore length for the item edit command
    "lore": {
      "maxLength": 50,
      "maxLines": 5,
      "experienceLevelCost": 1
    }
  },
  "ignoreCommandSpyCommands": [
    "me",
    "msg",
    "teammsg",
    "tell",
    "w"
  ]
}

Messages

All messages in this mod are completely customizable and translatable. If you want to change them or add translations
(you can also PR these so they can be included in this project) navigate to ./config/messages/fabric-essentials/<language_code>.json.
For a list of all available language codes check out the wiki.

Miscellaneous

Commandspy

Run /commandspy to toggle spying. Any commands run by players will be sent to you.
Any commands listed in ignoreCommandSpyCommands config option will not be sent.

Styled Input

Allows users to use patboxs text format in anvils, books, signs, items.
They will require the following permission to do so fabric-essentials.style.<type>.<tag>, where <type> can be:
anvil, book, sign, item.name, item.lore and <tag> can be any of
the available tags!

Import mod data

This mod provides data importers for data from some other mods to help you transition.
Before starting the import process, make sure to take a backup!
There is currently support for kiloessentials and essential_commands.
If you wish to import data from any of these mods:

  1. Shutdown your server
  2. Remove the old mod
  3. Install this mod
  4. Start the server
  5. Run /essentials import <id> from console to start the import process.

👥 Team & Contributors

DrexHD
DrexHDOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabricquilt
Minecraft Versions
1.21.11-rc21.21.11

🔗 Links

Modrinth Page