Skip to content

πŸ› Known Issues & Limitations ​

This page documents known issues, limitations, and workarounds for EssentialsPlus.

Current Issues ​

World Persistence Issues ​

Issue: Warps, homes, and spawn points in temporary worlds (e.g., "Forgotten Temple") cannot be permanently saved.

Cause: These worlds are automatically deleted by the server when no players are present in them.

Workaround: Avoid setting permanent teleportation points in temporary/instance-based worlds. Only create warps, homes, and spawn points in persistent main worlds.

Status: This is a server-side limitation and cannot be fixed by the plugin.


Leave Messages Cannot Be Disabled ​

ℹ️ Current workaround solution: This mod removes the away message: https://www.curseforge.com/hytale/mods/nodefaultworldmessages

Issue: Player leave/quit messages cannot be fully disabled through the configuration.

Current Workaround: The default value in config.json for quitMessage is set to an empty string ("").

json
"joinandquit": {
"enabled": true,
"joinMessage": "<#55FF55><bold>+ </bold></#55FF55><#FFAA00><bold>{player} joined the server.</bold></#FFAA00>",
"quitMessage": ""
}

Impact: While the message is empty, the system still triggers but displays nothing.

Status: Looking for a proper disable mechanism in future updates.


Rainbow and Gradient Color Codes Line Break Issue ​

Issue: <rainbow> and <gradient> color codes do not automatically break lines when the text is too long.

Impact: Long colored text using rainbow or gradient effects will overflow or display incorrectly without proper line wrapping.

Workaround: Split long text into multiple shorter <rainbow> or <gradient> sections. By creating multiple shorter and properly closed color code segments, line breaks will occur correctly.

Example:

Instead of: <rainbow>This is a very long text that should wrap...</rainbow>
Use: <rainbow>This is a very long</rainbow> <rainbow>text that should wrap...</rainbow>

Status: Known limitation. Under consideration for future improvements.


Reporting New Issues ​

If you encounter a bug not listed here, please report it with the following information:

  • EssentialsPlus Version: (e.g., 1.15.13)
  • Hytale Server Version:
  • Description: Clear description of the issue
  • Steps to Reproduce: How to reproduce the bug
  • Expected Behavior: What should happen
  • Actual Behavior: What actually happens
  • Error Messages: Any error messages from console/logs
  • Additional Context: Screenshots, videos, or other relevant information

You can report issues through: