Can't Download the Plugin

Okay, I'll wait.
I'd never seen this site before, and it's a shame.
There are so many great plugins I want to try, so I downloaded a lot of them, and I think many free plugins should have been paid. I was amazed at how many useful plugins there are, and especially free ones.
I even bought some of the paid ones. Congratulations on what you've created.

When the limitation ends, I'll download the last plugins I want to try on a new server I'm creating.
Thanks
 
It's just a bit odd for a server to try almost every plugin on the site, especially when they're all random and don't even fit together. Unless the intention is to use them for AI training or to learn from the code, which I honestly don't mind since they're free
 
For each plugin, I wrote down what it does, and now I'm testing them.
For example, the ones I'm trying now are the building Nerf and the system plugin that automatically moves stuff into the backpack when it's full.
I bought a paid one and it doesn't work well, I saw your free one and I want to test it.
These plugins will end up on various servers I have; I only downloaded the plugins I might need based on the description.
In any case, it's not for training the AI, as these plugins are already on GitHub, so Copilot (which I own) has access to this code.
 
And now I have downloaded all the plugins that I think are useful to me, also because when I search online, your site is never indexed. I stumbled upon it by chance when I was looking for the plugin for building on trees.

In about 3 years of Rust, this is the first time I've seen your site, so as I was saying, I saw the plugins I was interested in and downloaded them, and I bought the paid ones.

If I were dishonest, I could download the plugins directly from github, without logging in, without limiting them, completely anonymously, but that's not my goal.

The downloaded plugins will first be placed on a testing server. If they work as I need them to, they'll be placed on the various Rust servers I have (I have six Rust servers).
 
Last edited:
Then yes, also to learn something new if there's something useful in the plugins I downloaded, but that's not the initial intent.
After 3 years of Rust, I accidentally found a nice site with lots of great, well-made plugins, which isn't indexed or indexed poorly on Google (and that's a huge shame), so I said, "Before I forget about the site or can't find them again, I'll search for plugins on Google, look for all the plugins that might be useful for the various servers and download/buy them." In fact, I bought a few, and I made a donation for the free plugins; it seemed the least I could do.
I'm sorry if you're thinking of something else or if I gave you that impression.
 
I didn't mean it in a negative way, I'm actually happy if people are learning from my plugins, whether it's the ones I have here or on umod. It was just a genuine curiosity, nothing more. And yeah, Game4Freak is still pretty new, we just hit our 1 year mark last month 🤞 so it's still growing. And thanks again for the support, I really appreciate it
 
That's why it's not so visible on Google yet. I hope you continue to grow, and you've found a new client in me. I saved the site so I can search for plugins directly from here when I need them.
I wish you the best for your site. Keep it up.
Have a good day.
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart