Need a custom plugin

Hello, I need a custom plugin for Rust server that will feature:
- Random spawn locations
- Some sort of ingame balance that can be accessed by an API
- Teams of no more than 2 players
- Can't play if no balance in your ingame account

Edit: Please tell me how much this would cost me in top of a guide on how to setup the whole server.

random spawn can be done with Power Spawn having many customization options. teams can be limited with the ingame command, and additionally controlled with Group Limits. the rest shouldn't be too hard, depends on how you want it done

Qble9YPyseIOkyH.png misticos

random spawn can be done with Power Spawn having many customization options. teams can be limited with the ingame command, and additionally controlled with Group Limits. the rest shouldn't be too hard, depends on how you want it done

The ingame balance thing should be taken from an external DB using web requests, not sure if Rust server can do web requests but that should be the idea.