SimplyChat is a no thrills - no frills - global and private chat formatter with PlaceholderAPI support.
Commands
/msg - Private message a player.
/reply - Reply directly to a private message.
Aliases
/msg - whisper, w, tell, pm
/reply - r
Config
Code (YAML):
# Config for SimplyChat # The plugin does have support for writing color codes with '&' instead of '§' command:
message: # Available placeholders: [receiver) receiverNotFoundMessage: "[receiver] could not be found." # Available placeholders: Everything from PlaceholderAPI and [sender, receiver, message] senderMessageFormat: "You -> [receiver] >> [message]" # Available placeholders: Everything from PlaceholderAPI and [sender, receiver, message] receiverMessageFormat: "[sender] -> You >> [message]" # The reply command is simply a shortcut for the message command. thus, it uses the same formats. reply: # No placeholders available noReceiverMessage: "You don't have a person to reply to." # Available placeholders: [label (to indicate the alias that was used)] receiverNotOnlineMessage: "[receiver] is not online anymore." chat: # The chat format fully supports PlaceholderAPI format: "%s >> %s"