Hi,
I have the following situation:

When a player is doing a certain action I want to force him to join a clan, either creating a new one or joining an existing one.

It will be possible for you to add this API to the plugin?

void ForceCreateClan(IPlayer player, string tag, string description)
bool ForceJoinClan(IPlayer player, string tag)

Thank you!