Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Plans (for the future small update)
Updated 2 years ago-
Add the configuration classes where user can:
- Set the radius of scanning for items
- Set the % at which his items will be sold
- Set the list of items that can be sold (so it will be easier to make mod compatible with other mods that add items)
-
Maybe optimize the plugin:
- Apply plugin specifically to the classes of store-bought items. It means there will be lot of repeating lines of code, but in the end it may make performance better, because as of now, my plugin gets called each time when GrabbableItem instance is created and method Start() called for it