Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions IDsAboveHead/config.lua
Original file line number Diff line number Diff line change
@@ -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"
}