Essentials Plus | The Essential Server Toolbox

THE comprehensive Hytale Essentials mod every server needs! [ HOME, WARP, KIT, SPAWN, ECONOMY, TPA, RTP, BACK, VANISH, FREEZE, MUTE, TEMPBAN, FLY, GOD, HEAL, REPAIR, BROADCAST, CLEARCHAT, WHOIS, LIST, NEAR, DISCORD, CHAT COLORS, MONEY SYSTEM & much more! ]

File Details

EssentialsPlus-1.17.0.jar

  • R
  • Apr 5, 2026
  • 1.10 MB
  • 140
  • Early Access

File Name

EssentialsPlus-1.17.0.jar

Supported Versions

  • Early Access

📝 Changelog

Version 1.17.0

📌 Update Requirement Before updating to 1.17.0, ensure you are running at least version 1.14.0–1.16.5. If you're on an older version, first update to a bridge version (1.14.0–1.16.5) and restart your server to run historical migrations, then update to 1.17.0.

See Updating & Upgrade Path for detailed instructions.

✨ Improvements:

  • 🏠 Home GUI Rework - The /home interface has been redesigned for faster, clearer navigation. What changed:
    • Added order controls directly to each home entry, so players can sort homes in their preferred sequence.
    • Added safe delete confirmation to reduce accidental home deletions.

Home list GUI showing saved home locations with teleport buttons

  • 🌍 Warp GUI Rework - The /warps interface now follows the same modernized interaction model as Home GUI. What changed:

    • Added order controls per warp entry.
    • Added safe delete confirmation for warp deletion.
    • Renamed translation key from essentialsplus.warp.gui.location to essentialsplus.warp.gui.description. Permissions & Config:
    • Warp delete button is only visible with essentialsplus.delwarp.
    • Order buttons are shown only with essentialsplus.warps.gui.order.
    • Added warps.hideWarpsWithoutPermission (default: true) to hide inaccessible warps or show them as disabled.
  • 🎁 Kit GUI Rework - /kit and /kitlist now include management-quality controls similar to Home/Warp GUIs. What changed:

    • Added safe delete confirmation for kit deletion.
    • Added one-time kits via /kitcreate <name> onetime.
    • Added optional per-kit command hooks: runAsServer and runAsPlayer after successful claim. Permissions & Config:
    • Kit delete button is only visible with essentialsplus.kitdelete.
    • Added kits.hideKitsWithoutPermission (default: true) to hide inaccessible kits or show them as disabled.
  • 🛒 Admin Shop Player UI - /adminshop now opens a dedicated interactive player shop page. Features:

    • Item entries with icon, localized item name, and buy/sell prices.
    • Quick amount actions (1x, 16x, 32x, 64x).

AdminShop GUI showing the AdminShop

  • 🌐 Multi-server identity migration for homes, warps, and spawns
    • What changed: EssentialsPlus now stores and uses a persistent serverUuid in config.json (serverNetwotkSettings.serverUuid) for homes, warps, and spawns instead of relying on server names.
    • ⚠️ Important edge case (shared data folders across multiple servers):
      • If multiple servers share a single EssentialsPlus data directory (for example via symlinks), a one-time manual adjustment is required.
      • The first server that starts performs the migration and maps entries to its own serverUuid.
      • In this setup, review and correct homes.json, warps.json, and spawns.json once so each entry belongs to the correct server.
      • After this one-time cleanup, the setup is future-safe for upcoming updates.

🛠️ Technical/UI Quality Updates:

  • Home ordering is now handled consistently with the updated Order naming in Home GUI and related data paths.
  • Fixed an issue in /home, /kit, and /warps where the scrollbar handle could not be dragged with the mouse in long lists (mouse-wheel scrolling was still possible).