
Modrinth · Minecraft mod
Essentials Fabric
Server-side essentials for Fabric SMPs: teleport requests, backpacks, admin tools, and moderation
Quick answer
Which Essentials Fabric release should I use?
Essentials Fabric 3.3.0 targets 26.3 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 1 required mods have matching files.
Where it goes
Is Essentials Fabric required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Essentials Fabric 3.3.0 need?
3.3.0. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Essentials Fabric without breaking your instance.
Built for Essentials Fabric 3.3.0. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 3.3.0. It targets 26.3 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 3.3.0. It opens that exact file at the source.
About this project
What does Essentials Fabric add?
Essentials
A lightweight, server-side Fabric toolkit for survival servers and SMPs. Essentials adds the everyday player commands and moderation tools most servers need without requiring a client-side mod.
Server-side only: players can join with an unmodified vanilla client. Fabric API is required on the server.
Features
Player quality of life
- Teleport requests with
/tpa,/tpahere, accept, deny, cancel, and/tpahere all /backafter a completed teleport request- Persistent
/spawnand/setspawnwith safe arrival checks, warm-up, cooldown, and optional first-join/respawn routing - Named
/sethome,/home,/delhome, and/homessaved by player UUID, with limits, warm-up, cooldown, and safe arrival - 9x3 backpacks with per-player, shared-server, or vanilla ender chest modes
- A disposable 9x3 inventory with
/disposal,/trash, or/trashcan
Server administration
- Repair held items, heal or feed players, and toggle survival flight
- Inspect and edit inventories, ender chests, and per-player backpacks
- Manage previously joined players even while they are offline
- Changes stay synchronized when multiple admins inspect the same live storage
- Hide staff with
/vanish, including entities, the tab list, commands, announcements, mobs, and collision - Check server-reported latency with
/ping [player], including configurable color thresholds - Monitor rolling server TPS with
/tpsacross 5-second through 15-minute windows
Moderation
- Timed or permanent player bans, including offline players
- Timed or permanent IPv4 and IPv6 bans
- Ban an online player's account and current IP together by using their name with
/ban-ip - Kick players with a required reason
- Pardon player accounts and IP addresses independently
- View paginated kick and ban history with
/historyor/audit, including active bans
Ban durations support values such as 30m, 2h, 7d, and 1d12h. Use permanent or perm for a permanent ban. IPv6 addresses must be quoted in commands.
Command overview
| Area | Commands | Default access |
|---|---|---|
| Teleport requests | /tpa, /tpahere, /tpaccept, /tpdeny, /tpcancel, /back |
Everyone |
| Server spawn | /spawn |
Everyone |
| Server spawn administration | /setspawn |
Operators |
| Player homes | /home [name], /sethome [name], /delhome <name>, /homes |
Everyone |
| Player storage | /backpack (/bp), /disposal (/trash, /trashcan) |
Everyone |
| Player utilities | /repair [target], /heal [target], /feed [target], /flight [target] |
Operators |
| Server status | /ping [player], /tps |
Everyone |
| Inventory inspection | /inventorysee (/isee), /enderchestsee (/esee), /backpacksee (/bpsee) |
Operators |
| Player moderation | /ban, /pardon (/unban), /kick, /history (/audit), /vanish |
Operators |
| IP moderation | /ban-ip (/banip), /pardon-ip (/unban-ip) |
Operators |
Every command group can be disabled or made available to either operators or all players. With a compatible
Fabric permission provider such as LuckPerms, stable essentials.<command> nodes provide granular access;
aliases share the primary command node. See the README for the complete permission-node table. Without a
provider, commands.<name>.access remains the only access check and behavior is unchanged.
Configuration
The configuration is generated at config/essentials/essentials.yaml. Changes take effect after restarting the server.
| Option | Default | Purpose |
|---|---|---|
tag.text |
Essentials |
Text shown in the chat prefix |
tag.color |
DARK_PURPLE |
Prefix text color using a Minecraft formatting name |
tag.bracketColor |
DARK_GRAY |
Prefix bracket color |
tag.bold |
true |
Makes the prefix text bold |
back.window_seconds |
120 |
How long /back remains available after a TPA teleport |
backpack.mode |
per_player |
Backpack type: per_player, serverwide, or ender_chest |
tpa.timeout_seconds |
60 |
Time before a teleport request expires |
tpa.cooldown_seconds |
10 |
Cooldown after cancelling a teleport request |
spawn.first_join |
true |
Sends first-time players to a configured Essentials spawn |
spawn.respawn |
true |
Uses Essentials spawn after death when no valid bed, anchor, or other personal point exists |
spawn.warmup_seconds |
3 |
Delay before /spawn teleports |
spawn.cooldown_seconds |
30 |
Delay before /spawn can be used again |
spawn.cancel_on_movement |
true |
Cancels a pending spawn teleport when the player moves |
spawn.cancel_on_damage |
true |
Cancels a pending spawn teleport when the player takes damage |
homes.default_limit |
1 |
Homes allowed without a numeric limit permission |
homes.maximum_limit |
5 |
Highest numeric home-limit permission that counts |
homes.allow_cross_dimension |
true |
Allows /home to teleport across dimensions |
homes.warmup_seconds |
3 |
Delay before /home teleports |
homes.cooldown_seconds |
30 |
Delay before /home can be used again |
homes.cancel_on_movement |
true |
Cancels a pending home teleport when the player moves |
homes.cancel_on_damage |
true |
Cancels a pending home teleport when the player takes damage |
tps.healthy.minimum_tps |
18.0 |
Lower bound for healthy TPS coloring |
tps.degraded.minimum_tps |
15.0 |
Lower bound for degraded TPS coloring |
vanish.persist_state |
true |
Keeps UUID-based vanish state across reconnects and restarts |
vanish.chat_behavior |
block |
Blocks public chat or routes it to staff-only visibility |
moderation.ban_message |
Included in generated config | Disconnect message used for player and IP bans |
moderation.kick_message |
Included in generated config | Disconnect message used for kicks |
updates.enabled |
true |
Runs one asynchronous compatible-release check after startup |
updates.channel |
stable_only |
Accepts stable releases only or includes prereleases |
updates.console_notifications |
true |
Logs an available update to the server console |
updates.player_notifications |
true |
Notifies authorized online players once per session |
updates.request_timeout_seconds |
5 |
Network timeout, clamped to 2-30 seconds |
updates.startup_delay_seconds |
10 |
Post-start delay, clamped to 0-300 seconds |
commands.<name>.enabled |
true |
Enables or disables a command group |
commands.<name>.access |
op or all |
Restricts the command group to operators or allows everyone |
Moderation messages support Minecraft ampersand formatting codes such as &c and &l.
ban_message:{player},{reason},{moderator},{time},{expires_at}kick_message:{player},{reason},{moderator}
Available command configuration names include repair, heal, feed, flight, disposal, tpa, back, spawn, setspawn, home, sethome, delhome, homes,backpack, backpacksee, enderchestsee, inventorysee, ban, pardon, banip, pardonip,kick, history, ping, and tps.
Installation
- Install Fabric Loader and Fabric API on the server.
- Place the Essentials JAR in the server's
modsfolder. - Start the server and adjust
config/essentials/essentials.yamlas needed.
Requires Java 25 or newer. No client installation is required.
Project description from Modrinth.
Pick your setup
Essentials Fabric by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3
1 loader build26.2
1 loader build1.21.10
1 loader build1.21.8
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Essentials Fabric versions and loaders
3.3.0
essentials-3.3.0.jar
24 Sept 2026
3.2.3
essentials-3.2.3.jar
17 Jul 2026
3.2.2
essentials-3.2.2.jar
16 Jul 2026
3.2.1
essentials-3.2.1.jar
16 Jul 2026
3.2.0
essentials-3.2.0.jar
15 Jul 2026
3.1.0
essentials-3.1.0.jar
14 Jul 2026
3.0.0
essentials-3.0.0.jar
10 Jul 2026
2.1.1
essentials-2.1.1.jar
19 Nov 2025
2.0.0
essentials-2.0.0.jar
14 Oct 2025
1.2.0
essentials-1.2.0.jar
23 Sept 2025
1.1.1
essentials-1.1.1.jar
22 Sept 2025
1.1.0
essentials-1.1.0.jar
20 Sept 2025
Looking for an older file? The official Modrinth project page is in Resources.