EssentialsC

A Minecraft Plugin that adds everything you need to your Server

File Details

EssentialsC-4.0.7.jar

  • R
  • Feb 14, 2026
  • 1.80 MB
  • 5
  • 1.21.11+30

File Name

EssentialsC-4.0.7.jar

Supported Versions

  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
  • 1.20.3-Snapshot
  • 1.20.5-Snapshot
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17

Changelog


Added EssentialsX → EssentialsC migration system

Added /migration status command to detect existing EssentialsX data and verify manager availability

Added /migration essentialsx --dry-run preview mode to simulate migration without writing data

Added validation phase that checks worlds, counts files, detects missing data, and ensures required managers are loaded

Added configurable migration flags:

  • --no-economy, --no-homes, --no-warps, --no-nicks, --no-mutes, --no-bans
  • --only-warps, --only-bans, --only-mutes
  • --overwrite, --rename-conflicts, --abort-on-conflict

Added full warp migration support:

  • Transfers location (world, x, y, z, yaw, pitch)
  • Preserves permission, cost, and hidden status
  • Migrates description and category metadata

Added user data migration from userdata/*.yml:

  • Economy balances with automatic UUID-based account creation
  • Homes for all players (including offline players)
  • Nickname conversion from legacy color codes to MiniMessage format
  • Active mute data including reason, source, and expiration
  • Back/last location when available

Added ban migration from banned-players.json:

  • Transfers UUID, name, reason, source, and expiration
  • Automatically skips expired or revoked bans

Added offline player migration support:

  • Homes inserted directly into the database (no Player object required)
  • Economy handled via UUID lookups
  • Nicknames stored and applied on next join

Added structured multi-phase migration workflow:

  1. Validation — checks worlds, detects issues, verifies managers
  2. Warps — transfers warp data and metadata
  3. Users — migrates economy, homes, nicknames, and mutes
  4. Bans — imports and filters ban records

Added advanced conflict handling options to prevent accidental overwrites

Added progress tracking with percentage and ETA during migration

Added detailed post-migration report:

  • Migrated / skipped / failed counts
  • Warning list for partial failures
  • Clear visibility into what changed

Improved large dataset handling using direct database insertion for faster and safer migrations