Description
EasyMessage

EasyMessage is a lightweight private messaging plugin for Hytale servers.
It adds simple, familiar commands that let players send direct messages to each other without any extra setup or clutter. No databases, no config files, no nonsense — just clean and reliable private chat.
Perfect for survival, adventure, creative, or small community servers that want basic player-to-player messaging.
Installation
-
Drop the plugin
.jarinto your server’s mods folder -
Restart the server
-
Give players the
easymsg.usepermission -
Done!
Example permissions.json
{
"users": {
"00000000-0000-0000-0000-000000000000": {
"groups": [
"Default"
]
}
},
"groups": {
"Default": [
"easymsg.use"
],
"OP": [
"*"
]
}
}Usage
Send a private message to another player:
/msg <player> <message>Alias:
/tell <player> <message>Examples
/msg Steve hey, meet at spawn
/tell Alex got extra iron?Messages are shown clearly to both players:
- To the target
- From the sender


