Jump to content

TimRS

Creator
  • Posts

    74
  • Joined

  • Last visited

Everything posted by TimRS

  1. TimRS

    RustCMS

    End of July, i had my birthday, and beend oing some sports lately that i forgot that i have a life behind the computer.... Anyways, ill continue development next week.
  2. Hi everyone, I'm not sure if this is advertising, but if it is i'm not sorry to be sorry. So i am working on a replacement for Discord, with many more features such as AI LFG AI Tournaments and much more You can follow the latest development on my X
  3. 1000 downloads for creators badge!
  4. TimRS

    EasyVoteExtended

    Could be added to features, ill put it on the list of future updates.
  5. Version 3.0.4

    72 downloads

    EasyVoteExtended is an upgraded version of Easy Vote, the most advanced and versatile voting plugin available, designed to enhance player engagement and community interaction effortlessly. With its fully customizable system, server owners can tailor every aspect of the voting process without any coding knowledge. General Features Players receive a reward every time they vote successfully. You can edit the available rewards in the configuration file. Add custom reward based how many time player has voted. You can add many as you like custom rewards, there is no limits. Global Announcement - Alert to every player in server. Who and how many time player has voted. Discord Announcement - Alert to every player in server. Who and how many time player has voted. Wipe Rewards Add custom links in config And much more! Variables Use the below replacement variables when creating your rewards. {playername} -- player's display name {playerid} -- player's Steam ID Chat Commands /vote -- Show vote link(s) /claim -- Claim vote reward(s) /rewardlist -- Display what reward(s) can get Server Commands eve.clearvote - Clear a player vote count. eve.checkvote - Check a player vote count. eve.setvote - Set a player vote count to a specific number. eve.resetvotedata - Reset all vote data. API Hooks int getPlayerVotes(string steamID) Languages Easy Vote Extended have two languages by default (English and Romanian), but you can add more in Oxide lang folder Configuration The settings and options for this plugin can be configured in the EasyVoteExtended.json file in the config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors. { "Debug Settings": { "Debug Enabled?": "false", "Enable Verbose Debugging?": "false", "Set Check API Response Code (0 = Not found, 1 = Has voted and not claimed, 2 = Has voted and claimed)": "0", "Set Claim API Response Code (0 = Not found, 1 = Has voted and not claimed. The vote will now be set as claimed., 2 = Has voted and claimed": "0" }, "Plugin Settings": { "Enable logging => logs/EasyVoteExtended (true / false)": "true", "Wipe Rewards Count on Map Wipe?": "false", "Vote rewards cumulative (true / false)": "false", "Chat Prefix": "<color=#e67e22>[EasyVote]</color> " }, "Notification Settings": { "Globally announcment in chat when player voted (true / false)": "true", "Enable the 'Please Wait' message when checking voting status?": "true", "Notify player of rewards when they stop sleeping?": "false", "Notify player of rewards when they connect to the server?": "true" }, "Discord": { "Discord webhook (URL)": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "DiscordMessage Enabled (true / false)": "false", "Discord Title": "A player has just voted for us!" }, "Rewards": { "@": [ "giveto {playerid} supply.signal 1" ], "first": [ "giveto {playerid} stones 10000", "sr add {playerid} 10000" ], "3": [ "addgroup {playerid} vip 7d" ], "6": [ "grantperm {playerid} plugin.test 1d" ], "10": [ "zl.lvl {playerid} * 2" ] }, "Reward Descriptions": { "@": "1 Supply Signal", "first": "10000 Stones, 10000 RP", "3": "7 days of VIP rank", "6": "1 day of plugin.test permission", "10": "2 zLevels in Every Category" }, "Server Voting IDs and Keys": { "ServerName1": { "Rust-Servers.net": "ID:KEY", "Rustservers.gg": "ID:KEY", "BestServers.com": "ID:KEY", "GamesFinder.net": "ID:KEY", "Top-Games.net": "ID:KEY", "TrackyServer.com": "ID:KEY" }, "ServerName2": { "Rust-Servers.net": "ID:KEY", "Rustservers.gg": "ID:KEY", "BestServers.com": "ID:KEY", "GamesFinder.net": "ID:KEY", "Top-Games.net": "ID:KEY", "TrackyServer.com": "ID:KEY" } }, "Server Vote Custom link": { "ServerName1": "https://vote.servername1.com" }, "Voting Sites API Information": { "Rust-Servers.net": { "API Claim Reward (GET URL)": "https://rust-servers.net/api/?action=custom&object=plugin&element=reward&key={0}&steamid={1}", "API Vote status (GET URL)": "https://rust-servers.net/api/?object=votes&element=claim&key={0}&steamid={1}", "Vote link (URL)": "https://rust-servers.net/server/{0}", "Site Uses Username Instead of Player Steam ID?": "false" }, "Rustservers.gg": { "API Claim Reward (GET URL)": "https://rustservers.gg/vote-api.php?action=claim&key={0}&server={2}&steamid={1}", "API Vote status (GET URL)": "https://rustservers.gg/vote-api.php?action=status&key={0}&server={2}&steamid={1}", "Vote link (URL)": "https://rustservers.gg/server/{0}", "Site Uses Username Instead of Player Steam ID?": "false" }, "BestServers.com": { "API Claim Reward (GET URL)": "https://bestservers.com/api/vote.php?action=claim&key={0}&steamid={1}", "API Vote status (GET URL)": "https://bestservers.com/api/vote.php?action=status&key={0}&steamid={1}", "Vote link (URL)": "https://bestservers.com/server/{0}", "Site Uses Username Instead of Player Steam ID?": "false" }, "GamesFinder.net": { "API Claim Reward (GET URL)": "https://www.gamesfinder.net/api/vote?mode=claim&key={0}&steamid={1}", "API Vote status (GET URL)": "https://www.gamesfinder.net/api/vote?key={0}&steamid={1}", "Vote link (URL)": "https://www.gamesfinder.net/server/{0}", "Site Uses Username Instead of Player Steam ID?": "false" }, "Top-Games.net": { "API Claim Reward (GET URL)": "https://api.top-games.net/v1/votes/claim-username?server_token={0}&playername={1}", "API Vote status (GET URL)": "https://api.top-games.net/v1/votes/check?server_token={0}&playername={1}", "Vote link (URL)": "https://top-games.net/rust/{0}", "Site Uses Username Instead of Player Steam ID?": "false" }, "TrackyServer.com": { "API Claim Reward (GET URL)": "https://api.trackyserver.com/vote/?action=claim&key={0}&steamid={1}", "API Vote status (GET URL)": "https://api.trackyserver.com/vote/?action=status&key={0}&steamid={1}", "Vote link (URL)": "https://trackyserver.com/server/{0}", "Site Uses Username Instead of Player Steam ID?": "false" } } }
    Free
  6. TimRS

    Not Claiming/Finding Tag

    Changed Status from Pending to Work in Progress
  7. TimRS

    Not Claiming/Finding Tag

    Please use version 1.2.3 or below, version 2.0.2 currently has some bugs.
  8. TimRS

    DiscordLogger support?

    Will be looking into this thank you!
  9. Can't seem to get ahold of him.
  10. yeah stupid of me, maybe might of been a glitch? Normally its every 12 hours.
  11. TimRS

    Vote Rewards

    Join the community over 4000 server owners joined!
  12. Yeah, ill drop this with the developer if i can reach him. I have seen similair reports about this before.
  13. TimRS

    Vote Rewards

    this is fixed.
  14. Ill see if i can contact the dev, i dont know whats causing it. We don't know about Carbon because it was made for Oxide, does it happen all the time or only sometimes?
  15. Changed Status from Pending to Not a Bug
  16. Changed Status from Pending to Closed
  17. You can find your server id here Go to 1. Visit control panel 2. Click my servers, if not registered you need to register @ Add/Claim Server 3. In my servers edit with the 'pen' icon and on the page there you can see the server ID
  18. Changed Status from Pending to Closed
  19. This has to do with different voting rewards from other sites.
  20. TimRS

    Website offline

    Changed Status from Pending to Closed
  21. Hi, Our plugin isn't made for Carbon, i don't know if its compatible, how often does this still hapen?
  22. TimRS

    Version Number Wrong

    Changed Status from Pending to Closed
  23. TimRS

    Version Number Wrong

    This is fixed now
  24. TimRS

    work with topserver

    Changed Status from Pending to Not a Bug
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.4k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • 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.