mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 00:56:42 +00:00
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:
@ -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");
|
||||
|
Reference in New Issue
Block a user