Added party disband command and a way to remove all users from a party
This commit is contained in:
@@ -21,6 +21,7 @@ public class PartyCommand implements SimpleCommand {
|
||||
subCommands = Arrays.asList(
|
||||
new Help(this),
|
||||
new Create(),
|
||||
new Disband(),
|
||||
new Info(),
|
||||
new Invite(),
|
||||
new Join(),
|
||||
|
||||
Reference in New Issue
Block a user