MACIEJNIERZWICKI.PL

MINECRAFT PLUGINS


PrivateMessages

Advanced messaging plugin

Commands and permissions

  • /message [player] [message] – send message to player
    Aliases: /msg, /m, /tell, /whisper, /w, /t, /pm
    Permissions:
    • pm.message – access to /message command
    • pm.message.ignored – send message to player who ignores command sender
    • pm.message.disabled – send message to player who has disabled messaging
  • /messageconsole [message] – send message to console on current Bukkit server
    Aliases: /mconsole, /msgconsole, /pmconsole, /pmserver
    Permissions:
    • pm.messageconsole – access to /messageconsole command
  • /messageproxyconsole [message] – send message to proxy (Bungeecord/Velocity) server console
    Aliases: /mproxyconsole, /msgproxyconsole, /pmproxyconsole, /pmproxy
    Permissions:
    • pm.messageproxyconsole – access to /messageproxyconsole command
  • /reply [message] – send messsage to player you messaged last or to player who last messaged you (depending on ReplyCommandMode set in config.yml file)
    Aliases: /r
    Permissions:
    • pm.reply – access to /reply command
    • uses the same permissions as /message command to bypass ignoring/messaging-disabled players
  • /pmignore [player] – ignore/unignore selected player
    /pmignored – show list of currently ignored players
    Permissions:
    • pm.ignore – access to /pmignore and /pmignored command
  • /pmhistory – view history of your private messages with all players
    /pmhistory [player] – view history of your messages with selected player
    /pmhistory [player 1] [player 2] – view history of messages between two selected players
    /pmhistory [player] * – view history of selected player messages with all players
    /pmhistory * * – view history of all private messages sent on server
    /pmhistory -query/-q [query] – view history of private messages matching given query
    Permissions:
    • pm.history – basic access to /pmhistory command (excluding view of other players messages)
    • pm.admin – access to view of other players history and to global history

  • /pmsound – select incoming message notification sound
    Permissions:
    • pm.sound – access to /pmsound command
    • pm.sound.toggle – access to turn on/off sound notifications

  • /pmtoggle – enable/disable receiving and sending messages for yourself
    Permissions:
    • pm.toggle – access to /pmtoggle command

  • /pmread [message number] – show an unread message received when you were offline
    Permissions:
    • pm.read – access to /pmread command

  • /pmclear – mark all your offline messages as read
    Permissions:
    • pm.clear – access to /pmclear command

  • /pmtips – turn on/off receiving plugin tips
    Permissions:
    • pm.tips – access to /pmtips command

  • /pmspy – turn on/off spy mode – shows all sent messages on your chat
    Permissions:
    • pm.spy – access to /pmspy command

  • /pmmigrate [old playername] [new playername] – migrate player data to a new playername
    /pmmigrate [old playername] [new playername] –force – migrate player data to a new playername, overwriting existing data for given new playername
    Permissions:
    • pm.migrate – access to /pmmigrate command
    • pm.migrate.force – access to –force argument

  • /pmdelete [query] – delete private messages matching given query
    Permissions:
    • pm.delete – access to /pmdelete command

  • /pmconfirm [action] – perform action requiring confirmation
    /pmconfirm delete – confirm deletion of messages selected by /pmdelete command
    Permissions:
    • pm.confirm – access to /pmconfirm command

  • /pmreload – reload plugin configuration
    Permissions:
    • pm.admin – access to /pmreload command
  • /pmhelp [page number] – show list of avaialble commands
    Permissions:
    • pm.help – access to /pmhelp command
  • /pmadmin – edit various settings (for now only modifying players is possible)
    Command variants (players edit):
    • /pmadmin player [playername] clear – clear all unread messages of selected player
    • /pmadmin player [playername] ignore add/remove [target playername] – add/remove target player to/from ignored lsit of selected player
    • /pmadmin player [playername] spy on/off – turn on/off spy mode for selected player
    • /pmadmin player [playername] tips on/off – turn on/off receiving plugin tips for selected player
    • /pmadmin player [playername] toggle on/off – turn on/off sending/receiving messages for selected player
    • /pmadmin player [playername] sound on/off/[sound number] – turn on/off receiving incoming messages sound for selected player or set it to the one with provided sound ID
    • Applying -s or -silent at the end of command prvents player from receiving any notification about setting change.

    Permissions:
    • pm.admin – access to /pmadmin command
    • pm.admin.player – access to /pmadmin player command
    • pm.admin.player.clear – access to /pmadmin player clear […] command
    • pm.admin.player.ignore – access to /pmadmin player ignore […] command
    • pm.admin.player.spy – access to /pmadmin player spy […] command
    • pm.admin.player.tips – access to /pmadmin player tips […] command
    • pm.admin.player.toggle – access to /pmadmin player toggle […] command
    • pm.admin.player.sound – access to /pmadmin player sound […] command

Other permissions

  • pm.actions – allows access to message actions in messages history view
  • pm.actions.delete – allows access to 'delete message’ action
  • pm.vanishbypass – allows all interaction with vanished players
  • pm.admin – allows access to /pmreload command and extended access to /pmhistory command

MACIEJNIERZWICKI.PL

To top