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
{ "type": "auth", "key": "<api key>" }
{ "type": "message", "message": "some message" }
{ "type": "select", "guildId": 0 }
{ "type": "switch_server", "server": "azisaba.net" }
{ "type": "invite", "player": "name_not_uuid" }
{ "type": "respond_invite", "guildName": "guildname", "accept": false }
{ "type": "nick", "nickname": "null to reset; any string to set the nickname" }
{ "type": "component", "message": { "Minecraft component": "serialized with gson" } }
{ "type": "error_message", "message": "something went wrong" }
{ "type": "message", "message": "aiueo" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Client → Server
Authentication
Send message
Select guild
Switch server
Invite a player to the selected guild
Accept or reject an invite
Change the nickname of the selected guild
Server → Client
Component
Error message
Message
The text was updated successfully, but these errors were encountered: