Skip to content

Commands

Kevin Barnes edited this page Sep 17, 2020 · 4 revisions

Usage for every PartyChat command:

General commands:

  • /party - If this is all that is given it will display a message showing the plugin version, author, and a prompt to use /party help
  • /partychat - Toggle party chat. When enabled, all you have to do to message your party is type in chat. You may also simply type the message you wish to send to your party after /partychat.
  • /party help [page] - Used to view all party commands and what they do. All commands shown with a red asterisk can only be used by the leader.
  • /party create [name] - Create a party with the given name. This also checks to make sure the name isn't already being used and, the name isn't too long (max length is defined in the config file) and, if the administrator has decided to block certain names, whether or not the name is appropriate.
  • /party info - View the party name, the party leader, and all current party members.
  • /party add [player] - Send the specified player a party invite. They will have a certain amount of time to accept or decline before it expires (time is defined in the config file).
  • /party accept - Accept a party invite if there is one pending. Also used by the leader when a join request is sent.
  • /party deny - Deny a party invite if there is one pending. Also used by the leader when a join request is sent.
  • /party join [party] - Request to join the specified party. The leader will be sent a message. Join request times out after the amount of time defined in the config file.
  • /party leave - Leave the current party. All players in the party will be sent a message that you left.

Leader only commands:

  • /party promote [player] - Promote the specified player to party leader. The current leader will be demoted to a party member.
  • /party remove [player] - Remove the specified player from the party. They will be sent a message saying you removed them.
  • /party rename [name] - Give your party a new name as long as it's not taken.
  • /party disband - Disbands the entire party. All players are removed and the party is deleted.
  • /party summon - Request that all members of your party teleport to your location.
  • /party toggle [private/public] - Toggles whether or not players are able to request to join the party. Parties are public by default (this can be changed in the config file) and if they are private players will not be able to request to join.

Admin commands:

  • /spy - Toggle whether or not all party messages are sent to you. This is enabled by default (can be changed in the config file).
  • /pcreload - Reload the PartyChat plugin. If you change the config files and want the changes to take effect use this. NOTE: This will delete all active parties!
Clone this wiki locally