Jump to content

Custom Link

Not a Bug 3.2.9 3.2.9

dustyhansen
dustyhansen

Posted

What is the purpose of the custom vote link? It doesn't seem to be used anywhere, especially in the chat message.

  "Server Vote Custom link": {
    "ServerName1": "https://alliant.gg/vote"
  },

 

Screenshot 2026-09-11 062617.png

  • Like 1
TimFS

Posted

Changed Status from Pending to Work in Progress

Changed Fixed In to Next Version

dFxPhoeniX

Posted

The 'Server Vote Custom link' option is used to replace the individual vote links shown by /vote with one custom URL for that server.

The value on the left must match the server key used under `Server Voting IDs and Keys`.

For example:

"Server Voting IDs and Keys": {
  "ServerName1": {
    "Rust-Servers.net": "ID:KEY",
    "Rustservers.gg": "ID:KEY",
    "BestServers.com": "ID:KEY"
  }
},
"Server Vote Custom link": {
  "ServerName1": "https://alliant.gg/vote"
}

In this example, ServerName1 is the server key, so the same key must also be used under Server Vote Custom link.

If you renamed ServerName1 to something else, for example:

"Server Voting IDs and Keys": {
  "Alliant Games Rust Resurgence": {
    "Rust-Servers.net": "ID:KEY",
    "Rustservers.gg": "ID:KEY"
  }
}

then the custom link must use the same name:

"Server Vote Custom link": {
  "Alliant Games Rust Resurgence": "https://alliant.gg/vote"
}

Also, please check the documentation before opening a support request, as the configuration structure and custom voting setup are already explained there.

The 'Adding a Custom Voting Site' section explains a different feature: adding a completely new vote tracker/provider.

For a custom tracker, it must first be added under 'Voting Sites API Information', for example:

"MyVoteTracker.com": {
  "API Claim Reward (GET URL)": "https://example.com/api/claim?key={0}&player={1}&server={2}",
  "API Vote status (GET URL)": "https://example.com/api/status?key={0}&player={1}&server={2}",
  "Vote link (URL)": "https://example.com/server/{0}",
  "Site Uses Username Instead of Player Steam ID?": "false"
}

Then the same tracker name must also be added under the desired server:

"ServerName1": {
  "MyVoteTracker.com": "SERVER_ID:API_KEY"
}

So these are two separate things:

- Server Vote Custom link = replaces the links displayed by '/vote' with one custom URL.
- Adding a Custom Voting Site = adds a new vote provider/API to the plugin.

If your custom link key already matches the server key and it still does not display, send the relevant parts of your config with the API keys removed, together with your plugin version, and I can check it

  • Like 1
dFxPhoeniX

Posted

Changed Status from Work in Progress to Not a Bug

dFxPhoeniX

Posted

Changed Fixed In from Next Version to 3.2.9

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12.1k
Customers served
Files Sold
171k
Total sales
Payments
3.7m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.