Player Preferences
GroupManager stores per-player preferences that customize behavior.
Available Preferences
| Preference | Default | Description |
|---|---|---|
showConfirmUI | true | Show a pop-up confirmation UI for group invitations |
Toggling Confirmation UI
Players can toggle the invitation confirmation UI with:
/group confirm
When enabled (default), group invitations show a graphical pop-up that players can accept or decline with a click.
When disabled, invitations appear only as chat messages with clickable text.
Persistence
Preferences are stored as JSON files in mods/groupmanager/data/preferences/ with the player's UUID as the filename:
mods/groupmanager/data/preferences/
550e8400-e29b-41d4-a716-446655440000.json
6ba7b810-9dad-11d1-80b4-00c04fd430c8.json
Preferences are loaded when a player connects and saved automatically when changed.