This repository was archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Features
heyimblake edited this page Dec 6, 2016
·
4 revisions
ProxyParty comes with the following features included:
- Party creation and invitations
- Commands to view party information (such as members, sent invitations, etc.)
- Commands to perform party actions (such as removing a player, retracting an invitation, etc.)
- Party chat (only party members can view and participate)
- Clickable text
- Settings that can be toggled
- Sub-command system with automatic argument and party membership checks
- In-depth logging system to a generated JSON file (the JSON format allows for other developers to easily create systems to read the file and do neat things)
- Configuration file to change the prefix used ingame and the maximum number of people that can be in a party
Usage: /party SUBCOMMAND
| Sub Command | Usage | Description |
|---|---|---|
| accept | /party accept <Name> | Accepts an invitation from a player. |
| chat | /party chat (Message) | Sends a message to the party's chat. Do not include a message to toggle it. |
| deny | /party deny <Name> | Denies an invitation from a player. |
| disband | /party disband | Deletes your current party. |
| find | /party find <Name> | Locates which server a party member is on. |
| invite | /party invite <Name> | Sends an invitation to a player. |
| invited | /party invited | Displays a list of currently invited players that haven't responded to the invite. |
| kick | /party kick <Name> | Removes a player from the party. |
| leave | /party leave <Name> | Remove yourself from the party. |
| list | /party list | Displays a list of the leader and participants of the party. |
| promote | /party promote <Name> | Promote a player to be the party leader, and make the current leader a participant. |
| retract | /party retract <Name> | Removes an invitation from a player. |
| toggle | /party toggle <Setting> | Toggles a setting. See below for all available settings. |
| warp | /party warp | Sends all party participants to your (leader's) server. |
Usage: /party toggle SETTING
| Setting | Description |
|---|---|
| chat | If enabled, all messages sent through normal chat will be instead sent in your party's chat. |
| invites | If enabled, players will not be able to invite you to their party. |
Created by heyimblake.me.