Description
💬 HyMSG – Private Messaging System
A lightweight and fully configurable private messaging plugin for Hytale servers, designed for clean, fast, and private player communication.
Features
- Private player-to-player messaging
- Quick reply system (
/r) - Multiple command aliases (
/msg,/m,/w,/tell) - Fully customizable message formats
- Color-coded and translatable system messages
- Placeholder-based formatting system
- Simple configuration with no coding required
Installation
- Download HyMSG
- Move the file to your
modsfolder located in your Hytale Server root directory - Start your server
- A default configuration file will be generated automatically
- Edit the configuration file to customize message formats and texts
Configuration
HyMSG is configured through a simple and clean config.yml file.
Message Formats
Customize how private messages appear for sender and receiver:
senderFormat: "[Me -> {receiver}] {message}"
receiverFormat: "[{sender} -> Me] {message}"
Commands
Available commands for private communication:
/msg <player> <message>/r <message>
Placeholder Support
HyMSG supports placeholders for dynamic message content:
{sender}– Message sender{receiver}– Message receiver{message}– Message content{player}– Player name in system messages
Example:
📤 To {receiver}: {message}
📥 From {sender}: {message}
Support
Need support? Open an issue on my GitHub so I can help you!


