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" +}