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:
/messagespyor/msgspy
togglemessages
Toggles the ability to receive private messages.
- Permissions:
fancycore.commands.togglemessages - Syntax:
/togglemessagesor/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:
/leavechatroomor/lcr
listchatrooms
Lists all available chat rooms on the server.
- Permissions:
fancycore.commands.listchatrooms - Syntax:
/listchatroomsor/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:
/clearchator/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