Mod

Essential Essentialized

Quick rating

Essential Essentialized

No reviews yet

This mod removes the ingame purchases added by the essentials mod.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
essentialshopremover-1.21.1-1.0.0.jar
Authors
CurseForge
Modrinth

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

Source Issues Wiki Discord

About

Description

Replace this with a description

This is a mod that removes The shop and in game purchase features from essentials, only keeping the social features like world hosting and chat.

the mod is fully configurable through the config using cloth config

Dependencies: Cloth Config Essential Mod

 

 

 Essential Shop Remover


A client-side NeoForge mod that disables the shop, cosmetics, and emote features from the [Essential mod](https://essential.gg). All features are toggleable via config.

## Features

- **Blocks all purchase flows** -- Cosmetic, emote, bundle, and gift purchases are intercepted and cancelled.
- **Blocks coin purchases** -- Coin bundle purchases and welcome coin claims are prevented.
- **Blocks checkout packets** -- Monetization-related network packets are dropped before they leave the client.
- **Disables cosmetic rendering** -- Shop cosmetics are not rendered on player models.
- **Blocks emote equipping** -- The emote wheel and emote playback are disabled.
- **Removes sale/promo notices** -- Sale banners, cosmetic "new" dots, and promotional toasts are suppressed.
- **Blocks wardrobe nag modals** -- The "unowned items equipped" warning is removed.
- **Coins purchase modal** -- The coin purchase dialog is blocked from opening.
- **Removes menu buttons** -- Essential's buttons are removed from the main menu and pause menu.

## Configuration

All features are controlled via `config/essentialshopremover.json`. Set any option to `false` to re-enable that feature.

```json
{
  "blockCosmetics": true,
  "blockEmotes": true,
  "blockPurchases": true,
  "blockCoins": true,
  "blockCheckoutPackets": true,
  "blockNotices": true,
  "blockWardrobeNag": true,
  "removeMainMenuButtons": true,
  "removePauseMenuButtons": true
}
```

| Option | Default | Description |

|--------|---------|-------------|
| `blockCosmetics` | `true` | Disables cosmetic rendering on player models |
| `blockEmotes` | `true` | Blocks the emote wheel and emote playback |
| `blockPurchases` | `true` | Blocks all cosmetic/emote/bundle purchase flows |
| `blockCoins` | `true` | Blocks coin purchases and welcome coin claims |
| `blockCheckoutPackets` | `true` | Drops monetization network packets |
| `blockNotices` | `true` | Removes sale banners, promo toasts, cosmetic dots |
| `blockWardrobeNag` | `true` | Removes the "unowned items" wardrobe warning |
| `removeMainMenuButtons` | `true` | Removes Essential buttons from the title screen |
| `removePauseMenuButtons` | `true` | Removes Essential buttons from the pause menu |

## How It Works

This mod uses [SpongePowered Mixin](https://github.com/SpongePowered/Mixin) to intercept Essential's methods at runtime. It does **not** modify Essential's JAR file or redistribute any Essential code. All changes are local and client-side only.

## Keybinds

Essential's keybinds (Wardrobe, Emote Wheel, Toggle Cosmetics, etc.) still appear in the Controls menu but have no effect when the corresponding feature is blocked. You can safely unbind them in Minecraft's Controls settings if desired.

## Dependencies

- Minecraft 1.21.1
- NeoForge 21.1.x
- [Essential mod](https://essential.gg) (required at runtime)

## Legal Disclaimer

### Essential Mod

Essential is a closed-source mod by Spark Universe / ModCore Inc. This mod does **not**:
- Include, bundle, or redistribute Essential's code, assets, or JAR
- Modify Essential's JAR file
- Access or alter Essential's servers or account data
- Forge purchases or bypass account entitlements

Replace this with a description

This is a mod that removes The shop and in game purchase features from essentials, only keeping the social features like world hosting and chat.

the mod is fully configurable through the config using cloth config

Dependencies: Cloth Config Essential Mod

Essential Shop Remover

A client-side NeoForge mod that disables the shop, cosmetics, and emote features from the Essential mod. All features are toggleable via config.

Features

  • Blocks all purchase flows -- Cosmetic, emote, bundle, and gift purchases are intercepted and cancelled.
  • Blocks coin purchases -- Coin bundle purchases and welcome coin claims are prevented.
  • Blocks checkout packets -- Monetization-related network packets are dropped before they leave the client.
  • Disables cosmetic rendering -- Shop cosmetics are not rendered on player models.
  • Blocks emote equipping -- The emote wheel and emote playback are disabled.
  • Removes sale/promo notices -- Sale banners, cosmetic "new" dots, and promotional toasts are suppressed.
  • Blocks wardrobe nag modals -- The "unowned items equipped" warning is removed.
  • Coins purchase modal -- The coin purchase dialog is blocked from opening.
  • Removes menu buttons -- Essential's buttons are removed from the main menu and pause menu.

Configuration

All features are controlled via config/essentialshopremover.json. Set any option to false to re-enable that feature.

{
  "blockCosmetics": true,
  "blockEmotes": true,
  "blockPurchases": true,
  "blockCoins": true,
  "blockCheckoutPackets": true,
  "blockNotices": true,
  "blockWardrobeNag": true,
  "removeMainMenuButtons": true,
  "removePauseMenuButtons": true
}
Option Default Description
blockCosmetics true Disables cosmetic rendering on player models
blockEmotes true Blocks the emote wheel and emote playback
blockPurchases true Blocks all cosmetic/emote/bundle purchase flows
blockCoins true Blocks coin purchases and welcome coin claims
blockCheckoutPackets true Drops monetization network packets
blockNotices true Removes sale banners, promo toasts, cosmetic dots
blockWardrobeNag true Removes the "unowned items" wardrobe warning
removeMainMenuButtons true Removes Essential buttons from the title screen
removePauseMenuButtons true Removes Essential buttons from the pause menu

How It Works

This mod uses SpongePowered Mixin to intercept Essential's methods at runtime. It does not modify Essential's JAR file or redistribute any Essential code. All changes are local and client-side only.

Keybinds

Essential's keybinds (Wardrobe, Emote Wheel, Toggle Cosmetics, etc.) still appear in the Controls menu but have no effect when the corresponding feature is blocked. You can safely unbind them in Minecraft's Controls settings if desired.

Dependencies

  • Minecraft 1.21.1
  • NeoForge 21.1.x
  • Essential mod (required at runtime)

Legal Disclaimer

Essential Mod

Essential is a closed-source mod by Spark Universe / ModCore Inc. This mod does not:

  • Include, bundle, or redistribute Essential's code, assets, or JAR
  • Modify Essential's JAR file
  • Access or alter Essential's servers or account data
  • Forge purchases or bypass account entitlements

This mod interacts with Essential solely through Mixin, a standard Minecraft modding mechanism that intercepts method calls at runtime. All modifications are local and client-side. This approach is consistent with standard Minecraft modding practices and fair use principles. No Essential intellectual property is reproduced or distributed.

Screenshots

Gallery

This project has no gallery images yet.

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

~44,000
Total Downloads
CurseForge
~43,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync