Skip to content

Chat Systems

Nyxon edited this page Mar 24, 2026 · 1 revision

Chat Systems

PotatoEssentials provides a powerful chat engine supporting MiniMessage and custom channels.

Custom Channels

You can define unlimited chat channels in the config. Each channel can have its own permission, prefix, and command.

Note: The key global is reserved for the main server chat and cannot be used for custom channels.

Example Configuration

chats:
  customChats:
    staff:
      name: "Staff Chat"
      permission: "potatoessentials.staffchat"
      command: "sc"
      cooldown: 0

Messaging Commands

  • /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.

Clone this wiki locally