name: SendMessage version: 2.0 description: Sends messages to your players with no trace of the sender! author: Datatags website: https://www.spigotmc.org/resources/sendmessage.20861/ main: me.datatags.sendmessage.SendMessage api-version: 1.13 commands: sendmsg: description: Sends a message to a player, by itself. usage: / permission: sendmessage.use sendbc: description: Broadcasts a colored message to the entire server, by itself. usage: / aliases: sendbcast permission: sendmessage.broadcast sendchat: description: Broadcasts a message in the chat format specified in the config. usage: / [-p player] permission: sendmessage.chat smreload: description: Reloads SendMessage's configuration file. usage: / permission: sendmessage.reload colors: description: Sends you a message to remind you of all the chat colors and formats. usage: / permission: sendmessage.colors detectchatformat: description: Attempts to detect the chat format and stores the result in the config. usage: / [setplayer] aliases: dcf permission: sendmessage.detectchatformat sendtitle: description: Sends a title to a player. Use -1 for default fadeIn/duration/fadeOut usage: / [subtitle] <fadeIn> <duration> <fadeOut> permission: sendmessage.title permissions: sendmessage.use: description: Grants use of the /sendmsg command to send messages to one player at a time. default: op sendmessage.broadcast: description: Grants use of /sendbc which sends a message to all players online. default: op sendmessage.chat: description: Grants use of the /sendchat command, allowing the user to send a fake chat message to everyone online. default: op sendmessage.reload: description: Allows the beholder to reload the configuration file with /smreload default: op sendmessage.colors: description: Lets the user see the different color and formatting codes with /colors default: op sendmessage.detectchatformat: description: Allows the player to use /dcf to automatically detect the chat format. default: op sendmessage.title: description: Allows the player to use /sendtitle default: op