Upgrading to version 2.1.0
Starting with version 2.1.0 PlaceholderAPI version >= 2.0.0. This change allows support for all the placeholders added in version 2.0.0.

If you're using the default config:
The default config on the plugin page has been updated with the original defaults using the new system.

If you have customized your config you can view all the available replacements using the `placeholderapi.list` console command. This will list all the available replacements the plugin supports.

If you need any help with the changed please post in this thread.

Can't seem to get the plugin to work with this update at all.

my config (already changed the server.description field) 



The three tests i tried to send;

Thanks for providing your config that helped a lot. Seems like there was a fix from a previous release that is no longer needed. Version 2.0.1 should solve this issue.
Working perfect.
Thanks for the speedy update!
unable to get the plugin to load. Its not making a new .json file in config
I'm trying to use the new "Url" parameter. I've tried a few variations but everytime I use "/dw wipe" I get this error:
[Discord Wipe] HTTP/1.1 400 Bad Request {"embeds": ["0"]}
My config:
...
  "Wipe message": {
    "Content": "@everyone",
    "Embed": {
      "Enabled": true,
      "Title": "{server.name} HAS WIPED!",
      "Description": "A new week of fire and fury is upon you. Invite some friends, melt some faces, and kick some ass!",
      "Url": "steam://connect/{server.address}:{server.port}",
...
​
@beerock My understanding is that discord only allows http or https for the url anything outside of that is blocked.
Oh, I see. I figured it was working like the "Click & Connect" variable. Thanks for the info.
Yeah, the only reason that works is that you can see that whole link for what you're clicking on which is allowed. You can't hide it behind a clickable name like is done with the seed link either.