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
/homeinterface 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.

🌍 Warp GUI Rework - The
/warpsinterface 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.locationtoessentialsplus.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 -
/kitand/kitlistnow 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:
runAsServerandrunAsPlayerafter 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 -
/adminshopnow 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).

- 🌐 Multi-server identity migration for homes, warps, and spawns
- What changed: EssentialsPlus now stores and uses a persistent
serverUuidinconfig.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, andspawns.jsononce so each entry belongs to the correct server. - After this one-time cleanup, the setup is future-safe for upcoming updates.
- What changed: EssentialsPlus now stores and uses a persistent
🛠️ 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/warpswhere the scrollbar handle could not be dragged with the mouse in long lists (mouse-wheel scrolling was still possible).