From 89914f1296a69774b728561b558d66455e3f6f89 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:16:24 -0800 Subject: [PATCH] Update index.ts --- src/plugins/EagProxyAAS/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugins/EagProxyAAS/index.ts b/src/plugins/EagProxyAAS/index.ts index c481ae6..7bfaeb5 100644 --- a/src/plugins/EagProxyAAS/index.ts +++ b/src/plugins/EagProxyAAS/index.ts @@ -54,4 +54,7 @@ logger.info("Redirecting backend server IP... (this is required for the plugin t CONFIG.adapter.server = { host: config.bindInternalServerIp, port: config.bindInternalServerPort -} \ No newline at end of file +} +CONFIG.adapter.motd = { + l1: Enums.ChatColor.GOLD + "EaglerProxy as a Service" +}