-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Systems
Nyxon edited this page Mar 24, 2026
·
1 revision
PotatoEssentials provides a powerful chat engine supporting MiniMessage and custom channels.
You can define unlimited chat channels in the config. Each channel can have its own permission, prefix, and command.
Note: The key
globalis reserved for the main server chat and cannot be used for custom channels.
chats:
customChats:
staff:
name: "Staff Chat"
permission: "potatoessentials.staffchat"
command: "sc"
cooldown: 0-
/msg <player> <message>: Private message a player. -
/reply <message>: Reply to the last person who messaged you. -
/socialspy: Toggle seeing all private messages between players. -
/messagetoggle: Block incoming private messages.