Skip to content

Placeholders

Lumi edited this page Jan 3, 2025 · 1 revision

Global Placeholders

Here I will list the globally available placeholders that exist in any place that accepts placeholders.

  • {time} - Shows the current time in Discord's native time box
  • {timet} - Does the same as above, but using the t suffix
  • {timetlong} - Does the same thing as time, but using the T suffix
  • {timed} - Does the same thing as time, but using the d suffix
  • {timedlong} - Does the same thing as time, but with the D suffix
  • {timef} - Does the same thing as time, but with the f suffix
  • {timeflong} - Does the same thing as time, but with the F suffix
  • {timer} - Shows the relative time since the thing happened, in Discord's native time box

For all timers, you can look in this tool for more information: https://r.3v.fi/discord-timestamps/

  • {seed} - Gets the current map seed

  • {decontstate} - Gets the current decontamination state

  • {isdecont} - Is LCZ currently decontaminated

  • {isdecontenabled} - Is decontamination enabled

  • {killcount} - Gets the current kill count for this round

  • {alivesides} - Gets a list of currently alive sides

  • {alivesidescount} - Get the count of alive sides

  • {elapsedtime} - Gets the current elapsed time

  • {elapsedtimerelative} - Gets the currently elapsed time, but in a relative form using Discord's native time box

  • {roundstart} - Gets the time the round started, using Discord's native time box

  • {escapedscientistscount} - Gets the escaped scientists count

  • {inprogress} - Check if the round is in progress

  • {isended} - Check if the round is ended

  • {isstarted} - Check if the round has started

  • {islocked} - Check if the round is locked

  • {islobby} - Check if everyone is in the lobby

  • {changedintozombiescount} - The amount of zombies (unsure if currently or overall)

  • {escapeddclassescount} - The amount of Class-D's who have escaped

  • {islobbylocked} - Check if the lobby is locked

  • {scpkillcount} - Check how many people the SCPs have killed

  • {alivescpcount} - Check how many SCPs are alive

  • {maxplayers} - Check the max player count on the server

  • {name} - Gets the server name

  • {nameparsed} - Gets the server name, but with no styling and no trackers

  • {port} - Gets the server port

  • {ip} - Gets the server IP

  • {playercount} - Gets the current players on the server (may include NPCs)

  • {playercountnonpcs} - Gets the current player count, with no NPCs

  • {tps} - Gets the server's TPS

Player Placeholders

Player placeholders work differently than the above placeholders, each placeholder needs to have a prefix.

In a normal player event, there will be player, but sometimes there is attacker, issuer, etc. these are all prefixes. So you'll need to find the right prefix and then append these below as suffixes to get the information you need. The below placeholders will not have the brackets, you need to add those yourself

  • nickname - Gets the player's nickname
  • id - Gets the player's user ID (e.g. ...@steam or ...@northwood)
  • ip - Gets the player's IP (if you use this, make sure it's in a private channel or you could lose verified status on your server, we are not liable for this happening)
  • userid - Gets the player's ID (e.g. 2, 6, 24)
  • role - Gets the player's role name (e.g. Scientist, Nine-Tailed Fox Private)
  • roletype - Gets the player's role type ID
  • team - Gets the player's team (e.g. NTF, Chaos)
  • side - Gets the player's side
  • health - Gets the player's health
  • maxhealth - Gets the player's max health
  • group - Gets the player's group name
  • badge - Gets the player's badge
  • badgecolor - Gets the player's badge color
Clone this wiki locally