We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$family <create|delete|invite|kick|leave|promote> [options] $family create <family_name:string> $family delete [family_name:string] $family invite <player_name:string> $family kick <player_name:string> $family leave $family promote <player_name:string> <member|keeper|deputy|head>
$family create <family_name>
$family delete
$family delete <family_name>
$family invite <player_name>
$family kick <player_name>
$family leave
$family promote <player_name> <member|keeper|deputy|head>
To keep it simple, this command will affect the cache but NOT the DB (it will be another task to persist families).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Help
Commands
$family create <family_name>
: create a family with a name$family delete
: delete your current family$family delete <family_name>
: delete a family by name$family invite <player_name>
: invite a player in your family$family kick <player_name>
Kick a player$family leave
: leave your current family$family promote <player_name> <member|keeper|deputy|head>
Promote a player at a rankInfo
To keep it simple, this command will affect the cache but NOT the DB (it will be another task to persist families).
The text was updated successfully, but these errors were encountered: