Jump to content

TimFS

Creator Pro
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TimFS

  1. Good prices. portfolio: https://rustservers.gg/ https://rsgg.my/ https://v2.rustservers.gg/ https://artistlink.space (not finished yet) https://rustlfg.com https://landing.rustservers.gg/ RustCMS coming soon And many more.
  2. TimFS

    RustCMS

    If you get Creator Pro, ill give you a free copy, for all creator pro's, that's cheaper then buying it.
  3. TimFS

    RustCMS

    Yeah i know, but i have so many projects, i need to find time...... i do this all on my own
  4. TimFS

    RustCMS

    ETA september~october, if i make something it needs to be perfect. I can't deliver half work.
  5. TimFS

    RustCMS

    Im sorry for the delays, having multiple projects i do on my own. RL, Music, Other projects. I promise it wont take as long as Ashes Of Creation
  6. TimFS

    RustCMS

    New screenshots will be added today!
  7. TimFS

    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.
  8. 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
  9. 1000 downloads for creators badge!
  10. TimFS

    EasyVoteExtended

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

    119 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
  12. TimFS

    Not Claiming/Finding Tag

    Changed Status from Pending to Work in Progress
  13. TimFS

    Not Claiming/Finding Tag

    Please use version 1.2.3 or below, version 2.0.2 currently has some bugs.
  14. TimFS

    DiscordLogger support?

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

    Vote Rewards

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

    Vote Rewards

    this is fixed.
  20. 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?
  21. Changed Status from Pending to Not a Bug
  22. Changed Status from Pending to Closed
  23. 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
  24. Changed Status from Pending to Closed
1.9m

Downloads

Total number of downloads.

8.8k

Customers

Total customers served.

130.8k

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.