MSG

MSG 1.5.2

Native Minecraft Version:
Legacy (< 1.13)
Tested Minecraft Versions:
1.81.91.101.111.121.131.141.151.16
Source Code:
MSG
MSG is a plugin that allows you to message other players, reply to other players and for admins to say players' messages. This plugin also works with SuperVanish, PremiumVanish, VanishNoPacket and a few other vanish plugin to stop players from messaging players in vanish. The plugin also has support to save player data locally or to MySQL database.

Commands:
/message (aliases: msg, pm, m, tell, t, whisper, w) - Message other players.
/reply (aliases: r) - Reply to players' "/message"s.
/donotdisturb (aliases: dnd) - Stop all player's from messaging you.
/ignore - Stop certain players from messaging you.
/socialspy (aliases: ss) - See players' messages.

Permissions:
msg.message - Access to /message.
msg.reply - Access to /reply.
msg.donotdisturb - Access to /donotdisturb.
msg.ignore - Access to /ignore.
msg.socialspy - Access to /socialspy.

Config File:
Code (Text):

mysql:
use-mysql: false
host: "localhost"
port: 1111
database: "database"
username: "username"
password: "password"
messages:

nopermission:
- "&4You don't have permissions to do that!"
playersOnly:
- "&4Only players can run that command!"
cannotMessage:
- "&cYou can't message that player!"
sent:
- "&7[&aTO&7] [&a%receiver%&7] >> &f%message%"
received:
- "&7[&aFROM&7] [&a%sender%&7] >> &f%message%"
socialspyMessage:
- "&7[&aFROM&7] [&a%sender%&7] [&aTO&7] [&a%receiver%&7] >> &f%message%"

message:
usage:
- "&cUsage: /message {player} {message}"
offline:
- "&cThat player is offline!"

reply:
usage:
- "&cUsage: /reply {message}"
noreplies:
- "&cYou have no one to reply to!"
offline:
- "&cThat player is offline!"

ignore:
usage:
- "&cUsage: /ignore add {player}"
- "&cUsage: /ignore remove {player}"
doesntExist:
- "&cThat player doesn't exist!"
notIgnored:
- "&cYou are not ignoring that player!"
alreadyIgnored:
- "&cYou are already ignoring that player!"
added:
- "&aYou added %player% to your ignored players."
removed:
- "&aYou removed %player% from your ignored players."

donotdisturb:
enabled:
- "&aYou enabled do not disturb."
disabled:
- "&cYou disabled do not disturb."

socialspy:
enabled:
- "&aYou enabled social spy."
disabled:
- "&cYou disabled social spy."

NOTE:
When updating to version 1.5 or greater from version 1.14, your custom messages will become the default and you will have to re-enter them into the config.yml file. It's recommended that you save a copy of the old config.yml file as it will look look very weird otherwise.
Author
Mined
Downloads
7
Views
29
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

Top