Commands
All GroupManager commands use the /group prefix.
Aliases
/group can also be written as /g.
/group invite <player>
Invite a player to your group. Creates a new permanent group if you aren't in one.
- Permission:
groupmanager.group.invite - Example:
/group invite Steve - Notes: You cannot invite yourself, players already in a group, or invite while in an external activity.
/group accept [groupId]
Accept a group invitation.
- Permission:
groupmanager.group.accept - Example:
/group acceptor/group accept 550e8400-... - Notes: If you have only one pending invitation, the
groupIdis optional.
/group decline [groupId]
Decline a group invitation.
- Permission:
groupmanager.group.decline - Example:
/group declineor/group decline 550e8400-... - Notes: If you have only one pending invitation, the
groupIdis optional.
/group leave
Leave your current group.
- Permission:
groupmanager.group.leave - Notes: If the leader leaves, leadership is automatically transferred to the next member. If the group has only one member, it is dissolved.
/group kick <player>
Remove a member from the group. Leader only.
- Permission:
groupmanager.group.kick - Example:
/group kick Alex - Notes: You cannot kick yourself. Only the group leader can kick members.
/group transfer <player>
Transfer group leadership to another member.
- Permission:
groupmanager.group.transfer - Example:
/group transfer Alex - Notes: Only the current leader can transfer. The target must be a current group member.
/group disband
Dissolve the group entirely. Leader only.
- Permission:
groupmanager.group.disband - Notes: All members are removed and notified. This cannot be undone.
/group info
View information about your current group.
- Permission:
groupmanager.group.info - Notes: Shows group ID, leader, member list with online status, and group type.
/group
Open the graphical group management UI.
- Permission:
groupmanager.group.ui - Notes: The UI provides six tabs: Group (members), Invite, Pending, Chat, Settings, and Public Groups.
/group help
Show the list of available group commands.
- Notes: Also available as
/group ?. Can be run from the console.
/group msg <message>
Send a message to your group's chat.
- Permission:
groupmanager.group.msg - Example:
/group msg Let's meet at the castle - Notes: Maximum message length is 256 characters. You must be in a group to use this command.
/group confirm
Toggle the invitation confirmation UI preference.
- Permission:
groupmanager.group.confirm - Notes: When enabled (default), invitations show a pop-up UI. When disabled, invitations appear only in chat.
/group reload
Reload the plugin configuration and translation files.
- Permission:
groupmanager.admin.reload - Notes: Admin-only command. Reloads
config.jsonand all language files without restarting the server.
Command Summary Table
| Command | Arguments | Description | Leader Only |
|---|---|---|---|
/group | — | Open group UI | No |
/group help | — | Show command list | No |
/group invite | <player> | Invite a player | No |
/group accept | [groupId] | Accept invitation | No |
/group decline | [groupId] | Decline invitation | No |
/group leave | — | Leave group | No |
/group kick | <player> | Kick a member | Yes |
/group transfer | <player> | Transfer leadership | Yes |
/group disband | — | Dissolve group | Yes |
/group info | — | View group info | No |
/group msg | <message> | Send group chat message | No |
/group confirm | — | Toggle confirmation UI | No |
/group reload | — | Reload configuration | Admin |