You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
# CloudnodeMSG
2
+
2
3
A Minecraft Java plugin for private messages.
3
4
4
5
Supports message channels (so you don't have to use a command for every DM) and integrates with vanish plugins.
5
6
6
7
[See the default config](https://github.com/cloudnode-pro/CloudnodeMSG/blob/main/src/main/resources/config.yml)
7
8
8
9
## Commands
10
+
9
11
The following are all commands from this plugin.
10
12
11
13
***
12
14
13
15
### `/msg <player> <message>`
16
+
14
17
Send a private message to another player.
15
18
16
19
<dl>
@@ -21,6 +24,7 @@ Send a private message to another player.
21
24
***
22
25
23
26
### `/msg <player>`
27
+
24
28
Create a private message channel to a player;
25
29
i.e. all of your chat messages will be sent as private messages to this player.
26
30
Run the command again to disable the message channel.
@@ -33,6 +37,7 @@ Run the command again to disable the message channel.
33
37
***
34
38
35
39
### `/reply <message>`
40
+
36
41
Send a private message to the last player that messaged you.
37
42
38
43
<dl>
@@ -43,6 +48,7 @@ Send a private message to the last player that messaged you.
43
48
***
44
49
45
50
### `/teammsg <message>`
51
+
46
52
Send a private message to your [scoreboard team](https://minecraft.fandom.com/wiki/Scoreboard#Teams).
47
53
48
54
<dl>
@@ -53,6 +59,7 @@ Send a private message to your [scoreboard team](https://minecraft.fandom.com/wi
53
59
***
54
60
55
61
### `/teammsg`
62
+
56
63
Create a private message channel to your [scoreboard team](https://minecraft.fandom.com/wiki/Scoreboard#Teams);
57
64
i.e. all of your chat messages will be sent as private team messages.
58
65
Run the command again to disable the message channel.
@@ -65,6 +72,7 @@ Run the command again to disable the message channel.
65
72
***
66
73
67
74
### `/ignore <player>`
75
+
68
76
Ignore a player—you will stop seeing all of their messages (including public chat messages).
69
77
70
78
<dl>
@@ -75,6 +83,7 @@ Ignore a player—you will stop seeing all of their messages (including public c
75
83
***
76
84
77
85
### `/unignore <player>`
86
+
78
87
You will stop ignoring the player and will be able to see their messages again.
79
88
80
89
<dl>
@@ -85,6 +94,7 @@ You will stop ignoring the player and will be able to see their messages again.
85
94
***
86
95
87
96
### `/togglemsg`
97
+
88
98
Enable or disable receiving private messages.
89
99
When your private messages are disabled, nobody can message you, but you can still send messages.
90
100
@@ -96,6 +106,7 @@ When your private messages are disabled, nobody can message you, but you can sti
96
106
***
97
107
98
108
### `/togglemsg <player>`
109
+
99
110
Enable or disable receiving private messages of another player.
100
111
101
112
<dl>
@@ -108,6 +119,7 @@ Enable or disable receiving private messages of another player.
108
119
***
109
120
110
121
### `/cloudnodemsg reload`
122
+
111
123
Reload the plugin configuration.
112
124
113
125
<dl>
@@ -116,6 +128,7 @@ Reload the plugin configuration.
116
128
</dl>
117
129
118
130
## Permissions
131
+
119
132
Here is a list of the permissions used by this plugin.
120
133
121
134
| Permission | Description | Recommended Group |
@@ -138,13 +151,16 @@ with new features or changes typically released every **Tuesday**.
138
151
When we merge critical bug fixes, we may publish out-of-band releases on any day of the week.
139
152
140
153
## Report Issues
154
+
141
155
Please ensure
142
156
that you are using the [latest version](https://modrinth.com/plugin/5Ce4fxJB/version/latest) of CloudnodeMSG.
143
157
The newest bug fixes are only available in the most recent version,
144
158
and support is provided exclusively for this version.
145
159
146
160
If you encounter any problems with the plugin,
147
-
please first check the [list of known issues](https://github.com/cloudnode-pro/CloudnodeMSG/issues?q=is%3Aopen+is%3Aissue+label%3Abug) on our GitHub repository.
161
+
please first check
162
+
the [list of known issues](https://github.com/cloudnode-pro/CloudnodeMSG/issues?q=is%3Aopen+is%3Aissue+label%3Abug) on
163
+
our GitHub repository.
148
164
If you don’t find a similar fault listed there,
149
165
we encourage you to [submit a new issue](https://github.com/cloudnode-pro/CloudnodeMSG/issues/new?labels=bug).
150
166
Resolving bugs is the highest priority for this project.
@@ -158,14 +174,15 @@ To suggest a new feature, please [create a new issue](https://github.com/cloudno
158
174
providing a detailed description of your idea.
159
175
160
176
## Contributing
161
-
CloudnodeMSG is licensed under the [GPL-3.0 licence](https://github.com/cloudnode-pro/CloudnodeMSG/blob/main/LICENSE).
177
+
178
+
CloudnodeMSG is licensed under the [GPL-3.0 licence](https://github.com/cloudnode-pro/CloudnodeMSG/blob/main/LICENSE).
162
179
The source code is available on [GitHub](https://github.com/cloudnode-pro/CloudnodeMSG).
163
180
164
181
New contributors are most welcome to the project. If you're interested in contributing, follow these steps:
165
182
166
-
1.[Fork the repository](https://github.com/cloudnode-pro/CloudnodeMSG/fork)
167
-
2.Create a new branch for your contributions.
168
-
3.Make your changes and ensure they align with the project’s goals.
169
-
4.Commit your changes with clear and descriptive messages.
170
-
5.Push your changes to your fork.
171
-
6.Submit a pull request.
183
+
1.[Fork the repository](https://github.com/cloudnode-pro/CloudnodeMSG/fork)
184
+
2. Create a new branch for your contributions.
185
+
3. Make your changes and ensure they align with the project’s goals.
186
+
4. Commit your changes with clear and descriptive messages.
returnsendMessage(sender, MiniMessage.miniMessage().deserialize("<green><name> by <author></green><newline><green>Version: <white><version></white></green>",
0 commit comments