Difference between revisions of "Party system"

From MineRealm Wiki
Jump to navigation Jump to search
(Created page with "The party system is a set of commands that allow you to form smaller chat groups for guilds, group build projects or adventuring groups. <code> /party create Creates a party. /p...")
 
Line 1: Line 1:
 
The party system is a set of commands that allow you to form smaller chat groups for guilds, group build projects or adventuring groups.
 
The party system is a set of commands that allow you to form smaller chat groups for guilds, group build projects or adventuring groups.
  
<code>
+
<pre>
 
/party create Creates a party.
 
/party create Creates a party.
 
/party invite <user> Invites a user to join the party.
 
/party invite <user> Invites a user to join the party.
Line 9: Line 9:
 
/party users Displays the members of the party.
 
/party users Displays the members of the party.
 
/p <message> sends a message to your party.
 
/p <message> sends a message to your party.
</code>
+
</pre>

Revision as of 15:04, 22 November 2011

The party system is a set of commands that allow you to form smaller chat groups for guilds, group build projects or adventuring groups.

/party create Creates a party.
/party invite <user> Invites a user to join the party.
/party join Join a party upon receiving an invite.
/party remove <user> Removes a player from your party.
/party leave Leaves the party.
/party users Displays the members of the party.
/p <message> sends a message to your party.