We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe5ac0 commit e4f819eCopy full SHA for e4f819e
src/main/java/pro/cloudnode/smp/cloudnodemsg/PluginConfig.java
@@ -120,7 +120,7 @@ public PluginConfig(final @NotNull FileConfiguration config) {
120
}
121
122
/**
123
- * The player you disabled private messages
+ * Player's private messages have been toggled off
124
* <p>Placeholders:</p>
125
* <ul><li>{@code <player>} - the player's username</li></ul>
126
*
@@ -137,7 +137,7 @@ public PluginConfig(final @NotNull FileConfiguration config) {
137
138
139
140
- * The player you enabled private messages
+ * Player's private messages have been toggled on
141
142
143
0 commit comments