Can We Use Your Logo to Credit Your Plugins on Our Server?

jordo2k1

Supporter
hey vis!
Our clan has been blown away by the mods we've purchased so far and id like to ask if it would be possible to add your gamefreak logo and link across our server panels etc?
we get questions of "who made that" "were the hell did you get this" quite often and we do reply sending players here.
i personaly however think it would be great to show our appreciation for your work if we could put the brand up and link to your site and give everyone who joins or plays with us a heads up of were some of our mods come from.
is this something we could be able to do and if so would you maybe drop me a couple of different sized logo's i could use for the server and website once were rolling? (our server is new this is our second month).
cheers
 
Really appreciate the kind words, that genuinely means a lot. I'm also super grateful for the reviews you left on a couple of my plugins earlier, that kind of support really helps ❤️ and yes, I would be honored for you to feature Game4Freak on your server

You can download the logos from these links:
Feel free to use whatever works best for your setup, if you need anything adjusted just let me know

Thanks again for all the support and best of luck with your server as it grows!
 
cheers vis! credit were credit is due, it takes a lot of time to create such work and I know most modder's have everyday jobs, lives that are priority so when someone produces such good work especially when it has the impact that your mods have had for us on our server I feel it only right to pay respect and help bring more people to the source. keep up the good work and we look forward to more mods in the future.
 
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