MSG icon

MSG -----

A lightweight messaging plugin that works with vanish plugins and allows saving locally or to MySQL.



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.
Resource Information
Author:
----------
Total Downloads: 1,533
First Release: Jul 5, 2020
Last Update: Apr 8, 2021
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings