#Revenue sharing for vendors
27 messages · Page 1 of 1 (latest)
no need for a built-in solution for this. Direct the funds into a shop-specific blaze banker and then use either deployers + authorized cards + depositors or the bank terminal CC api
I'm not sure i'm following along. I know about the blaze banker part but everything after that didn't make much sense to me.
you can use deployers with a bank card to somehow take the money out of the account?
yes. if you set up an authorized card (with AUTOMATION) mode in the blaze banker's account, and then set up depositors that are linked to the various co-owner's accounts, you can run the deployer, on a gantry for example, along the line of depositors to split up the funds.
Make sure to check, based on redstone output, whether each depositor actually succeeds (otherwise, the blaze banker has run out of funds and you need to stop and try again for fair fund distribution)
Ah right, and i'm guessing I could do all this from the same loaded chunk then. Have you got an example setup as a schematic I can take a look at? I don't think there's a ponder for this sort of thing as far as I remember.
I assume the best way to keep it totally even is to run 2 deployers with a card bound to the same blaze banker into 2 different depositors (set to the ratio of the price paid) to automatically separate the take.
afraid I don't have a schematic for this. Ponders are WIP — and may stay that way for a while, they're not the most fun thing to implement :(
that's problematic because it breaks down when the blaze banker runs out of money, in which instance it won't fairly distribute funds
See thats what i'm thinking, if you know the vendors price you can set the deployers to extend only once with the exact split
different deployer for each depositor.
the way to do it is to have a line of depositors and one deployer.
When a depositor emits a redstone signal (indicating a successful transfer), the deployer should be moved one block to the right.
Once the deployer gets to the end, it needs to be moved back to the start, but on a different y-level from the depositors so it doesn't trigger them (or you can power the depositors to lock them).
yeah, though that breaks down if you want to connect multiple vendors
they would probably need to be different systems either way since the chunk needs to be loaded for it to work right?
otherwise the deployers can't do anything.
yes, the deployers should all be in the same chunk for safety. The blaze banker doesn't have to be loaded, of course.
I might just make a schematic of this real quick, since it's a pretty fun little project
I think using multiple deployers set to different depositors and synced up by using the same shaft would allow you to do an uneven split. for example 7 cogs into a 1:4:2 split between 3 accounts.
all bound to the same account and holding the same card.
I will remind you in 1 hour at Jul 20, 2025 at 6:50 UTC
Sweet, cheers slimist! hell Imma do one too. im not doing anything right now lol
ah okay i tried out my idea and it wasn't working
Reminder for @reef basin: send here
Set <t:1752990614:R>
@mortal lake done. Try it out in a creative world before building on the server.
Also, make sure to open the interfaces of all the numi blocks so that you become the owner after placing the schematic
neat! i'll gve it a go in a bit. I don't plan on doing this on the server, but its nice to know such a feature is possible