Buy/sell anything in vending (Rust)
Is there an easy to configure plugin that gives me the opportunity to set which items can be bought and sold?
It's for the players vending machines.
So no Compound Options, also no Custom Vending Setup cause it's for NPC vendings.

So, Vending Manager, I don't see how to set which items can be bought or sold?
I just had a look into the config and really have no clue.
Kleementin
It's for the players vending machines.
So no Compound Options, also no Custom Vending Setup cause it's for NPC vendings.

So, Vending Manager, I don't see how to set which items can be bought or sold?
I just had a look into the config and really have no clue.

So you want kind of every player placed machine sells speficic items? I mean every player vending working as compound vending?

No. Me as an admin, I wanna configure which items can be sold and bought by players in private vending machines.
For example it is not possible to sell stuff and get 5.56 bullets as payment.
I wanna change that.
Kleementin
No. Me as an admin, I wanna configure which items can be sold and bought by players in private vending machines.
For example it is not possible to sell stuff and get 5.56 bullets as payment.
I wanna change that.

I got you. You can use any plugin that controls what players can place in containers like

https://umod.org/plugins/storage-blocker

Ok, so I could do
"vending.machine": [
"battery.small",
"blood"
"..."

and all the items I put under will be available as a sold items and payment?
Kleementin
Ok, so I could do
"vending.machine": [
"battery.small",
"blood"
"..."

and all the items I put under will be available as a sold items and payment?

its for block list

So if I put nothing under
"vending.machine":[
this would make all items available to sell and pay with?
Kleementin
So if I put nothing under
"vending.machine":[
this would make all items available to sell and pay with?

It blocks only what player can put into container e.g. sell. If you want to control it more, you need specialized plugin i think

Yes, I think a plugin that does that would be great.

Merged post

I wonder that there isn't one already that lets you set which items can be sold and what to pay in private shops tbh.
Kleementin
Yes, I think a plugin that does that would be great.

Merged post

I wonder that there isn't one already that lets you set which items can be sold and what to pay in private shops tbh.

If you add me in discord (Orange#0900), i can drop down quick plugin for you

It's not that I need it immediately.
I would prefer a plugin that is official and cared for.
Especially with new items coming into the game it would be good if the plugin updates itself automatically with and includes these.