Placeholder for Steam IDSolved
How would i create a placeholder for a steam ID. What would i put for the vaule

{
"Placeholders": [
{
"Key": "{id}",
"Value": "Custom value"
}
]
Probably you don't get the purpose of this plugin. Other plugins use it (call it's API methods) and if you have in for example smart Chat bot a message "Welcome to {server.name}" and in here in config you have such key and value as your server name, then it'll be replaced
ha ok thanks for the help
So that config is only for some static replacements. But you can use a plugin to make something dynamic so for example a few other plugins do that I guess.
Hey, this is possible with our latest version now if your plugin supports it @RuthlessYT
Locked automatically