Detect if your a solo or clan and remove them depending on size of the group.
My solo players love the stashes, but don't think clans should get them.
Thank You!
Only add storage for solo playersSuggestion
Detecting whether solo or clan is not as simple as it sounds. Players will find many ways to abuse any such system, so a proper solution would take a lot of work. If there's another plugin that can reliably detect that, with an appropriate API and hooks, then I can integrate with it.
That's where my SteamFriends plugin comes in handy, It quickly identifies people trying to circumvent team limits.
I considered adding a hasPlayedWith(player1, player2) hook, And sending teamdata to a server for that to work. But have no idea if UMod/Oxide would allow that.
Merged post
As for the request, If you wanted it to be solo only, You could block others from mounting till storage is cleared out. That would be a simple way and just need to add one option, SoloPlayersOnly.
I'm owner of server.
I want my solos only to have it. not clans. minis I mean.
Merged post
SteamFriends plugin
link?
It's awaiting approval but it's on github with my username.
ok then thank you!
Steam Friends is a pretty specific plugin. If I were to integrate with some sort of anti-group plugin, it would have to be more generic. What I can do instead is add API and hooks that allow another plugin to block adding storage and remove storage. Then somebody could build a bridge plugin that a) Detects hooks from Steam Friends and calls APIs of Vehicle Storage, and b) Detects hooks from Vehicle Storage and calls APIs of Steam Friends to decide whether to block those hooks.
wow thats over my head, ouch hurts my head! lol