Jump to content

CupsOhJoe

Creator Pro
  • Posts

    356
  • Joined

  • Last visited

Everything posted by CupsOhJoe

  1. Version 1.3.5

    451 downloads

    Track your server's top players and reward them with custom chat tags! What Does It Do? PlayerStatTags keeps track of who's dominating your server in different ways and gives them special tags in chat so everyone knows who the top players are. Someone racking up tons of PVP kills? They'll get a [Killer] tag. Another player sniping from incredible distances? They get the [Sharp Shooter] tag. The plugin handles everything automatically - tracking stats, determining who's on top, and assigning tags. Players can only wear one tag at a time, so the system makes sure they get their most prestigious one. Key Features Automatically tracks over 40 different player stats (kills, headshots, resources gathered, etc.) Assigns unique chat tags to your server's top performers Works with BetterChat or can display tags on its own Fully customizable tags and priorities - decide what achievements matter most Admin commands to manage everything Option to reset stats on map wipes Ability to customize all tags through config NEW 1.2.7: Exclude specific players (like admins or owners) from stat tracking <Info at the bottom> NEW 1.3.3: Hardcore Mode! Reset player stats completely on death/suicide (optional) What Gets Tracked? Pretty much everything! PVP kills, headshots, resources gathered, structures built, bullets fired, animals hunted, helicopters downed... if players can do it in Rust, this plugin probably tracks it. Commands For Admins /playerstattag debug on/off - Turn debug mode on or off /clearstats all - Wipe all player stats /clearstats <steamid> - Clear a specific player's stats /purgedata - Clean up the database Testing & Viewing Stats /tagstest list - See who has which tags /tagstest player <name> - Check a specific player's tag /tagstest stats <name> - View all of a player's stats /tagstest config - Browse your tag configuration /tagstest tag <category> - Look up details about a specific tag Permissions playerstattags.admin - Full admin access playerstattags.test - Just for viewing tags and stats Works Great With BetterChat (optional) - For seamless tag integration NEW: Player Exclusion Enable the SteamID Exclusion feature in the config and add the SteamIDs of players you want to exclude from stat tracking. Perfect for admins, moderators, or anyone you don't want participating in the competitive stats. This ensures your tags are given to legitimate players! "Enable SteamID Exclusion": true, "Excluded SteamIDs (Players who will be excluded from stat tracking)": [ 76561198012345678, 76561198087654321 ]
    Free
  2. Would love to see compatibility with razors animalfarm plugin. Seems that it's allowing the removal of their custom entity.
  3. CupsOhJoe

    PVE (WarMode) / BuildTools

    PVE plugin will allow players to kill your animals, and the BuildTools allows you to remove single fences.
  4. CupsOhJoe

    command

    Changed Status from Work in Progress to Closed
  5. Change all the players groups to pvp
  6. i mean if true is true it does equals true. Lol
  7. @Death wondering if the poll questions should be "Do you agree with us rejecting FULLY AI-generated submissions?"
  8. Ok really concerned you know that
  9. I'm assuming that the free or cheap versions aren't going to get you much luck in making good plugins. ChatGPT is 200 a month, Gemini Code Assist is like 23 per use, at the point you pay this much why even bother.
  10. AI is useful if you get stuck, but shouldn't be relied on to create the full plugin (I mean, I guess it can make complete smallish non complex plugin, but why). As I learn more and more, i have noticed the less reliance on AI to help, it's just as easy to ask your follow developers for assistance. They probably will have better and more efficient ways, AI will most likely just spit out code it thinks is correct unless you are paying for it, but again if you pay $200+ (who the hell has that monthly) for AI to create plugins what's the point, just pay another dev to do it at least you would be contributing to that developer..
  11. CupsOhJoe

    command

    Changed Status from Pending to Work in Progress Changed Fixed In to 1.0.4
  12. CupsOhJoe

    command

    You can get faster support through the discord. I don't seem to get notifications for these here.
  13. CupsOhJoe

    Plugin not working.

    Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.0.4
  14. CupsOhJoe

    Plugin not working.

    Also please submit a ticket on the discord so I can assist better.
  15. CupsOhJoe

    Plugin not working.

    Working here:
  16. CupsOhJoe

    Plugin not working.

    You have to keep in mind that the delay is from the initial start, so if you start with delay 5 and duration 10 thats a 15 second total run time the second command you want to start say 5 seconds after the first Command you need to take into consideration the 15 seconds already used so you would start the second delay as 20 (15+5) and the duration for 10 seconds, etc Below is what it should look like. { "exists": true, "ccommand": "runcmd", "TheCommands": [ { "commandName": "Command1", "enabled": true, "isNewPlayer": false, "singleCast": false, "theCommand": "say hi1 {player}", "endCommand": "say hi2 {player}", "theDelay": 5.0, "theDuration": 10.0 }, { "commandName": "Command2", "enabled": true, "isNewPlayer": true, "singleCast": true, "theCommand": "say hi2 {player}", "endCommand": "", "theDelay": 20.0, "theDuration": 10.0 }, { "commandName": "Command3", "enabled": true, "isNewPlayer": true, "singleCast": false, "theCommand": "say hi3 {player}", "endCommand": "", "theDelay": 35.0, "theDuration": 10.0 }, { "commandName": "Command4", "enabled": true, "isNewPlayer": false, "singleCast": true, "theCommand": "say hi4 {player}", "endCommand": "", "theDelay": 50.0, "theDuration": 10.0 } ] }
  17. CupsOhJoe

    command

    Sorry for the delay, the commands should all be Console Commands
  18. I will update the Description, I may have changed and did not update the description
  19. I'm fine with AI help, I just finished 3 course on C# through University of Phoenix, and sometimes still need some memory jogging. But full AI plugin seems like it would not be great as what if FP changes something or OXIDE/Carbon. AI is not up to date, how is a Pure AI project going to be supported.
  20. Asked Nivex and since you already use his hooks you should be able to add this feature, hoping this can be added.
  21. CupsOhJoe

    WTrading

    Got sound to work, DM me on discord.
  22. CupsOhJoe

    Spamming Console

  23. Not sure it's been asked, but I want a high Risk/Reward system. So for example if a PVE player goes to a PVP raidable base their mode should be Forced to PVP (Enabled/Disabled in config of course) that way if a PvE player deems the risk to lose everything by going to PvP base they can. @Mr01sam
  24. CupsOhJoe

    Dungeon Events

    Keep up the great job, love the plugin. If you give us the ability to create our own layouts I see great potential for this plugin.
  25. So I have an issue, player want to be able to sell using vending machines but players are not allowed to interact with other PVE players. is there way to exclude or be able to allow interaction but not destruction?
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.8k

Files Sold

Total number of files sold.

3m

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.