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
An admin command that allows a player with a corresponding permission to send messages into any party by name
/party chat <partyName> to toggle to that party
/party chat <partyName>
As /p <partyName> and /p <message... (greedy)> are ambiguous that can't really be implemented
/p <partyName>
/p <message... (greedy)>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An admin command that allows a player with a corresponding permission to send messages into any party by name
/party chat <partyName>
to toggle to that partyAs
/p <partyName>
and/p <message... (greedy)>
are ambiguous that can't really be implementedThe text was updated successfully, but these errors were encountered: