/TF2-Custom-Links

Create custom links for players using MOTD!

Primary LanguageSourcePawnMIT LicenseMIT

Custom-Links

Original plugin by nushnush

Create custom links for players using MOTD! Extended with support for custom server page rendering.

Original AlliedModders thread. See below for updated configuration options.

Configuration

In links.cfg in sourcemod/configs, the commands and their links can be set up. Each command must be set up with at least the required properties described below.

Property Required Description
command Yes The name of the command to use. If it takes the sm_<name>, then it can be called with !<name> or /<name> in chat.
link Yes The URL you want to link to. It must begin with http:// or https://.
custom No Set to 1 to use custom server page rendering1.

1When using custom server page rendering, TF2 will show the webpage in full screen and skip showing map information after pressing continue.

See sourcemod/configs/links.cfg for an example.