From 8cb8105354215d5ddc7f95b1f0cd0e5de9c58930 Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Sun, 25 Jun 2023 12:08:00 +0200 Subject: [PATCH] change default billboard mode --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5d0728e..379d172 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -19,7 +19,7 @@ nameplates: # "vertical" - pivots around vertical axis # "horizontal" - pivots around horizontal axis # "fixed" - no rotation - billboard: "horizontal" + billboard: "vertical" messages: config-reloaded: "NJN Config reloaded."