mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 00:56:42 +00:00
add the ability to overide the chat
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user