Search the Community
Showing results for tags 'rust servers'.
-
Version 1.2.2
627 downloads
All Informational Pages & Guides Main website: https://rustservers.gg Just Wiped: https://rustservers.gg/just-wiped Premium Benefits: https://faq.rustservers.gg/premium-benefits/ About Voting Rewards Reward your players for voting at the Rust Servers toplist. Votes give Points which are included in the ranking system, get above your competition by letting your community vote for your server. Rewards: Randomized items, or commands that you provide (Give users Economics or special rank, or whatever you prefer as a command) Very lightweight, and easy in use. Chat Commands: All do the same function which shown below, its very simplified so users can understand. 1) Check if user voted no-> provides user with URL where they can vote: https://rustservers.gg/server/ID 2) If voted -> User gets Randomized reward, or you can remove rewards and just make it static. 3) User voted already, will provide a message that they can come back later. /claim /vote /votes Here are some console command examples that you could add inside the config file (!Console commands only!) to add ServerRewards points sr add {steamid} 10 to add Economics points deposit {steamid} 10 FAQ Where can I find the API key of my server? Where can I find the id of my server? Config File Example(1.2.2): { "API Key": "", "Server Id": "", "Chat Commands": [ "claim", "vote", "votes" ], "Reward items": [ { "Item Shortname": "wood", "Description": null, "Item Amount Min": 1000, "Item Amount Max": 2000, "Item Skin id": 0 }, { "Item Shortname": "stones", "Description": null, "Item Amount Min": 1000, "Item Amount Max": 2000, "Item Skin id": 0 }, { "Item Shortname": "metal.refined", "Description": null, "Item Amount Min": 1000, "Item Amount Max": 2000, "Item Skin id": 0 } ], "Reward Commands Help": "use {steamid} to add user steam id\nExamples:\nsr add {steamid} 10 - to add ServerRewards points\ndeposit {steamid} 10 - to add Economics points\n", "Reward Commands": [ { "Command": "example {steamid} 1d", "Description": "example Description (will appear on Message)", "Type": "example type of Reward (Kit, Permission etc.)" }, { "Command": "example {steamid} 1d", "Description": "example Description (will appear on Message)", "Type": "example type of Reward (Kit, Permission etc.)" }, { "Command": "example {steamid} 1d", "Description": "example Description (will appear on Message)", "Type": "example type of Reward (Kit, Permission etc.)" } ] }Free- 20 comments
-
- 2
-
Version 1.0.2
19 downloads
GFVoter it's a voting rewards system for Rust servers listed on GamesFinder.net. It's designed to reward players for voting for your server/s on gamesfinder.net and players earn points by doing so which they can then redeem for in-game rewards. What is GamesFinder.net? It's a new platform designed for server owners to list and describe their servers better with more options and gives the players the ability to search for a server easier tailored to their needs and get rewards by voting the server. Features: Vote Tracking: Players can vote for the server on the website, and their votes are tracked. Rewards: Players can exchange their accumulated points for rewards. Rewards can be items and executed commands or kits. Cooldown Management: Ensures players can't spam vote claims by implementing a cooldown system. Vote Verification: Checks if a player has voted and then claims their reward via the API. Custom Commands: Players can check their points, claim rewards, or view available rewards through chat commands. Discord Integration: Option to send notifications to a Discord server when a vote is made or a reward is claimed. Commands : gfvote "Amount" "PlayerName or SteamID" : Allows admins to manually add points to players (Console Command). /claimpoint or /clp : Used by players to claim their voting points. /rewardlist or /rl : Displays available rewards to players. /claimreward or /cr : Players use this to claim a specific reward. /checkpoints or /checkp : Check the amount of points earned Config Example : { "Use discord webhook at vote": true, "Use discord webhook at claim": true, "Discord webhook": "Your discord server webhook", "Chat command to claim reward point": [ "claimpoint", "clp" ], "Chat command for check rewards": [ "rewardlist", "rl" ], "Chat command for get reward": [ "claimreward", "cr" ], "Chat commands for checking points": [ "checkpoints", "checkp" ], "GamesFinder API": "Your API from gamesfinder.net", "Rewards": { "economics": { "Display name for chat (if empty - use key or item name)": "x50 Economics", "NeedPoints": 3, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "deposit %STEAMID% 50" }, "group": { "Display name for chat (if empty - use key or item name)": "x1 Group 'Member'", "NeedPoints": 10, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "oxide.grant user %STEAMID% (Permission)" }, "sr": { "Display name for chat (if empty - use key or item name)": "x10 ServerRewards", "NeedPoints": 2, "Type": 1, "Item": null, "Command (%STEAMID% - player user id)": "sr add %STEAMID% 10" }, "wood": { "Display name for chat (if empty - use key or item name)": null, "NeedPoints": 1, "Type": 0, "Item": { "Shortname": "wood", "Amount": 1000, "SkinID": 0 }, "Command (%STEAMID% - player user id)": null } }, "Reminder message": "Hey! Don't forget to vote for our server on gamesfinder.net and claim your points.", "Reminder interval minutes": 15 }Free-
- #voting rewards
- #vote rewards
- (and 7 more)