From 105d756003ba6220b01a0d94b91e463dbb789dab Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Sun, 23 Jul 2023 00:42:05 +0200 Subject: [PATCH] move documentation to wiki --- src/main/resources/config.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index bdc1a5d..b9307d5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,23 +1,13 @@ -# Config is subject to change, take regular backups +# Complete documetation of config values: +# https://github.com/YouHaveTrouble/NotJustNameplates/wiki/Configuration nameplates: default: - # How often to switch betwwen frames (in ticks) - # If set to 0, transitions will be disabled refresh-rate: 10 - - # Animation frames + billboard: "vertical" frames: 1: text: "%displayname%" - # Billboard options are as follows: - # "center" - pivots around center point - # "vertical" - pivots around vertical axis - # "horizontal" - pivots around horizontal axis - # "fixed" - no rotation - billboard: "vertical" - messages: config-reloaded: "NJN Config reloaded." no-permission: "You do not have permission to use this." -