File Details
EssentialsPlus-1.18.2.jar
- R
- May 3, 2026
- 1.18 MB
- 425
- Early Access
File Name
EssentialsPlus-1.18.2.jar
Supported Versions
- Early Access
📝 Changelog
Version 1.18.2
🐛 Bug Fixes:
🔴 Improved: Better error handling when world shuts down during command warmup
Commands with warmup (e.g., /warp, /home, /spawn) now gracefully handle situations where the target world
becomes unavailable during warmup. The mod now clearly informs the
player that the command could not be executed because the world is no longer available.
🔴 Fixed: Private messages (/msg) failed when players had nicknames
Players with nicknames could not send private messages. The command system now correctly identifies players
by their UUID instead of display name, fixing message delivery for players with custom nicknames.
🔴 Fixed: Console command /spawn <player> failed when player was in a different world than the spawn
When a player was in a different world than the spawn point, executing /spawn <player> from the console
caused an error and the teleportation did not work. The command now correctly handles cross-world teleportation
from the console.