actually indent array types in toml

add a default config file instead of generation for commenting purposes
add a random gradient placeholder and a converter for legacy colorcodes
This commit is contained in:
Taah
2022-05-05 00:49:03 -07:00
parent 4e9984f251
commit f52c8462ae
38 changed files with 245 additions and 211 deletions

View File

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