Skip to content

Commit ef53384

Browse files
authored
GH-985 Set minPlayer to 1 in auto message section
1 parent dacf13d commit ef53384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/configuration/implementation/PluginConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public static class AutoMessage implements AutoMessageSettings {
386386
public DrawMode drawMode = DrawMode.RANDOM;
387387

388388
@Description("# Minimum number of players on the server to send an auto message.")
389-
public int minPlayers = 3;
389+
public int minPlayers = 1;
390390

391391
@Override
392392
public boolean enabled() {

0 commit comments

Comments
 (0)