-
Posts
131 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Sigilo
-
English is not my native language, so AI helps me communicate my ideas more clearly. And no, my plugins are entirely my own. As a server owner, I create plugins based on what I find useful. AI still can't identify real needs or come up with original solutions.
-
There's nothing wrong with using AI to enhance your abilities, whether in coding, writing, or problem-solving. It's simply leveraging the best tools available, just like professionals use calculators for math, spell check for writing, or IDEs for coding. Technology exists to improve efficiency and simplify complex tasks. If AI helps you express ideas more clearly or work more efficiently, it's simply a smart way to improve your capabilities. Your value comes from your ideas, reasoning, and decisions. AI is just a tool.
-
While IntelliSense has been around since the '90s, modern AI-assisted coding tools like GitHub Copilot go far beyond basic autocompletion. They generate entire functions, handle repetitive boilerplate and assist in structuring complex logic, reducing the manual effort required for tedious coding tasks. As for AI generating plugins, it's true that current coding models can produce semi-functional, albeit low-quality plugins from minimal prompts. However, creating an optimized and well-structured plugin still requires human oversight. AI struggles with designing efficient architectures, considering edge cases, and adhering to best practices without significant refinement from a developer. The role of AI in coding isn’t about replacing developers but enhancing productivity by automating mundane tasks and providing intelligent suggestions. The technology is evolving rapidly, and while it may not yet fully replace human creativity and expertise, it is undeniably becoming an integral part of modern software development.
-
At this point, nearly all newly written code contains some degree of AI influence .Whether through Copilot autocompletion, generating repetitive boilerplate code, or handling large sets of variables and configurations. However, AI still cannot create a plugin entirely from scratch. It lacks the ability to conceive useful ideas, account for every possible interaction, optimize performance or even just write the complete code required to make a plugin work from a prompt. That said, it is steadily progressing in that direction.
-
- 35 comments
-
- #wipeblock
- #auto wipe
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Fixed Changed Fixed In to 1.1.1
-
Thanks to you for supporting my work
-
Version 1.1.1
15 downloads
A powerful and configurable voting system that allows players to democratically ban disruptive players from your Rust server. Features Democratic Banning System: Players can initiate votes to ban other players Configurable Parameters: Customize voting duration, required percentage, and cooldown periods Temporary or Permanent Bans: Set ban durations or make them permanent Discord Integration: Automatic notifications for ban votes and results Localization Support: Easily translate messages to any language Anti-Abuse Measures: Cooldown between votes Minimum player requirement Optional admin protection Self-vote prevention Commands /voteban playername/steamid - Start a vote to ban a player /y - Vote yes on the current ban vote /n - Vote no on the current ban vote Permissions voteban.start - Allows starting ban votes voteban.vote - Allows participating in ban votes Configuration { "Required percentage (0-100)": 90.0, "Vote duration (seconds)": 120, "Cooldown between votes (minutes)": 10, "Ban duration (minutes, 0 for permanent)": 60, "Discord Webhook URL": "", "Log to console": false, "Minimum players required for voting": 9, "Allow voting to ban self": false, "Allow voting to ban admins": false, "Reminder interval (seconds)": 30 "Count only voters (if false, non-voters count as No)": true } Messages All messages are customizable and support color formatting: Vote initiation notifications Vote success/failure messages Error messages and warnings Permission denied notifications Instructions for voting Installation Place the plugin in your server's oxide/plugins folder Configure the settings to match your server's needs Set up permissions for your players (Optional) Configure Discord webhook for notifications Notes The plugin automatically manages temporary bans Integrates with Discord for ban notifications (if webhook URL is provided) Saves ban data between server restarts$4.99 -
I will send you a message with a new version.
-
Sure, just drop me a list and I'll tell you the price/time to complete.
-
Ok, Ill add that function for the next update.
-
Hi, can you confirm if the voice works while muted by the plugin? My voteban plugin is pending approval here at codefling. Thanks for supporting my work!!
-
Version 1.1.1
13 downloads
A player voting system for temporary chat mutes. Supports both default chat and BetterChat, with persistent mute storage and Discord webhook integration. It will mute players from chat and voice channels. Permissions votemute.startvote - Allows initiating vote mutes votemute.vote - Allows participating in votes votemute.unmute - Allows manual unmuting (admin) Configuration { "Required percentage (0-100)": 60.0, // Percentage of yes votes needed "Vote duration (seconds)": 120, // How long voting period lasts "Cooldown between votes (minutes)": 10, // Time between vote initiations "Mute duration (minutes)": 60, // How long mutes last "Discord Webhook URL": "", // Optional Discord logging "Log to console": false, // Enable console logging "Minimum players required for voting": 4, // Server population requirement "Allow voting to mute self": false, // Self-mute prevention "Allow voting to mute admins": false, // Admin mute prevention "Reminder interval (seconds)": 30 // Interval of vote reminder message "Count only voters (if false, non-voters count as No)": true } Commands /votemute playername/steamid - Start vote to mute /yes - Vote in favor /no - Vote against /unmute playername/steamid - Admin unmute command Notes Mute data persists through server restarts via data file Integrates with BetterChat if present Supports team chat muting Automatic mute expiration system Vote session management with concurrent vote prevention Discord webhook sends detailed embeds with vote results Supports localization through language files Thread-safe mute operations Handles player disconnections during votes$4.99 -
Version 1.0.1
12 downloads
This plugin automatically manages boomboxes in your Rust server by: Setting a default radio stream URL Automatically turning on radios when deployed/spawned Restarting radios periodically Turning on all radios after server restarts Separate control for deployed and static (monument) boomboxes Configuration { "Radio Stream URL": "http://s-00.wefunkradio.com:81/wefunk64.mp3", "Enable for deployed boomboxes": false, "Enable for static/monument boomboxes": true, "Auto-restart interval (minutes)": 60, "Enable auto-restart": true, "Turn on radios after server restart": true } Configuration Options - Radio Stream URL - The URL of the radio stream (must be a direct MP3 stream URL) - Enable for deployed boomboxes - Whether to activate player-placed boomboxes - Enable for static/monument boomboxes - Whether to activate static boomboxes found in monuments - Auto-restart interval (minutes) - How often to check and restart radios - Enable auto-restart - Whether to periodically restart radios - Turn on radios after server restart - Whether to activate all radios when server starts Installation 1. Download the plugin 2. Place the `RadioOn.cs` file in your server's `oxide/plugins` folder 3. Configure the plugin settings in the generated config file 4. Reload the plugin or restart your server Notes - Make sure your radio stream URL is a direct MP3 stream - The URL must be accessible from your server - Some radio streams might not work due to Rust's audio limitations Permissions This plugin doesn't require any special permissions to function.$4.99 -
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Not a Bug