FabricEssentials

Quick rating

Community listing page, reviews here may not be monitored by the author.

FabricEssentials

By drexhdOwner

No reviews yet

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

No Theme
No Genre
QoL & Tweaks
Performance & Optimization
Server Utility
API/Library
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
Fabric Essentials 1.4.11+26.2

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Fabric Essentials is a Minecraft Fabric mod that adds many commands (such as a warps, homes, tpa and many utility commands) to the game. It works purely serverside, it is not required on the client.

Commands

/anvil, /cartographytable, /enchantment, /enderchest, /grindstone, /loom, /smithing, /stonecutter, /workbench, /deletehome [home] [player], /home [home] [player], /homes [player], /sethome [home] [player|-confirm], /deletewarp warp, /warp warp, /setwarp warp, /warps, /tpa target, /tpahere target, /tpall, /tpaccept [target], /tpdeny [target], /back, /broadcast message, /commandspy, /essentials reload, /essentials import importer, /feed [player], /hat, /itemedit name (name|clear), /itemedit lore line (lore|clear), /heal [player], /glow [player], /ping [player], /signedit line (text|clear), /mods [mod], /fly [player], /flyspeed [flyspeed] [target], /walkspeed [walkspeed] [target], /invulnerable [player], /tellmessage targets message, /message-to-vanilla quicktext message, /message-to-vanilla simplifiedtext message

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"
  ]
}

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.

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"
  ]
}

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.

Screenshots

Gallery

  • Icon
    Icon Depicts the three layers of this mod: - Survival / player based commands and enhancements - Administrative / utility commands - A great integration into the fabric and vanilla eco system

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~48,000
Total Downloads
CurseForge
~8,000
Modrinth
~39,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works