-
Documentation
Setup Server Listing
Incentive Voting
-
Setup Your Server Listing on RSPS Toplist - Boost Your Server Visibility How to Set Up Your Server Listing on RSPS Toplist
To set up your server on our RSPS Toplist, start by heading over to the Toplist. Once you're there, log into your account and click on the Add Server button. Fill out all the required fields with your server information and hit save to complete the process.
Toplist Server Settings
- Title: The title of your server (max. 40 characters)
- Tags: Select up to 3 categories to describe your server
- Custom URL: Customize the path for your server URL (e.g., 'SERVERNAME' in https://rspstoplist.com/toplist/server/1/SERVERNAME/)
- Discord Invite Link: The URL to your Discord server's invite link
- Website URL: Provide the URL to your server's website
- URL Callback: Set up a callback URL for voting, explained in the Incentive Voting section
- Category: Choose one of PvP, Economy, or Custom
- Short Description: A brief summary of your server (max. 180 characters)
- Server Description: A detailed description of your server, including features and images
- Banner Upload: Upload a server banner (max. size 468x60)
Incentive Voting for RSPS Servers
RSPS Toplist offers an incentive voting system, which sends a request to your specified callback URL every time a player votes. This callback typically includes a string, such as an IP address or username, that is passed from your voting script and appended to the voting URL.
Vote URL Structure
https://rspstoplist.com/toplist/server/{sid}/vote/{incentive}
Placeholder Type Description {sid} Integer Your server ID, found in the URL of your toplist server listing. {incentive} String A string used to identify the voter (e.g., username or IP address).