From eddbf8f8eda9b5912c5083c2c98ea493f5b24f17 Mon Sep 17 00:00:00 2001 From: BreezyTheDev <63890993+BreezyTheDev@users.noreply.github.com> Date: Fri, 12 Aug 2022 19:40:14 -0700 Subject: [PATCH] Added config.lua Added easy-to-follow configuration. --- IDsAboveHead/config.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 IDsAboveHead/config.lua diff --git a/IDsAboveHead/config.lua b/IDsAboveHead/config.lua new file mode 100644 index 0000000..926206e --- /dev/null +++ b/IDsAboveHead/config.lua @@ -0,0 +1,10 @@ +Config = { + Prefix = "Server Name", -- Sets the prefix for the chat messages. + Distance = 5, -- Sets the distance where a player's ID can be viewed. + Blip = true, -- True enables the blip that appears below the player, false disables it. + AlwaysDisplayID = true, -- True makes it where the ID will always show above their head even if they are not speaking, false disables it. + + -- Commands Available: + -- /toggle-id + ToggleCommand = "toggle-id" +}