From 4e7fb6bf4e8982b7e08a6113f2625ebb5d15f742 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Wed, 23 Apr 2025 04:54:22 +0000 Subject: [PATCH] Update MOTD --- docker-compose.yml | 4 ++-- velocity/config/velocity.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b89d834..af5a2fd 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,7 +88,7 @@ services: EULA: true TYPE: PAPER SERVER_NAME: Illegal Crime Paper - MOTD: Credit + MOTD: Best Redstone Server VERSION: "1.21.3" INIT_MEMORY: 512m MAX_MEMORY: 6G @@ -173,7 +173,7 @@ services: EULA: true TYPE: FABRIC SERVER_NAME: Illegal Crime Fabric - MOTD: Credit + MOTD: Best Redstone Server VERSION: "1.21.3" INIT_MEMORY: 512m MAX_MEMORY: 4G diff --git a/velocity/config/velocity.toml b/velocity/config/velocity.toml index 1f8c335..aef1f02 100755 --- a/velocity/config/velocity.toml +++ b/velocity/config/velocity.toml @@ -6,7 +6,7 @@ bind = "0.0.0.0:25565" # What should be the MOTD? This gets displayed when the player adds your server to # their server list. Only MiniMessage format is accepted. -motd = "<#09add3>Credit" +motd = "<#09add3>Best Redstone Server" # What should we display for the maximum number of players? (Velocity does not support a cap # on the number of players online.)