Planned Give Custom Pelts When Harvesting Animals

I am struggling to find a plugin that I can make give me a pelt per animal harvest that I could then set up a shop to purchase from players as an economy stimulant. I have Loottable & Stack Size GUI and it allows the creation of it but doesn't drop custom items and the author said it isn't supposed to allow you to add custom items to animal harvesting. I've been looking around for other plugins that would work and just can't find anything. I've made pelts/skins artwork for each of the animals you are welcome to use if you decide this is simple enough to do. Thank you for considering!

https://steamcommunity.com/sharedfiles/filedetails/?id=3508705690

1751294659904.png
 
we could do that, yes - I haven't thought of that yet. I was just planning on having a taxidermy shop in the town I am creating purchase them from players. :)
Yeah that bit won't be part of the plugin itself, just wanted to get a better idea of what you'll use the pelts for. But yeah love the concept, I'll be working on it this week. And definitely going to use the skins you shared, they look great and I'll give proper credit
 
Yeah that bit won't be part of the plugin itself, just wanted to get a better idea of what you'll use the pelts for. But yeah love the concept, I'll be working on it this week
that is amazing, thank you so much for being so receptive! I had a plan but it fell through completely when implementing it, but at least all the artwork is there now! If there is anything I can do to help, please let me know! As soon as I get working in the next couple weeks I'm joining your patreon - you provide such a great site!
 
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