add the ability to overide the chat

This commit is contained in:
Taah
2022-05-05 21:27:32 -07:00
parent 048518dc49
commit 38b18e5867
7 changed files with 68 additions and 18 deletions

View File

@ -15,7 +15,7 @@ public class ServerSettings
@Data
public static class Server {
private String name = "Server";
private String motd = "%randomgradient%%servername% - %mcversion%";
private List<String> motd = Lists.newArrayList("%randomgradient%%servername% - %mcversion%", "Another motd");
private boolean colorizeMotd = false;
private boolean debug = false;
private final List<String> sample = Lists.newArrayList("example", "example");