File Details
hyessentialsx-1.3.6.jar
- R
- Mar 1, 2026
- 20.26 MB
- 267
- Early Access
File Name
hyessentialsx-1.3.6.jar
Supported Versions
- Early Access
Hologram PlaceholderAPI support was fixed and improved:
- PAPI string processing now runs directly in PlaceholderIntegration.java.
- Player placeholders like %player_uuid% are now correctly detected for per-player updates in PlaceholderUpdateManager.java.
/fly + furniture/chair behavior was hardened:
- /fly no longer hard-reverts on temporary apply failures; it queues retry in FlyCommand.java.
- Pending fly applies now store intended state (on/off) in FlyManager.java.
- Added mounted/dismount detection and re-apply after chair dismount in FlyNoFallListener.java.
Added Playtime plugin import support:
- New migration class PlaytimeMigration.java.
- Registered new mod type in MigrationManager.java. Supports:
- mods/Playtime/playtime.db (SQLite)
- MySQL fallback via mods/Playtime/config.json
- Imports SUM(playtime_sessions.duration) (ms) into HyEssentialsX playtimeSeconds (sec).
Command: /hyessentialsx migrate Playtime true (recommended) or false (replace mode).

