FancyInnovations
FancyCoreCommands

Chat

Chat functionality for FancyCore

Commands for the chat system

The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet.

Messages

message

Sends a private message to the specified player.

  • Permissions: fancycore.commands.message
  • Syntax: /message <player> <message> or /msg <player> <message>
    • <player> - Target player name
    • <message> - Message content

reply

Replies to the last private message received.

  • Permissions: fancycore.commands.reply
  • Syntax: /reply <message> or /r <message>
    • <message> - Reply content

messagespy

Toggles message spying to see private messages between other players.

  • Permissions: fancycore.commands.messagespy
  • Syntax: /messagespy or /msgspy

togglemessages

Toggles the ability to receive private messages.

  • Permissions: fancycore.commands.togglemessages
  • Syntax: /togglemessages or /togglemsg

Chat rooms

createchatroom

Creates a new chat room with the specified name.

  • Permissions: fancycore.commands.createchatroom
  • Syntax: /createchatroom <name> or /ccr <name>
    • <name> - Chat room name

joinchatroom

Joins the specified chat room.

  • Permissions: fancycore.commands.joinchatroom
  • Syntax: /joinchatroom <name> or /jcr <name>
    • <name> - Chat room name

leavechatroom

Leaves the current chat room.

  • Permissions: fancycore.commands.leavechatroom
  • Syntax: /leavechatroom or /lcr

listchatrooms

Lists all available chat rooms on the server.

  • Permissions: fancycore.commands.listchatrooms
  • Syntax: /listchatrooms or /lcrs

chatroominfo

Displays information about the specified chat room.

  • Permissions: fancycore.commands.chatroominfo
  • Syntax: /chatroominfo <name> or /crinfo <name>
    • <name> - Chat room name

Chat Management

clearchat

Clears the chat for all players on the server.

  • Permissions: fancycore.commands.clearchat
  • Syntax: /clearchat or /cc

slowchat

Sets a slow mode for chat, limiting how often players can send messages.

  • Permissions: fancycore.commands.slowchat
  • Syntax: /slowchat <seconds> or /slow <seconds>
    • <seconds> - Delay in seconds

mutechat

Mutes the chat for all players, preventing them from sending messages.

  • Permissions: fancycore.commands.mutechat
  • Syntax: /mutechat

unmutechat

Unmutes the chat, allowing players to send messages again.

  • Permissions: fancycore.commands.unmutechat
  • Syntax: /unmutechat

On this page