Changing vending machine sell limit?
hey guys so on our server we have made a sky shop for the pop to use was a really cool idea 

ExBlnK0.png

inside are vending machines i wanted to set for our own loot but  because we are a 5x server having the sell limit at only a 1000 and not being able to go higher is a joke?

so two questions can this be changed and if not why hasnt someone made a plugin yet so we can adjust this number lol :p????

The cause is, that this is hardcoded to 10000 max sell price and the item amount is locked to the stack-size definition.

It would be possible to build around OnAddVendingOffer hook to modify (e.g. 5x) the entered values automatically, which would not be very intuitive though. Or just modify the sell orders of the machine afterwards. (not tested)

...btw. that sky town looks very familiar xD

I'm sure it's possible because CompoundOptions exists.