Jump to content

Bnucket

Creator
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Bnucket last won the day on June 30 2023

Bnucket had the most liked content!

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bnucket's Achievements

Contributor

Contributor (5/15)

  • Three Years In
  • Dedicated
  • Two Years In
  • First Post
  • Collaborator

Recent Badges

6

Reputation

  1. The plugin will automatically send a notification to Discord if a player is suspected.
  2. Changed Status from Pending to Closed Changed Fixed In to 1.0.6
  3. Hello, I have released an update that fixes the bug. It was caused by the last update of the game.
  4. Please try downloading the plugin again and uploading it to the server. Also, I will ask you to send me your config if it was created.
  5. Hello, does the console display any other information within the plugin? Are you using Oxide or Carbon? Have you interfered with the code in any way?
  6. Version 1.0.1

    33 downloads

    Welcome to the Smurf Detection Plugin by Bnucket! This powerful tool helps you maintain a level playing field on your Rust server by detecting potential smurf accounts. - Keep Your Rust Server Fair and Fun! Features Automatic Smurf Detection: Identifies potential smurf accounts as soon as players join. Discord Integration: Sends alerts to your Discord server. Customizable Configurations: Tailor the plugin to meet your server’s specific needs. Whitelist Management: Exclude trusted players from smurf detection checks. Detailed Reports: Provides comprehensive player data and smurf probability. How It Works Player Connection: When a player connects to your server, the plugin fetches their Steam data. Data Analysis: The plugin analyzes various metrics like playtime, Steam level, friends count, game count, account age, achievements, and ban history. Probability Calculation: Using customizable thresholds, the plugin calculates the likelihood that the player is a smurf. Automated Actions: If the smurf probability exceeds your set threshold, the plugin can execute predefined commands (e.g., kick the player). Discord Alerts: Alerts are sent to a specified Discord channel, providing detailed player data and detection results. Easy Configuration Modify the plugin configuration to suit your needs: { "SteamApiKey": "YOUR_STEAM_API_KEY", "DiscordWebhookUrl": "YOUR_DISCORD_WEBHOOK_URL", "MinPlayTime": 2000, "SmurfProbabilityThreshold": 85.0, "SmurfCommand": "kick {SteamID} Suspicious_account", "Whitelist": [] } { "PlayTime": {"MinValue": 0, "MaxValue": 2000, "MinProbability": 35, "MaxProbability": 0}, "SteamLevel": {"MinValue": 0, "MaxValue": 30, "MinProbability": 25, "MaxProbability": 0}, "FriendsCount": {"MinValue": 0, "MaxValue": 50, "MinProbability": 5, "MaxProbability": 0}, "GamesCount": {"MinValue": 0, "MaxValue": 40, "MinProbability": 20, "MaxProbability": 0}, "AccountAge": {"MinValue": 0, "MaxValue": 1095, "MinProbability": 5, "MaxProbability": 0}, "Achievements": {"MinValue": 0, "MaxValue": 92, "MinProbability": 4, "MaxProbability": 0}, "VACBan": {"MinValue": 0, "MaxValue": 1, "MinProbability": 0, "MaxProbability": 3}, "GameBan": {"MinValue": 0, "MaxValue": 1, "MinProbability": 0, "MaxProbability": 3} } Detailed Player Data For each player, the plugin collects and analyzes: Playtime in Rust Steam Level Friends Count Games Count Account Age Achievements VAC and Game Bans Discord Notifications Stay informed with instant notifications on Discord: Player Name and Steam ID Smurf Probability Detailed Player Stats Detection Method (automatic/manual) Commands Console Commands: smurfcheck <playerName or steamId>: Manually check if a player is a smurf. whitelist <add/remove> <steamId>: Manage the whitelist. Chat Commands: /smurfcheck <playerName or steamId>: Manually check via chat. /whitelist <add/remove> <steamId>: Manage the whitelist via chat.
    $19.97
  7. Bnucket

    Raid Limits

    Is there an option to set the command to be called when the limit is exceeded? For example, instead of triggering the base protection, would the ban command be invoked?
  8. Hello, please send me your config. I will check where the error may be. The solution you suggest would require writing all the items that can be skinned, which would be very impractical. Moreover, the plugin is designed so that each user can customize the list according to their needs. I'll try to look into the possibility of switching between a list and an unlimited database before the end of the month, but I'm afraid that such a solution would require entering only a numeric variable and would not allow players to enter a skin using its name.
  9. Hi, you have a config problem. Instead of "box.wooden.large.": { use "box.wooden.large": { so without the period after "large".
  10. Bnucket

    Bind Looting

    Hello, try to be more specific about your problem. On my server there is no problem with the plugin. Also please attach your config.
  11. Bnucket

    Random VIP Giver

    Hello, at the moment, the plugin is configured to invoke two commands. One main (addgroup) and the other in the form of "say". However, if you wish, I can modify its code to allow the user to enter multiple commands.
  12. Version 1.0.0

    25 downloads

    Random VIP Giver Plugin Documentation Overview The Random VIP Giver plugin is designed to randomly assign VIP status to players on the server. Permissions randomvipgiver.admin: This permission allows the user to manually trigger the VIP assignment process. Commands /givemanualvip: This command manually triggers the VIP assignment process. The assigned VIP counts towards the daily limit. /givefreemanualvip: This command manually triggers the VIP assignment process. The assigned VIP does not count towards the daily limit. Configuration MaxVIPPerDay: The maximum number of VIPs that can be assigned per day. VIPGroups: A list of VIP groups that can be assigned to players. VIPGroupDisplayNames: A list of display names corresponding to the VIP groups. AddGroupCommand: The command used to add a player to a group. SayCommand: The command used to send a message to the server. VIPMessage: The message sent to the server when a player is assigned VIP. MinDays: The minimum number of days a player can be assigned VIP. MaxDays: The maximum number of days a player can be assigned VIP. MinInterval: The minimum interval (in minutes) between VIP assignments. MaxInterval: The maximum interval (in minutes) between VIP assignments. { MaxVIPPerDay = 3, VIPGroups = new List<string> { "metal", "stone", "wooden" }, VIPGroupDisplayNames = new List<string> { "<color=#ffeb00>Metal</color>", "<color=#a9ff00>Stone</color>", "<color=#ffae00>Wooden</color>" }, AddGroupCommand = "addgroup", SayCommand = "say", VIPMessage = ":heart: <color=#ef233c>[Giveaway]</color> <color=#55AAFF>{player}</color> won a {vipGroup} VIP in a random draw for {days} days!", MinDays = 1, MaxDays = 3, MinInterval = 60, MaxInterval = 480 }; Functionality The plugin automatically schedules VIP assignments at random intervals within the configured range. When a VIP assignment is triggered, a random player is selected and assigned a random VIP group for a random number of days. The assignment is announced to the server with a message.
    $9.99
  13. Bnucket

    hi

    I'll consider this option.
  14. Bnucket

    hi

    You have to insert the item into the hotbar and then scroll on it with the mouse wheel.
  15. Bnucket

    hi

    You're still not giving the correct name, you're missing the letter "c". Skin is called "Arctic", not "Artic"

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.3k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.