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 dacf13d commit ef53384Copy full SHA for ef53384
eternalcore-core/src/main/java/com/eternalcode/core/configuration/implementation/PluginConfiguration.java
@@ -386,7 +386,7 @@ public static class AutoMessage implements AutoMessageSettings {
386
public DrawMode drawMode = DrawMode.RANDOM;
387
388
@Description("# Minimum number of players on the server to send an auto message.")
389
- public int minPlayers = 3;
+ public int minPlayers = 1;
390
391
@Override
392
public boolean enabled() {
0 commit comments