Home›Java›Mods›Essential Essentialized
Essential Essentialized

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

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

Legal Disclaimer

Essential Mod

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

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more