From 208395ea69b1eb1940831f353cdb8dd9a46e818b Mon Sep 17 00:00:00 2001 From: Christoffer Tibell Date: Wed, 11 Sep 2024 22:21:50 +0200 Subject: [PATCH] Modernise fakeannounce messages --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e2f10f0..feada1f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -8,8 +8,8 @@ # fakeannounce: automaticforsilentjoin: false - join: '%p joined the game.' - quit: '%p left the game.' + join: '%p joined the game' + quit: '%p left the game' hooks: essentials: false dynmap: false