
EssentialsC
EssentialsX alternative Language Support ( GUI + Messages ) No dependencies Vault Economy + Fallback Economy Kits, Auction House, Shop, Homes, ... Admin tools Massive config Minimessages support 5+ SqLite Databases
EssentialsC 4.1.2
release26 марта 2026 г.Changelog
Added a home GUI:
- Manage offline and online players
- Modify other players' homes
- Rename, remove, delete, or set any player's homes
- Switch between
commandandguimode in theconfig.yml
Fixed the vanish system and added 2 new permissions:
- essentialsc.vanish.onjoin – Automatically toggles vanish when the player joins the server
- essentialsc.vanish.see – Allows the player to see other vanished players
Added a /tphere command
Added an /itemid command
Added custom bStats economy charts
EssentialsC 4.1.1
release22 марта 2026 г.Changelog
Bump plugin.yml version to 4.1.1
EssentialsC 4.1.1
release22 марта 2026 г.Changelog
Bedrock users can no longer use Nicknames
Added a configurable nick indicator:
indicator: "~"
Added custom world support for /rtp
Added support for TAB ➚
Added nick placeholders:
%essc_nick_name%
%essc_nick_plain%
e%essc_nick_formatted%
%essc_nick_has_nick%
Fixed the shop GUI bugging and overriding other GUIs
EssentialsCEconomy now uses public void onLoad() instead of public void onEnable()
Added a configurable chat format:
chat-format: '<DISPLAYNAME> &7» &f<MESSAGE>
Improved the EssentialsX migration tool
Fixed the DiscordSRV hook not sending messages

Fixed the messages getting send twice in the console
Enjoy :) Join ;D
EssentialsC 4.1.0
release14 марта 2026 г.Changelog
Have suggestions, ideas, or want to request a new language? Join the Discord: https://discord.gg/SMGGrHbbEW
It is recommended to regenerate your config.yml to get all the latest changes. If you'd rather not, visit the GitHub to view the new config and manually copy over only the new options: Click
Added
- Legacy Color Support - Added legacy color code support for the scoreboard
- RTP System - Brand new
/rtp(Random Teleport) command with full configuration - LuckPerms TAB Integration - Added support for LuckPerms prefixes in the TAB list
- Luxembourgish Language - Added
LU_lb.jsonas a supported language file - New DiscordSRV Events - Extended DiscordSRV integration with new message hooks
- Mute events
- SetHome events
- DelHome events
- Kit claim events
- Auction House Rework - Completely overhauled the auction house system
- Sell history
- Buy history
- Sound effects
- Refresh button
- General improvements & polish
- (also added the missing language keys)
Changed
- Config Migration - Moved
chat.luckperms-enabled→luckperms.chat-formatting - Message Files - Updated all message files with new colors and improved prefixes
- Scoreboard Layout - Updated the default scoreboard layout
- Shop - Added config option to completely disable the shop
Fixed
- Fixed
/nick resetcommand not working correctly - Fixed custom nicknames not showing in the TAB list
- Fixed shop items retaining lore lines and display names from the shop config after purchase
- Fixed shop
config.ymlentries for currency name (singular & plural) and main menu title
New & Updated Configuration Options (config.yml)
luckperms:
chat-formatting: true # Moved from 'chat.luckperms-enabled'
tab-formatting: true # New option
shop:
enabled: true # Set to false to fully disable the shop
rtp:
# Completely disable the /rtp command (will unregister from command map)
register-command: true
enabled: true
# Teleport settings
cooldown: 60 # seconds
warmup: 5 # seconds, 0 to disable
cancel-on-movement: true
particles: true
max-attempts: 10
min-y: 64
max-y: 128
use-world-border: true
# Global defaults (used if per-world settings are not specified)
global:
min-radius: 1000
max-radius: 10000
blocked-biomes:
- ocean
- deep_ocean
- river
# Per-world settings
worlds:
world:
enabled: true
min-radius: 1000
max-radius: 10000
blocked-biomes: []
world_nether:
enabled: true
min-radius: 500
max-radius: 5000
blocked-biomes: []
world_the_end:
enabled: true
min-radius: 1000
max-radius: 8000
blocked-biomes: []
discordsrv:
enabled: true
# Channel configuration
# The 'name' field references a channel name defined in DiscordSRV's config.yml
channels:
punishments:
name: "punishments" # Must match a key in DiscordSRV's Channels section
# Event-specific settings
events:
ban:
enabled: true
color: "#E74C3C"
kick:
enabled: true
color: "#F39C12"
mute:
enabled: true
color: "#9B59B6"
kit:
enabled: true
color: "#3498DB"
home:
enabled: true
color: "#2ECC71"
home_delete:
enabled: true
color: "#E74C3C"
# Avatar settings
show-avatar: true
avatar-url: "https://crafthead.net/helm/{uuid}"
EssentialsC 4.0.9
release6 марта 2026 г.Changelog
Added
- DiscordSRV Integration - Full support for DiscordSRV
- Automatic hook registration with DiscordSRV API
New Configuration Options (config.yml)
discordsrv:
enabled: true
channels:
punishments:
name: "punishments" # References DiscordSRV Channels section
events:
ban:
enabled: true
color: "#E74C3C"
kick:
enabled: true
color: "#F39C12"
show-avatar: true
avatar-url: "https://crafthead.net/helm/{uuid}"
Example



