promotional bannermobile promotional banner
premium banner
Allows your players to send messages using msg or tell

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

  1. Drop the plugin .jar into your server’s mods folder

  2. Restart the server

  3. Give players the easymsg.use permission

  4. 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