A Minecraft Java plugin for private messages.
Supports message channels (so you don't have to use a command for every DM) and integrates with vanish plugins.
The following are all commands from this plugin.
Send a private message to another player.
- Aliases:
/message
,/tell
,/t
,/whisper
,/dm
,/m
,/pm
- Permission:
cloudnodemsg.use
Create a private message channel to a player; i.e. all of your chat messages will be sent as private messages to this player. Run the command again to disable the message channel.
- Aliases:
/message
,/tell
,/t
,/whisper
,/dm
,/m
,/pm
- Permission:
cloudnodemsg.use
Send a private message to the last player that messaged you.
- Aliases:
/r
,/re
- Permission:
cloudnodemsg.use
Send a private message to your scoreboard team.
- Aliases:
/tm
,/tmsg
,/teamchat
- Permission:
cloudnodemsg.use.team
Create a private message channel to your scoreboard team; i.e. all of your chat messages will be sent as private team messages. Run the command again to disable the message channel.
- Aliases:
/tm
,/tmsg
,/teamchat
- Permission:
cloudnodemsg.use.team
Ignore a player—you will stop seeing all of their messages (including public chat messages).
- Aliases:
/block
- Permission:
cloudnodemsg.ignore
You will stop ignoring the player and will be able to see their messages again.
- Aliases:
/unblock
- Permission:
cloudnodemsg.ignore
Enable or disable receiving private messages. When your private messages are disabled, nobody can message you, but you can still send messages.
- Aliases:
/toggledms
,/togglepms
- Permission:
cloudnodemsg.toggle
Enable or disable receiving private messages of another player.
- Aliases:
/toggledms
,/togglepms
- Permission:
cloudnodemsg.toggle.other
Reload the plugin configuration.
- Permission:
cloudnodemsg.reload
Here is a list of the permissions used by this plugin.
Permission | Description | Recommended Group |
---|---|---|
cloudnodemsg.use |
Allows using the /msg and /r commands |
default |
cloudnodemsg.team |
Allows using the /teammsg command |
default |
cloudnodemsg.send.vanished |
Allows sending messages to vanished players | admin |
cloudnodemsg.ignore |
Allows using the /ignore and /unignore commands |
default |
cloudnodemsg.ignore.bypass |
Makes your private messages visible, even if the recipient ignored you | admin |
cloudnodemsg.toggle |
Allows you to use the /togglemsg command |
default |
cloudnodemsg.toggle.other |
Allows you to toggle msg for another player using /togglemsg <player> |
admin |
cloudnodemsg.toggle.bypass |
Allows you to send messages to players with disabled DMs | admin |
cloudnodemsg.spy |
Players with this permission see ALL private messages and team messages | admin |
CloudnodeMSG follows a weekly time-based release schedule, with new features or changes typically released every Tuesday.
When we merge critical bug fixes, we may publish out-of-band releases on any day of the week.
Please ensure that you are using the latest version of CloudnodeMSG. The newest bug fixes are only available in the most recent version, and support is provided exclusively for this version.
If you encounter any problems with the plugin, please first check the list of known issues on our GitHub repository. If you don’t find a similar fault listed there, we encourage you to submit a new issue. Resolving bugs is the highest priority for this project.
To help us resolve your issue as quickly as possible, please provide as much relevant information as possible, including error logs, screenshots, and detailed steps to reproduce the problem.
To suggest a new feature, please create a new issue, providing a detailed description of your idea.
CloudnodeMSG is licensed under the GPL-3.0 licence. The source code is available on GitHub.
New contributors are most welcome to the project. If you're interested in contributing, follow these steps:
- Fork the repository
- Create a new branch for your contributions.
- Make your changes and ensure they align with the project’s goals.
- Commit your changes with clear and descriptive messages.
- Push your changes to your fork.
- Submit a pull request.